Skip to content

Commit 5c1c795

Browse files
Update dependency react-router-dom to v7
1 parent 18dbb7a commit 5c1c795

File tree

2 files changed

+34
-17
lines changed

2 files changed

+34
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"kwesforms": "2.2.9",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
25-
"react-router-dom": "6.23.1",
25+
"react-router-dom": "7.3.0",
2626
"react-player": "2.16.0",
2727
"react-scripts": "^5.0.1",
2828
"react-scroll": "1.9.0",

yarn.lock

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,11 +1649,6 @@
16491649
schema-utils "^3.0.0"
16501650
source-map "^0.7.3"
16511651

1652-
"@remix-run/[email protected]":
1653-
version "1.16.1"
1654-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd"
1655-
integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==
1656-
16571652
"@rollup/plugin-babel@^5.2.0":
16581653
version "5.3.1"
16591654
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
@@ -1932,6 +1927,11 @@
19321927
dependencies:
19331928
"@types/node" "*"
19341929

1930+
"@types/cookie@^0.6.0":
1931+
version "0.6.0"
1932+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
1933+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
1934+
19351935
"@types/eslint-scope@^3.7.3":
19361936
version "3.7.4"
19371937
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
@@ -3576,6 +3576,11 @@ [email protected]:
35763576
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
35773577
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
35783578

3579+
cookie@^1.0.1:
3580+
version "1.0.2"
3581+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
3582+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
3583+
35793584
core-js-compat@^3.21.0, core-js-compat@^3.22.1:
35803585
version "3.24.1"
35813586
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.24.1.tgz#d1af84a17e18dfdd401ee39da9996f9a7ba887de"
@@ -8573,20 +8578,22 @@ react-refresh@^0.11.0:
85738578
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
85748579
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
85758580

8576-
react-router-dom@6.23.1:
8577-
version "6.23.1"
8578-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f"
8579-
integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==
8581+
react-router-dom@7.3.0:
8582+
version "7.3.0"
8583+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.3.0.tgz#170e569b7536ffd71ff16016cb0f4458d1f23d83"
8584+
integrity sha512-z7Q5FTiHGgQfEurX/FBinkOXhWREJIAB2RiU24lvcBa82PxUpwqvs/PAXb9lJyPjTs2jrl6UkLvCZVGJPeNuuQ==
85808585
dependencies:
8581-
"@remix-run/router" "1.16.1"
8582-
react-router "6.23.1"
8586+
react-router "7.3.0"
85838587

8584-
react-router@6.23.1:
8585-
version "6.23.1"
8586-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9"
8587-
integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==
8588+
react-router@7.3.0:
8589+
version "7.3.0"
8590+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.3.0.tgz#14fb630f088d919386e97f91199a2bc4abcdd85d"
8591+
integrity sha512-466f2W7HIWaNXTKM5nHTqNxLrHTyXybm7R0eBlVSt0k/u55tTCDO194OIx/NrYD4TS5SXKTNekXfT37kMKUjgw==
85888592
dependencies:
8589-
"@remix-run/router" "1.16.1"
8593+
"@types/cookie" "^0.6.0"
8594+
cookie "^1.0.1"
8595+
set-cookie-parser "^2.6.0"
8596+
turbo-stream "2.4.0"
85908597

85918598
react-scripts@^5.0.1:
85928599
version "5.0.1"
@@ -9156,6 +9163,11 @@ [email protected]:
91569163
parseurl "~1.3.3"
91579164
send "0.18.0"
91589165

9166+
set-cookie-parser@^2.6.0:
9167+
version "2.7.1"
9168+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
9169+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
9170+
91599171
set-function-length@^1.2.1:
91609172
version "1.2.2"
91619173
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
@@ -9881,6 +9893,11 @@ tsutils@^3.21.0:
98819893
dependencies:
98829894
tslib "^1.8.1"
98839895

9896+
9897+
version "2.4.0"
9898+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
9899+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
9900+
98849901
type-check@^0.4.0, type-check@~0.4.0:
98859902
version "0.4.0"
98869903
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)