Skip to content

Commit 6ee2747

Browse files
Upgrade to react-router 6
1 parent 0562961 commit 6ee2747

File tree

2 files changed

+20
-122
lines changed

2 files changed

+20
-122
lines changed

package-lock.json

Lines changed: 18 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@tsconfig/node18": "^18.2.0",
3838
"@types/react": "^18.3.3",
3939
"@types/react-dom": "^18.3.0",
40-
"@types/react-router-dom": "^5.3.3",
4140
"@typescript-eslint/eslint-plugin": "^7.10.0",
4241
"@typescript-eslint/parser": "^7.10.0",
4342
"eslint": "^8.46.0",
@@ -62,7 +61,7 @@
6261
"react": "^18.3.1",
6362
"react-bootstrap": "^2.10.3",
6463
"react-dom": "^18.3.1",
65-
"react-router": "^5.3.4",
66-
"react-router-dom": "^6.23.1"
64+
"react-router": "^6.27.0",
65+
"react-router-dom": "^6.27.0"
6766
}
6867
}

0 commit comments

Comments
 (0)