Skip to content

Commit 35c0cf1

Browse files
fix(deps): update react-router monorepo to v7
1 parent b35a80d commit 35c0cf1

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

zucchini-ui-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"react-bootstrap": "1.6.8",
7575
"react-dom": "18.3.1",
7676
"react-redux": "8.1.3",
77-
"react-router": "6.28.2",
78-
"react-router-dom": "6.28.2",
77+
"react-router": "7.1.4",
78+
"react-router-dom": "7.1.4",
7979
"redux": "5.0.1",
8080
"redux-actions": "3.0.3",
8181
"redux-promise-middleware": "6.2.0",

zucchini-ui-frontend/yarn.lock

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,11 +2021,6 @@
20212021
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.1.tgz#728ecd95ab207aab8a9a4e421f0422db329232be"
20222022
integrity sha512-HnUhk1Sy9IuKrxEMdIRCxpIqPw6BFsbYSEUO9p/hNw5sMld/+3OLMWQP80F8/db9qsv3qUjs7ZR5bS/R+iinXw==
20232023

2024-
"@remix-run/router@1.21.1":
2025-
version "1.21.1"
2026-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.1.tgz#bf15274d3856c395402719fa6b1dc8cc5245aaf7"
2027-
integrity sha512-KeBYSwohb8g4/wCcnksvKTYlg69O62sQeLynn2YE+5z7JWEj95if27kclW9QqbrlsQ2DINI8fjbV3zyuKfwjKg==
2028-
20292024
"@restart/context@^2.1.4":
20302025
version "2.1.4"
20312026
resolved "https://registry.yarnpkg.com/@restart/context/-/context-2.1.4.tgz#a99d87c299a34c28bd85bb489cb07bfd23149c02"
@@ -2173,6 +2168,11 @@
21732168
dependencies:
21742169
"@types/node" "*"
21752170

2171+
"@types/cookie@^0.6.0":
2172+
version "0.6.0"
2173+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
2174+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
2175+
21762176
"@types/eslint-scope@^3.7.7":
21772177
version "3.7.7"
21782178
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
@@ -3704,6 +3704,11 @@ cookie@0.7.1:
37043704
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
37053705
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
37063706

3707+
cookie@^1.0.1:
3708+
version "1.0.2"
3709+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
3710+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
3711+
37073712
core-js-compat@^3.38.0, core-js-compat@^3.38.1:
37083713
version "3.38.1"
37093714
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
@@ -7960,20 +7965,22 @@ react-redux@8.1.3:
79607965
react-is "^18.0.0"
79617966
use-sync-external-store "^1.0.0"
79627967

7963-
react-router-dom@6.28.2:
7964-
version "6.28.2"
7965-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.2.tgz#9bc4f58b0cfe91d39d1a6be4beb0ef051ca9b06e"
7966-
integrity sha512-O81EWqNJWqvlN/a7eTudAdQm0TbI7hw+WIi7OwwMcTn5JMyZ0ibTFNGz+t+Lju0df4LcqowCegcrK22lB1q9Kw==
7968+
react-router-dom@7.1.4:
7969+
version "7.1.4"
7970+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.4.tgz#64acabb6c767784cc7c36024c4df379f51f7cdb1"
7971+
integrity sha512-p474cAeRKfPNp+9QtpdVEa025iWLIIIBhYCnjsSwFmZH3c5DBHOc7vB7zmL6lL747o0ArfrLblNTebtL6lt0lA==
79677972
dependencies:
7968-
"@remix-run/router" "1.21.1"
7969-
react-router "6.28.2"
7973+
react-router "7.1.4"
79707974

7971-
react-router@6.28.2:
7972-
version "6.28.2"
7973-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.2.tgz#1ddea57c2de0d99e12d00af14d1499703f1378a9"
7974-
integrity sha512-BgFY7+wEGVjHCiqaj2XiUBQ1kkzfg6UoKYwEe0wv+FF+HNPCxtS/MVPvLAPH++EsuCMReZl9RYVGqcHLk5ms3A==
7975+
react-router@7.1.4:
7976+
version "7.1.4"
7977+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.4.tgz#dcac613c1acd623f8aa314e7ea54db88c7968b1e"
7978+
integrity sha512-aJWVrKoLI0nIK1lfbTU3d5al1ZEUiwtSus/xjYL8K5sv2hyPesiOIojHM7QnaNLVtroOB1McZsWk37fMQVoc6A==
79757979
dependencies:
7976-
"@remix-run/router" "1.21.1"
7980+
"@types/cookie" "^0.6.0"
7981+
cookie "^1.0.1"
7982+
set-cookie-parser "^2.6.0"
7983+
turbo-stream "2.4.0"
79777984

79787985
react-shallow-renderer@^16.15.0:
79797986
version "16.15.0"
@@ -8556,6 +8563,11 @@ serve-static@1.16.2:
85568563
parseurl "~1.3.3"
85578564
send "0.19.0"
85588565

8566+
set-cookie-parser@^2.6.0:
8567+
version "2.7.1"
8568+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
8569+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
8570+
85598571
set-function-length@^1.2.1:
85608572
version "1.2.1"
85618573
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
@@ -9156,6 +9168,11 @@ tslib@^2.6.2:
91569168
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
91579169
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
91589170

9171+
turbo-stream@2.4.0:
9172+
version "2.4.0"
9173+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
9174+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
9175+
91599176
type-check@^0.4.0, type-check@~0.4.0:
91609177
version "0.4.0"
91619178
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)