Skip to content

Commit 4ab6a8f

Browse files
Bump @remix-run/router and react-router-dom (#6175)
Bumps [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) to 1.23.2 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Updates `@remix-run/router` from 1.13.1 to 1.23.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.2/packages/router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.2/packages/router) Updates `react-router-dom` from 6.20.1 to 6.30.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: "@remix-run/router" dependency-version: 1.23.2 dependency-type: indirect - dependency-name: react-router-dom dependency-version: 6.30.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
1 parent 5ea3e4d commit 4ab6a8f

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-hook-form": "<7.52",
2929
"react-i18next": "^11.18.5",
3030
"react-query": "^3.34.16",
31-
"react-router-dom": "^6.4.3",
31+
"react-router-dom": "^6.30.3",
3232
"react-select": "^5.8.0",
3333
"react-test-renderer": "^17.0.2",
3434
"react-toastify": "^9.1.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,10 +1286,10 @@
12861286
dependencies:
12871287
"@swc/helpers" "^0.5.0"
12881288

1289-
"@remix-run/router@1.13.1":
1290-
version "1.13.1"
1291-
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.13.1.tgz"
1292-
integrity sha512-so+DHzZKsoOcoXrILB4rqDkMDy7NLMErRdOxvzvOKb507YINKUP4Di+shbTZDhSE/pBZ+vr7XGIpcOO0VLSA+Q==
1289+
"@remix-run/router@1.23.2":
1290+
version "1.23.2"
1291+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.2.tgz#156c4b481c0bee22a19f7924728a67120de06971"
1292+
integrity sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==
12931293

12941294
"@restart/hooks@^0.4.9":
12951295
version "0.4.15"
@@ -3603,20 +3603,20 @@ react-query@^3.34.16:
36033603
broadcast-channel "^3.4.1"
36043604
match-sorter "^6.0.2"
36053605

3606-
react-router-dom@^6.4.3:
3607-
version "6.20.1"
3608-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.20.1.tgz"
3609-
integrity sha512-npzfPWcxfQN35psS7rJgi/EW0Gx6EsNjfdJSAk73U/HqMEJZ2k/8puxfwHFgDQhBGmS3+sjnGbMdMSV45axPQw==
3606+
react-router-dom@^6.30.3:
3607+
version "6.30.3"
3608+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.3.tgz#42ae6dc4c7158bfb0b935f162b9621b29dddf740"
3609+
integrity sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==
36103610
dependencies:
3611-
"@remix-run/router" "1.13.1"
3612-
react-router "6.20.1"
3611+
"@remix-run/router" "1.23.2"
3612+
react-router "6.30.3"
36133613

3614-
react-router@6.20.1:
3615-
version "6.20.1"
3616-
resolved "https://registry.npmjs.org/react-router/-/react-router-6.20.1.tgz"
3617-
integrity sha512-ccvLrB4QeT5DlaxSFFYi/KR8UMQ4fcD8zBcR71Zp1kaYTC5oJKYAp1cbavzGrogwxca+ubjkd7XjFZKBW8CxPA==
3614+
react-router@6.30.3:
3615+
version "6.30.3"
3616+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.3.tgz#994b3ccdbe0e81fe84d4f998100f62584dfbf1cf"
3617+
integrity sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==
36183618
dependencies:
3619-
"@remix-run/router" "1.13.1"
3619+
"@remix-run/router" "1.23.2"
36203620

36213621
react-select@^5.8.0:
36223622
version "5.8.0"

0 commit comments

Comments
 (0)