Skip to content

Commit c740e9a

Browse files
build(deps): bump react-router-dom from 6.11.2 to 6.12.0 (webpack#6881)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.11.2 to 6.12.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 286c561 commit c740e9a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"react": "^17.0.2",
152152
"react-dom": "^17.0.2",
153153
"react-helmet-async": "^1.3.0",
154-
"react-router-dom": "^6.11.2",
154+
"react-router-dom": "^6.12.0",
155155
"react-tiny-popover": "5",
156156
"react-use": "^17.4.0",
157157
"react-visibility-sensor": "^5.0.2",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -2275,10 +2275,10 @@
22752275
"@react-spring/shared" "~9.7.2"
22762276
"@react-spring/types" "~9.7.2"
22772277

2278-
"@remix-run/[email protected].2":
2279-
version "1.6.2"
2280-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.6.2.tgz#bbe75f8c59e0b7077584920ce2cc76f8f354934d"
2281-
integrity sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==
2278+
"@remix-run/[email protected].3":
2279+
version "1.6.3"
2280+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.6.3.tgz#8205baf6e17ef93be35bf62c37d2d594e9be0dad"
2281+
integrity sha512-EXJysQ7J3veRECd0kZFQwYYd5sJMcq2O/m60zu1W2l3oVQ9xtub8jTOtYRE0+M2iomyG/W3Ps7+vp2kna0C27Q==
22822282

22832283
"@rollup/plugin-babel@^5.2.0":
22842284
version "5.2.2"
@@ -10465,20 +10465,20 @@ react-refresh@^0.14.0:
1046510465
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
1046610466
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
1046710467

10468-
react-router-dom@^6.11.2:
10469-
version "6.11.2"
10470-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.11.2.tgz#324d55750ffe2ecd54ca4ec6b7bc7ab01741f170"
10471-
integrity sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==
10468+
react-router-dom@^6.12.0:
10469+
version "6.12.0"
10470+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.12.0.tgz#372279caaaa1ffb0204926c83e93a139b112d861"
10471+
integrity sha512-UzLwZ3ZVaDr6YV0HdjwxuwtDKgwpJx9o1ea9fU0HV4tTvzdB8WPHzlLFMo5orchpIS84e8G4Erlhu7Rl84XDFQ==
1047210472
dependencies:
10473-
"@remix-run/router" "1.6.2"
10474-
react-router "6.11.2"
10473+
"@remix-run/router" "1.6.3"
10474+
react-router "6.12.0"
1047510475

10476-
react-router@6.11.2:
10477-
version "6.11.2"
10478-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.11.2.tgz#006301c4da1a173d7ad76b7ecd2da01b9dd3837a"
10479-
integrity sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==
10476+
react-router@6.12.0:
10477+
version "6.12.0"
10478+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.12.0.tgz#1afae9219c24c8611809469d7a386c8023ade39a"
10479+
integrity sha512-/tCGtLq9umxRvbYeIx3j94CmpQfue0E3qnetVm9luKhu58cR4t+3O4ZrQXBdXfJrBATOAj+wF/1ihJJQI8AoTw==
1048010480
dependencies:
10481-
"@remix-run/router" "1.6.2"
10481+
"@remix-run/router" "1.6.3"
1048210482

1048310483
react-tiny-popover@5:
1048410484
version "5.1.0"

0 commit comments

Comments
 (0)