Skip to content

Commit 782f0bd

Browse files
committed
Update react-router monorepo to v6.20.0
1 parent ccd0bb6 commit 782f0bd

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
@@ -70,8 +70,8 @@
7070
"react-bootstrap": "1.6.7",
7171
"react-dom": "18.2.0",
7272
"react-redux": "8.1.3",
73-
"react-router": "6.19.0",
74-
"react-router-dom": "6.19.0",
73+
"react-router": "6.20.0",
74+
"react-router-dom": "6.20.0",
7575
"redux": "4.2.1",
7676
"redux-actions": "3.0.0",
7777
"redux-promise-middleware": "6.1.3",

zucchini-ui-frontend/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,10 +1925,10 @@
19251925
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.1.tgz#728ecd95ab207aab8a9a4e421f0422db329232be"
19261926
integrity sha512-HnUhk1Sy9IuKrxEMdIRCxpIqPw6BFsbYSEUO9p/hNw5sMld/+3OLMWQP80F8/db9qsv3qUjs7ZR5bS/R+iinXw==
19271927

1928-
"@remix-run/router@1.12.0":
1929-
version "1.12.0"
1930-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.12.0.tgz#e89b64b6fa97a8a5b740a4c38c2904b80f1f229a"
1931-
integrity sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==
1928+
"@remix-run/router@1.13.0":
1929+
version "1.13.0"
1930+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.13.0.tgz#7e29c4ee85176d9c08cb0f4456bff74d092c5065"
1931+
integrity sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==
19321932

19331933
"@restart/context@^2.1.4":
19341934
version "2.1.4"
@@ -7261,20 +7261,20 @@ react-redux@8.1.3:
72617261
react-is "^18.0.0"
72627262
use-sync-external-store "^1.0.0"
72637263

7264-
react-router-dom@6.19.0:
7265-
version "6.19.0"
7266-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.19.0.tgz#ee807e36ae7dd954db7a3f770e38b7cc026c66a8"
7267-
integrity sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==
7264+
react-router-dom@6.20.0:
7265+
version "6.20.0"
7266+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.20.0.tgz#7b9527a1e29c7fb90736a5f89d54ca01f40e264b"
7267+
integrity sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==
72687268
dependencies:
7269-
"@remix-run/router" "1.12.0"
7270-
react-router "6.19.0"
7269+
"@remix-run/router" "1.13.0"
7270+
react-router "6.20.0"
72717271

7272-
react-router@6.19.0:
7273-
version "6.19.0"
7274-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.19.0.tgz#6d5062fa33495859daca98d86292ab03b037a9ca"
7275-
integrity sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==
7272+
react-router@6.20.0:
7273+
version "6.20.0"
7274+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.20.0.tgz#4275a3567ecc55f7703073158048db10096bb539"
7275+
integrity sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==
72767276
dependencies:
7277-
"@remix-run/router" "1.12.0"
7277+
"@remix-run/router" "1.13.0"
72787278

72797279
react-shallow-renderer@^16.15.0:
72807280
version "16.15.0"

0 commit comments

Comments
 (0)