Skip to content

Commit 07d85b6

Browse files
build(deps): bump react-router-dom from 6.4.2 to 6.20.0 (#1857)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.4.2 to 6.20.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/react-router-dom@6.20.0/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f366781 commit 07d85b6

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
@@ -157,7 +157,7 @@
157157
"react": "^17.0.2",
158158
"react-dom": "^17.0.2",
159159
"react-helmet-async": "^1.3.0",
160-
"react-router-dom": "^6.4.2",
160+
"react-router-dom": "^6.20.0",
161161
"react-spring": "^9.5.5",
162162
"react-tiny-popover": "8",
163163
"react-use": "^17.4.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,10 +2209,10 @@
22092209
"@react-spring/shared" "~9.5.5"
22102210
"@react-spring/types" "~9.5.5"
22112211

2212-
"@remix-run/router@1.0.2":
2213-
version "1.0.2"
2214-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.2.tgz#1c17eadb2fa77f80a796ad5ea9bf108e6993ef06"
2215-
integrity sha512-GRSOFhJzjGN+d4sKHTMSvNeUPoZiDHWmRnXfzaxrqe7dE/Nzlc8BiMSJdLDESZlndM7jIUrZ/F4yWqVYlI0rwQ==
2212+
"@remix-run/router@1.13.0":
2213+
version "1.13.0"
2214+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.13.0.tgz#7e29c4ee85176d9c08cb0f4456bff74d092c5065"
2215+
integrity sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==
22162216

22172217
"@rollup/plugin-babel@^5.2.0":
22182218
version "5.2.2"
@@ -10898,20 +10898,20 @@ react-refresh@^0.14.0:
1089810898
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
1089910899
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
1090010900

10901-
react-router-dom@^6.4.2:
10902-
version "6.4.2"
10903-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.2.tgz#115b37d501d6d8ac870683694978c51c43e6c0d2"
10904-
integrity sha512-yM1kjoTkpfjgczPrcyWrp+OuQMyB1WleICiiGfstnQYo/S8hPEEnVjr/RdmlH6yKK4Tnj1UGXFSa7uwAtmDoLQ==
10901+
react-router-dom@^6.20.0:
10902+
version "6.20.0"
10903+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.20.0.tgz#7b9527a1e29c7fb90736a5f89d54ca01f40e264b"
10904+
integrity sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==
1090510905
dependencies:
10906-
"@remix-run/router" "1.0.2"
10907-
react-router "6.4.2"
10906+
"@remix-run/router" "1.13.0"
10907+
react-router "6.20.0"
1090810908

10909-
react-router@6.4.2:
10910-
version "6.4.2"
10911-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.2.tgz#300628ee9ed81b8ef1597b5cb98b474efe9779b8"
10912-
integrity sha512-Rb0BAX9KHhVzT1OKhMvCDMw776aTYM0DtkxqUBP8dNBom3mPXlfNs76JNGK8wKJ1IZEY1+WGj+cvZxHVk/GiKw==
10909+
react-router@6.20.0:
10910+
version "6.20.0"
10911+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.20.0.tgz#4275a3567ecc55f7703073158048db10096bb539"
10912+
integrity sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==
1091310913
dependencies:
10914-
"@remix-run/router" "1.0.2"
10914+
"@remix-run/router" "1.13.0"
1091510915

1091610916
react-spring@^9.5.5:
1091710917
version "9.5.5"

0 commit comments

Comments
 (0)