add react-router-dom to package.json

This commit is contained in:
= 2024-12-06 01:34:45 +01:00
parent e121090433
commit 4e7259ae28

View file

@ -12,7 +12,8 @@
"dependencies": { "dependencies": {
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-router": "^7.0.2" "react-router": "^7.0.2",
"react-router-dom": "^6.2.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.15.0", "@eslint/js": "^9.15.0",
@ -25,6 +26,7 @@
"globals": "^15.12.0", "globals": "^15.12.0",
"typescript": "~5.6.2", "typescript": "~5.6.2",
"typescript-eslint": "^8.15.0", "typescript-eslint": "^8.15.0",
"vite": "^6.0.1" "vite": "^6.0.1",
"react-router-dom": "^6.2.1"
} }
} }