upgraded to router v6

This commit is contained in:
2024-09-12 19:20:26 -04:00
parent 3af14dee95
commit af3c779b32
16 changed files with 102 additions and 120 deletions
+24 -25
View File
@@ -5,29 +5,29 @@
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookstate/core": "^4.0.1",
"@hookstate/localstored": "^4.0.2",
"axios": "^1.5.0",
"axios": "1.7.5",
"bson-objectid": "^2.0.4",
"chakra-react-select": "^4.7.2",
"chakra-react-select": "^4.9.1",
"chakra-ui-contextmenu": "^1.0.5",
"framer-motion": "^10.16.4",
"framer-motion": "^11.3.30",
"interweave": "^13.1.0",
"jodit-react": "^1.3.39",
"js-base64": "^3.7.5",
"react": "^18.2.0",
"jodit-react": "^4.1.2",
"js-base64": "^3.7.7",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-rating": "^2.0.5",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^5.3.4",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"web-vitals": "^3.4.0"
"react-router-dom": "^6.26.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "bunx --bun vite",
@@ -60,17 +60,16 @@
"devDependencies": {
"@chakra-ui/cli": "^2.4.1",
"@hookstate/devtools": "^4.0.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.15",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"@types/react-table": "^7.7.20",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}