Skip to content

Commit 8d552ca

Browse files
committed
Update react-router monorepo to v6.25.0
1 parent 9633032 commit 8d552ca

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

zucchini-ui-frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"react-bootstrap": "1.6.8",
7171
"react-dom": "18.3.1",
7272
"react-redux": "8.1.3",
73-
"react-router": "6.24.1",
74-
"react-router-dom": "6.24.1",
73+
"react-router": "6.25.0",
74+
"react-router-dom": "6.25.0",
7575
"redux": "4.2.1",
7676
"redux-actions": "3.0.0",
7777
"redux-promise-middleware": "6.2.0",

zucchini-ui-frontend/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -2053,10 +2053,10 @@
20532053
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.1.tgz#728ecd95ab207aab8a9a4e421f0422db329232be"
20542054
integrity sha512-HnUhk1Sy9IuKrxEMdIRCxpIqPw6BFsbYSEUO9p/hNw5sMld/+3OLMWQP80F8/db9qsv3qUjs7ZR5bS/R+iinXw==
20552055

2056-
"@remix-run/router@1.17.1":
2057-
version "1.17.1"
2058-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.17.1.tgz#bf93997beb81863fde042ebd05013a2618471362"
2059-
integrity sha512-mCOMec4BKd6BRGBZeSnGiIgwsbLGp3yhVqAD8H+PxiRNEHgDpZb8J1TnrSDlg97t0ySKMQJTHCWBCmBpSmkF6Q==
2056+
"@remix-run/router@1.18.0":
2057+
version "1.18.0"
2058+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"
2059+
integrity sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==
20602060

20612061
"@restart/context@^2.1.4":
20622062
version "2.1.4"
@@ -7635,20 +7635,20 @@ react-redux@8.1.3:
76357635
react-is "^18.0.0"
76367636
use-sync-external-store "^1.0.0"
76377637

7638-
react-router-dom@6.24.1:
7639-
version "6.24.1"
7640-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.24.1.tgz#b1a22f7d6c5a1bfce30732bd370713f991ab4de4"
7641-
integrity sha512-U19KtXqooqw967Vw0Qcn5cOvrX5Ejo9ORmOtJMzYWtCT4/WOfFLIZGGsVLxcd9UkBO0mSTZtXqhZBsWlHr7+Sg==
7638+
react-router-dom@6.25.0:
7639+
version "6.25.0"
7640+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.0.tgz#f46f98553e1b4b3bcd2e4bb1021e9144b02671bf"
7641+
integrity sha512-BhcczgDWWgvGZxjDDGuGHrA8HrsSudilqTaRSBYLWDayvo1ClchNIDVt5rldqp6e7Dro5dEFx9Mzc+r292lN0w==
76427642
dependencies:
7643-
"@remix-run/router" "1.17.1"
7644-
react-router "6.24.1"
7643+
"@remix-run/router" "1.18.0"
7644+
react-router "6.25.0"
76457645

7646-
react-router@6.24.1:
7647-
version "6.24.1"
7648-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.24.1.tgz#5a3bbba0000afba68d42915456ca4c806f37a7de"
7649-
integrity sha512-PTXFXGK2pyXpHzVo3rR9H7ip4lSPZZc0bHG5CARmj65fTT6qG7sTngmb6lcYu1gf3y/8KxORoy9yn59pGpCnpg==
7646+
react-router@6.25.0:
7647+
version "6.25.0"
7648+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.0.tgz#24f72cdf3bcc9be0f60b95af6cd88950c3d246e4"
7649+
integrity sha512-bziKjCcDbcxgWS9WlWFcQIVZ2vJHnCP6DGpQDT0l+0PFDasfJKgzf9CM22eTyhFsZkjk8ApCdKjJwKtzqH80jQ==
76507650
dependencies:
7651-
"@remix-run/router" "1.17.1"
7651+
"@remix-run/router" "1.18.0"
76527652

76537653
react-shallow-renderer@^16.15.0:
76547654
version "16.15.0"

0 commit comments

Comments
 (0)