Skip to content

Commit 906111d

Browse files
committed
Upgrade react router
- Needed for emergency additional info matching remix-run/react-router#9862
1 parent d52bd95 commit 906111d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
4848
"react-focus-on": "^3.8.1",
49-
"react-router-dom": "^6.11.1",
49+
"react-router-dom": "^6.18.0",
5050
"sanitize-html": "^2.10.0",
5151
"url": "^0.11.0"
5252
},

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,10 @@
863863
dependencies:
864864
validator "^13.9.0"
865865

866-
"@remix-run/router@1.7.1":
867-
version "1.7.1"
868-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.1.tgz#fea7ac35ae4014637c130011f59428f618730498"
869-
integrity sha512-bgVQM4ZJ2u2CM8k1ey70o1ePFXsEzYVZoWghh6WjM8p59jQ7HxzbHW4SbnWFG7V9ig9chLawQxDTZ3xzOF8MkQ==
866+
"@remix-run/router@1.11.0":
867+
version "1.11.0"
868+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.11.0.tgz#e0e45ac3fff9d8a126916f166809825537e9f955"
869+
integrity sha512-BHdhcWgeiudl91HvVa2wxqZjSHbheSgIiDvxrF1VjFzBzpTtuDPkOdOi3Iqvc08kXtFkLjhbS+ML9aM8mJS+wQ==
870870

871871
"@rollup/pluginutils@^5.0.2":
872872
version "5.0.2"
@@ -6250,20 +6250,20 @@ react-remove-scroll@^2.5.6:
62506250
use-callback-ref "^1.3.0"
62516251
use-sidecar "^1.1.2"
62526252

6253-
react-router-dom@^6.11.1:
6254-
version "6.14.1"
6255-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.1.tgz#0ad7ba7abdf75baa61169d49f096f0494907a36f"
6256-
integrity sha512-ssF6M5UkQjHK70fgukCJyjlda0Dgono2QGwqGvuk7D+EDGHdacEN3Yke2LTMjkrpHuFwBfDFsEjGVXBDmL+bWw==
6253+
react-router-dom@^6.18.0:
6254+
version "6.18.0"
6255+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.18.0.tgz#0a50c167209d6e7bd2ed9de200a6579ea4fb1dca"
6256+
integrity sha512-Ubrue4+Ercc/BoDkFQfc6og5zRQ4A8YxSO3Knsne+eRbZ+IepAsK249XBH/XaFuOYOYr3L3r13CXTLvYt5JDjw==
62576257
dependencies:
6258-
"@remix-run/router" "1.7.1"
6259-
react-router "6.14.1"
6258+
"@remix-run/router" "1.11.0"
6259+
react-router "6.18.0"
62606260

6261-
react-router@6.14.1:
6262-
version "6.14.1"
6263-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.1.tgz#5e82bcdabf21add859dc04b1859f91066b3a5810"
6264-
integrity sha512-U4PfgvG55LdvbQjg5Y9QRWyVxIdO1LlpYT7x+tMAxd9/vmiPuJhIwdxZuIQLN/9e3O4KFDHYfR9gzGeYMasW8g==
6261+
react-router@6.18.0:
6262+
version "6.18.0"
6263+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.18.0.tgz#32e2bedc318e095a48763b5ed7758e54034cd36a"
6264+
integrity sha512-vk2y7Dsy8wI02eRRaRmOs9g2o+aE72YCx5q9VasT1N9v+lrdB79tIqrjMfByHiY5+6aYkH2rUa5X839nwWGPDg==
62656265
dependencies:
6266-
"@remix-run/router" "1.7.1"
6266+
"@remix-run/router" "1.11.0"
62676267

62686268
react-style-singleton@^2.2.0, react-style-singleton@^2.2.1:
62696269
version "2.2.1"

0 commit comments

Comments
 (0)