0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 23:52:40 +00:00

Replace react-router-dom with react-router

react-router-dom has been replaced by react-router, so changing packages
This commit is contained in:
Trevor Buckner
2024-12-14 21:48:13 -05:00
parent c270a69bb9
commit 889f80f537
2 changed files with 10 additions and 20 deletions

View File

@@ -118,7 +118,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-frame-component": "^4.1.3",
"react-router-dom": "7.0.2",
"react-router": "^7.0.2",
"sanitize-filename": "1.6.3",
"superagent": "^10.1.1",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"