Skip to content

Commit 4c0f487

Browse files
fix(deps): update react-router monorepo to v6.30.2 (#893)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 436f836 commit 4c0f487

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
2727
"react-redux": "9.2.0",
28-
"react-router": "6.30.1",
29-
"react-router-dom": "6.30.1",
28+
"react-router": "6.30.2",
29+
"react-router-dom": "6.30.2",
3030
"react-window": "1.8.11",
3131
"vite": "6.4.1",
3232
"vite-plugin-pwa": "0.21.2",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,10 +1601,10 @@
16011601
redux-thunk "^3.1.0"
16021602
reselect "^5.1.0"
16031603

1604-
"@remix-run/[email protected].0":
1605-
version "1.23.0"
1606-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.0.tgz#35390d0e7779626c026b11376da6789eb8389242"
1607-
integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==
1604+
"@remix-run/[email protected].1":
1605+
version "1.23.1"
1606+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f"
1607+
integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==
16081608

16091609
"@rolldown/[email protected]":
16101610
version "1.0.0-beta.27"
@@ -4297,20 +4297,20 @@ react-refresh@^0.17.0:
42974297
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
42984298
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
42994299

4300-
4301-
version "6.30.1"
4302-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.1.tgz#da2580c272ddb61325e435478566be9563a4a237"
4303-
integrity sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==
4300+
4301+
version "6.30.2"
4302+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.2.tgz#ee8c161bce4890d34484b552f8510f9af0e22b01"
4303+
integrity sha512-l2OwHn3UUnEVUqc6/1VMmR1cvZryZ3j3NzapC2eUXO1dB0sYp5mvwdjiXhpUbRb21eFow3qSxpP8Yv6oAU824Q==
43044304
dependencies:
4305-
"@remix-run/router" "1.23.0"
4306-
react-router "6.30.1"
4305+
"@remix-run/router" "1.23.1"
4306+
react-router "6.30.2"
43074307

4308-
4309-
version "6.30.1"
4310-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.1.tgz#ecb3b883c9ba6dbf5d319ddbc996747f4ab9f4c3"
4311-
integrity sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==
4308+
4309+
version "6.30.2"
4310+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359"
4311+
integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==
43124312
dependencies:
4313-
"@remix-run/router" "1.23.0"
4313+
"@remix-run/router" "1.23.1"
43144314

43154315
react-transition-group@^4.4.5:
43164316
version "4.4.5"

0 commit comments

Comments
 (0)