aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-27 20:46:55 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit30a86db0dcd00583f76c333127028c314d98b4fc (patch)
tree0e548d6cc54008c243064c5c2bf3700a16937118 /vnext/package.json
parentdc3d01eb2de90fd504b1c8b95579dcb24ecb2158 (diff)
Use `react-router-v5-compat`
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 2be36633..4aea0ead 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -17,7 +17,7 @@
"@babel/preset-react": "7.18.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.2.2",
- "babel-loader": "^8.2.5",
+ "babel-loader": "^9.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"error-overlay-webpack-plugin": "^1.1.0",
@@ -84,7 +84,7 @@
"react-content-loader": "^6.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
- "react-router-dom": "^6.4.2",
+ "react-router-dom-v5-compat": "^6.4.2",
"react-use": "^17.4.0",
"react-use-form-state": "^0.13.2",
"regenerator-runtime": "^0.13.10",