Skip to content

Commit a74bb44

Browse files
chore(deps): update react-router monorepo to v7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a4fcbaf commit a74bb44

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"react-dom": "^17.0.1",
6161
"react-helmet": "^6.1.0",
6262
"react-i18next": "^11.7.3",
63-
"react-router": "5.3.x",
64-
"react-router-dom": "5.3.x",
63+
"react-router": "7.16.x",
64+
"react-router-dom": "7.16.x",
6565
"style-loader": "^3.3.1",
6666
"stylelint": "^15.3.0",
6767
"stylelint-config-standard": "^31.0.0",

console/yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,6 +2474,11 @@ cookie-signature@~1.0.6:
24742474
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.7.tgz#ab5dd7ab757c54e60f37ef6550f481c426d10454"
24752475
integrity sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==
24762476

2477+
cookie@^1.0.1:
2478+
version "1.1.1"
2479+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.1.1.tgz#3bb9bdfc82369db9c2f69c93c9c3ceb310c88b3c"
2480+
integrity sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==
2481+
24772482
cookie@~0.7.1:
24782483
version "0.7.2"
24792484
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
@@ -6227,6 +6232,13 @@ react-router-dom@5.3.x:
62276232
tiny-invariant "^1.0.2"
62286233
tiny-warning "^1.0.0"
62296234

6235+
react-router-dom@7.16.x:
6236+
version "7.16.0"
6237+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.16.0.tgz#284a7cd021052aa7d0a9240dca4a02eec24eceb5"
6238+
integrity sha512-kMUAbimWB5FVbF4Bce4bJsiKJWLIUHq/mEG8+CFDnCSgltptBiG5nguducmsJeGKytlCvQud9Qhzpn49iduTlA==
6239+
dependencies:
6240+
react-router "7.16.0"
6241+
62306242
react-router@5.3.4, react-router@5.3.x:
62316243
version "5.3.4"
62326244
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
@@ -6249,6 +6261,14 @@ react-router@6.30.3:
62496261
dependencies:
62506262
"@remix-run/router" "1.23.2"
62516263

6264+
react-router@7.16.0, react-router@7.16.x:
6265+
version "7.16.0"
6266+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.16.0.tgz#fb41536aef2ccc2c7be12ea6be819a1e56eb6343"
6267+
integrity sha512-wArC8lVyJb3+jM9OpDyW6hLCizACWkvQR/sSGqSs+o5uEXEtGlqdZ4v8hENR3Jad6i+LRkK93q/+bQAcvl6V1A==
6268+
dependencies:
6269+
cookie "^1.0.1"
6270+
set-cookie-parser "^2.6.0"
6271+
62526272
react-side-effect@^2.1.0:
62536273
version "2.1.2"
62546274
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.2.tgz#dc6345b9e8f9906dc2eeb68700b615e0b4fe752a"
@@ -6710,6 +6730,11 @@ set-blocking@^2.0.0:
67106730
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
67116731
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
67126732

6733+
set-cookie-parser@^2.6.0:
6734+
version "2.7.2"
6735+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz#ccd08673a9ae5d2e44ea2a2de25089e67c7edf68"
6736+
integrity sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==
6737+
67136738
set-function-length@^1.2.2:
67146739
version "1.2.2"
67156740
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"

0 commit comments

Comments
 (0)