chore: change react-router match logic

only override v6. because of website is still use v5 but api not match
pull/90/head
moonrailgun 2 years ago
parent 032328f1f5
commit 7c7ef99e39

@ -61,8 +61,8 @@
"@babel/runtime": "7.21.0",
"@types/react": "18.0.20",
"webpack": "5.75.0",
"react-router": "6.11.0",
"react-router-dom": "6.11.0"
"react-router@^6.0.0": "6.11.0",
"react-router-dom@^6.0.0": "6.11.0"
},
"patchedDependencies": {
"moleculer-minio@2.0.0": "patches/moleculer-minio@2.0.0.patch"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save