Skip to content

Commit 8705922

Browse files
authored
Merge pull request #58 from tsparticles/renovate/major-react-router-monorepo
fix(deps): update react-router monorepo to v7 (major)
2 parents 3dfadd4 + 333edb3 commit 8705922

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@testing-library/user-event": "^14.0.0",
1010
"react": "^18.0.0",
1111
"react-dom": "^18.0.0",
12-
"react-router": "^6.0.0",
13-
"react-router-dom": "^6.0.0",
12+
"react-router": "^7.0.0",
13+
"react-router-dom": "^7.0.0",
1414
"react-scripts": "5.0.1",
1515
"react-tsparticles": "^2.0.0"
1616
},

yarn.lock

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,11 +1893,6 @@
18931893
schema-utils "^3.0.0"
18941894
source-map "^0.7.3"
18951895

1896-
"@remix-run/router@1.12.0":
1897-
version "1.12.0"
1898-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.12.0.tgz#e89b64b6fa97a8a5b740a4c38c2904b80f1f229a"
1899-
integrity sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==
1900-
19011896
"@rollup/plugin-babel@^5.2.0":
19021897
version "5.3.1"
19031898
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
@@ -2215,6 +2210,11 @@
22152210
dependencies:
22162211
"@types/node" "*"
22172212

2213+
"@types/cookie@^0.6.0":
2214+
version "0.6.0"
2215+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
2216+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
2217+
22182218
"@types/eslint-scope@^3.7.3":
22192219
version "3.7.4"
22202220
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
@@ -3670,6 +3670,11 @@ cookie@0.5.0:
36703670
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
36713671
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
36723672

3673+
cookie@^1.0.1:
3674+
version "1.0.2"
3675+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
3676+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
3677+
36733678
core-js-compat@^3.25.1:
36743679
version "3.28.0"
36753680
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.28.0.tgz#c08456d854608a7264530a2afa281fadf20ecee6"
@@ -8339,20 +8344,22 @@ react-refresh@^0.11.0:
83398344
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
83408345
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
83418346

8342-
react-router-dom@^6.0.0:
8343-
version "6.19.0"
8344-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.19.0.tgz#ee807e36ae7dd954db7a3f770e38b7cc026c66a8"
8345-
integrity sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==
8347+
react-router-dom@^7.0.0:
8348+
version "7.0.0"
8349+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.0.0.tgz#91a7f4858d914573a331937be2635419aa0933d1"
8350+
integrity sha512-2QAxXpwgQuh423C64oZiV2cCKPCNUgZxcvZaS8O0PAHPZ/z8kTq7YbGD4KTNZm6Yj66d+HAfGkWPp8MCpdtD+Q==
83468351
dependencies:
8347-
"@remix-run/router" "1.12.0"
8348-
react-router "6.19.0"
8352+
react-router "7.0.0"
83498353

8350-
react-router@6.19.0, react-router@^6.0.0:
8351-
version "6.19.0"
8352-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.19.0.tgz#6d5062fa33495859daca98d86292ab03b037a9ca"
8353-
integrity sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==
8354+
react-router@7.0.0, react-router@^7.0.0:
8355+
version "7.0.0"
8356+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.0.0.tgz#5da66e1424146a88e9685417e19117b028be54a7"
8357+
integrity sha512-1xf+yMVhUjAzZGY90ZnYJ9KVe1R8FggpugzRBkh+p6vl4cC1sHDe3nO+r5rxWTAgCMf8uN5hfoV2M7rLVTWPUA==
83548358
dependencies:
8355-
"@remix-run/router" "1.12.0"
8359+
"@types/cookie" "^0.6.0"
8360+
cookie "^1.0.1"
8361+
set-cookie-parser "^2.6.0"
8362+
turbo-stream "2.4.0"
83568363

83578364
react-scripts@5.0.1:
83588365
version "5.0.1"
@@ -8915,6 +8922,11 @@ serve-static@1.15.0:
89158922
parseurl "~1.3.3"
89168923
send "0.18.0"
89178924

8925+
set-cookie-parser@^2.6.0:
8926+
version "2.7.1"
8927+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
8928+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
8929+
89188930
setprototypeof@1.1.0:
89198931
version "1.1.0"
89208932
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
@@ -9586,6 +9598,11 @@ tsutils@^3.21.0:
95869598
dependencies:
95879599
tslib "^1.8.1"
95889600

9601+
turbo-stream@2.4.0:
9602+
version "2.4.0"
9603+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
9604+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
9605+
95899606
type-check@^0.4.0, type-check@~0.4.0:
95909607
version "0.4.0"
95919608
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)