Skip to content

Commit 3d5eb8f

Browse files
fix(deps): update react-router monorepo to v6.29.0 (#3424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b35a80d commit 3d5eb8f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
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": "6.29.0",
78+
"react-router-dom": "6.29.0",
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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,10 +2021,10 @@
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==
2024+
"@remix-run/router@1.22.0":
2025+
version "1.22.0"
2026+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.22.0.tgz#dd8096cb055c475a4de6b35322b8d3b118c17b43"
2027+
integrity sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==
20282028

20292029
"@restart/context@^2.1.4":
20302030
version "2.1.4"
@@ -7960,20 +7960,20 @@ react-redux@8.1.3:
79607960
react-is "^18.0.0"
79617961
use-sync-external-store "^1.0.0"
79627962

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==
7963+
react-router-dom@6.29.0:
7964+
version "6.29.0"
7965+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.29.0.tgz#2ffb56b03ef3d6d6daafcfad9f3922132d2ced94"
7966+
integrity sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==
79677967
dependencies:
7968-
"@remix-run/router" "1.21.1"
7969-
react-router "6.28.2"
7968+
"@remix-run/router" "1.22.0"
7969+
react-router "6.29.0"
79707970

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==
7971+
react-router@6.29.0:
7972+
version "6.29.0"
7973+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.29.0.tgz#14a329ca838b4de048fc5cca82874b727ee546b7"
7974+
integrity sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==
79757975
dependencies:
7976-
"@remix-run/router" "1.21.1"
7976+
"@remix-run/router" "1.22.0"
79777977

79787978
react-shallow-renderer@^16.15.0:
79797979
version "16.15.0"

0 commit comments

Comments
 (0)