diff options
author | Vitaly Takmazov | 2024-12-02 01:17:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-12-02 01:18:47 +0300 |
commit | b3220e5b098f31d9406c46cb7f55b634b7040f81 (patch) | |
tree | adaba2795932866adb0dc4190a2b0359f88d73d4 /package.json | |
parent | efe8f27312b2cd7b363a5770462309dd9595453b (diff) |
Upgrade to React Router v7
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 76d8c6d99..ffd3fc876 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-webpack-plugin": "^4.2.0", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", - "jest-environment-jsdom": "^29.7.0", + "jest-fixed-jsdom": "^0.0.9", "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", @@ -88,7 +88,7 @@ "react-helmet-async": "^2.0.5", "react-hook-form": "^7.53.2", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.28.0", + "react-router-dom": "^7.0.1", "sequelize": "^6.37.5", "sqlite3": "^5.1.7", "svg4everybody": "^2.1.9", |