Skip to content

Commit a9454f9

Browse files
Bump react-router-dom from 6.8.1 to 6.10.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.8.1 to 6.10.0. - [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 69323f6 commit a9454f9

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.12.1",
32-
"react-router-dom": "^6.4.3"
32+
"react-router-dom": "^6.10.0"
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
@@ -2522,10 +2522,10 @@
25222522
"@parcel/utils" "^1.11.0"
25232523
physical-cpu-count "^2.0.0"
25242524

2525-
"@remix-run/router@1.3.2":
2526-
version "1.3.2"
2527-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.2.tgz#58cd2bd25df2acc16c628e1b6f6150ea6c7455bc"
2528-
integrity sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==
2525+
"@remix-run/router@1.5.0":
2526+
version "1.5.0"
2527+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.5.0.tgz#57618e57942a5f0131374a9fdb0167e25a117fdc"
2528+
integrity sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==
25292529

25302530
"@rollup/plugin-commonjs@^17.1.0":
25312531
version "17.1.0"
@@ -11822,20 +11822,20 @@ react-is@^17.0.1:
1182211822
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
1182311823
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
1182411824

11825-
react-router-dom@^6.4.3:
11826-
version "6.8.1"
11827-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.8.1.tgz#7e136b67d9866f55999e9a8482c7008e3c575ac9"
11828-
integrity sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==
11825+
react-router-dom@^6.10.0:
11826+
version "6.10.0"
11827+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.10.0.tgz#090ddc5c84dc41b583ce08468c4007c84245f61f"
11828+
integrity sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==
1182911829
dependencies:
11830-
"@remix-run/router" "1.3.2"
11831-
react-router "6.8.1"
11830+
"@remix-run/router" "1.5.0"
11831+
react-router "6.10.0"
1183211832

11833-
react-router@6.8.1:
11834-
version "6.8.1"
11835-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.1.tgz#e362caf93958a747c649be1b47cd505cf28ca63e"
11836-
integrity sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==
11833+
react-router@6.10.0:
11834+
version "6.10.0"
11835+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.10.0.tgz#230f824fde9dd0270781b5cb497912de32c0a971"
11836+
integrity sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==
1183711837
dependencies:
11838-
"@remix-run/router" "1.3.2"
11838+
"@remix-run/router" "1.5.0"
1183911839

1184011840
react@^17.0.1:
1184111841
version "17.0.2"

0 commit comments

Comments
 (0)