Skip to content

Commit fa4ced2

Browse files
Bump react-router-dom from 6.10.0 to 6.14.2
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.10.0 to 6.14.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55ba5ec commit fa4ced2

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

playgrounds/local-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react": "^17.0.1",
3030
"react-dom": "^17.0.1",
3131
"react-instantsearch-dom": "^6.39.1",
32-
"react-router-dom": "^6.10.0"
32+
"react-router-dom": "^6.14.2"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.20.5",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,10 +2773,10 @@
27732773
"@parcel/utils" "^1.11.0"
27742774
physical-cpu-count "^2.0.0"
27752775

2776-
"@remix-run/router@1.5.0":
2777-
version "1.5.0"
2778-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.5.0.tgz#57618e57942a5f0131374a9fdb0167e25a117fdc"
2779-
integrity sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==
2776+
"@remix-run/router@1.7.2":
2777+
version "1.7.2"
2778+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.2.tgz#cba1cf0a04bc04cb66027c51fa600e9cbc388bc8"
2779+
integrity sha512-7Lcn7IqGMV+vizMPoEl5F0XDshcdDYtMI6uJLQdQz5CfZAwy3vvGKYSUk789qndt5dEC4HfSjviSYlSoHGL2+A==
27802780

27812781
"@rollup/plugin-commonjs@^17.1.0":
27822782
version "17.1.0"
@@ -12411,20 +12411,20 @@ react-is@^18.0.0:
1241112411
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
1241212412
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
1241312413

12414-
react-router-dom@^6.10.0:
12415-
version "6.10.0"
12416-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.10.0.tgz#090ddc5c84dc41b583ce08468c4007c84245f61f"
12417-
integrity sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==
12414+
react-router-dom@^6.14.2:
12415+
version "6.14.2"
12416+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.2.tgz#88f520118b91aa60233bd08dbd3fdcaea3a68488"
12417+
integrity sha512-5pWX0jdKR48XFZBuJqHosX3AAHjRAzygouMTyimnBPOLdY3WjzUSKhus2FVMihUFWzeLebDgr4r8UeQFAct7Bg==
1241812418
dependencies:
12419-
"@remix-run/router" "1.5.0"
12420-
react-router "6.10.0"
12419+
"@remix-run/router" "1.7.2"
12420+
react-router "6.14.2"
1242112421

12422-
react-router@6.10.0:
12423-
version "6.10.0"
12424-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.10.0.tgz#230f824fde9dd0270781b5cb497912de32c0a971"
12425-
integrity sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==
12422+
react-router@6.14.2:
12423+
version "6.14.2"
12424+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.2.tgz#1f60994d8c369de7b8ba7a78d8f7ec23df76b300"
12425+
integrity sha512-09Zss2dE2z+T1D03IheqAFtK4UzQyX8nFPWx6jkwdYzGLXd5ie06A6ezS2fO6zJfEb/SpG6UocN2O1hfD+2urQ==
1242612426
dependencies:
12427-
"@remix-run/router" "1.5.0"
12427+
"@remix-run/router" "1.7.2"
1242812428

1242912429
react@^17.0.1:
1243012430
version "17.0.2"

0 commit comments

Comments
 (0)