Skip to content

Commit 9827a3d

Browse files
Update dependency react-router-dom to v7
1 parent 7cd6460 commit 9827a3d

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
5050
"react-redux": "^8.0.4",
51-
"react-router-dom": "^6.8.0",
51+
"react-router-dom": "^7.9.6",
5252
"react-spinners": "^0.13.6",
5353
"redux": "^4.2.0",
5454
"redux-devtools-extension": "^2.13.9",

yarn.lock

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,11 +1403,6 @@
14031403
redux-thunk "^2.4.2"
14041404
reselect "^4.1.8"
14051405

1406-
"@remix-run/[email protected]":
1407-
version "1.23.1"
1408-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f"
1409-
integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==
1410-
14111406
"@rtsao/scc@^1.1.0":
14121407
version "1.1.0"
14131408
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
@@ -2534,6 +2529,11 @@ [email protected]:
25342529
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
25352530
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
25362531

2532+
cookie@^1.0.1:
2533+
version "1.0.2"
2534+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
2535+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
2536+
25372537
core-js-compat@^3.43.0:
25382538
version "3.46.0"
25392539
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.46.0.tgz#0c87126a19a1af00371e12b02a2b088a40f3c6f7"
@@ -5006,20 +5006,20 @@ react-redux@^8.0.4:
50065006
react-is "^18.0.0"
50075007
use-sync-external-store "^1.0.0"
50085008

5009-
react-router-dom@^6.8.0:
5010-
version "6.30.2"
5011-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.2.tgz#ee8c161bce4890d34484b552f8510f9af0e22b01"
5012-
integrity sha512-l2OwHn3UUnEVUqc6/1VMmR1cvZryZ3j3NzapC2eUXO1dB0sYp5mvwdjiXhpUbRb21eFow3qSxpP8Yv6oAU824Q==
5009+
react-router-dom@^7.9.6:
5010+
version "7.9.6"
5011+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.6.tgz#f2a0d12961d67bd87ab48e5ef42fa1f45beae357"
5012+
integrity sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA==
50135013
dependencies:
5014-
"@remix-run/router" "1.23.1"
5015-
react-router "6.30.2"
5014+
react-router "7.9.6"
50165015

5017-
react-router@6.30.2:
5018-
version "6.30.2"
5019-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359"
5020-
integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==
5016+
react-router@7.9.6:
5017+
version "7.9.6"
5018+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.6.tgz#003c8de335fdd7390286a478dcfd9579c1826137"
5019+
integrity sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==
50215020
dependencies:
5022-
"@remix-run/router" "1.23.1"
5021+
cookie "^1.0.1"
5022+
set-cookie-parser "^2.6.0"
50235023

50245024
react-spinners@^0.13.6:
50255025
version "0.13.8"
@@ -5385,6 +5385,11 @@ [email protected]:
53855385
parseurl "~1.3.3"
53865386
send "0.19.0"
53875387

5388+
set-cookie-parser@^2.6.0:
5389+
version "2.7.2"
5390+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz#ccd08673a9ae5d2e44ea2a2de25089e67c7edf68"
5391+
integrity sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==
5392+
53885393
set-function-length@^1.2.2:
53895394
version "1.2.2"
53905395
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"

0 commit comments

Comments
 (0)