Skip to content

Commit 4c9ae1f

Browse files
Update react-router monorepo
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent e832e5f commit 4c9ae1f

2 files changed

Lines changed: 45 additions & 2 deletions

File tree

console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"react-dom": "^17.0.1",
6262
"react-helmet": "^6.1.0",
6363
"react-i18next": "^11.7.3",
64-
"react-router": "5.3.x",
65-
"react-router-dom": "5.3.x",
64+
"react-router": "8.4.x",
65+
"react-router-dom": "7.18.x",
6666
"style-loader": "^3.3.1",
6767
"stylelint": "^15.3.0",
6868
"stylelint-config-standard": "^31.0.0",

console/yarn.lock

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,11 @@
787787
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
788788
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
789789

790+
"@remix-run/route-pattern@^0.22.1":
791+
version "0.22.1"
792+
resolved "https://registry.yarnpkg.com/@remix-run/route-pattern/-/route-pattern-0.22.1.tgz#4937466528a59a7c9d882f725aac92536d20e010"
793+
integrity sha512-czdGJWh09Lapvcqt7Vb09KlrU2PhRJ8xQaI+AItTuD9aDJ5MAgxnS38lnys6Ll+6RJEqPiaUqTwIQhVLwFvv+w==
794+
790795
"@remix-run/router@1.23.4":
791796
version "1.23.4"
792797
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.4.tgz#d2becd2afca4a40c30a659d913b9b0bcc28bced8"
@@ -2474,11 +2479,21 @@ convert-source-map@^2.0.0:
24742479
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
24752480
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
24762481

2482+
cookie-es@^3.1.1:
2483+
version "3.1.1"
2484+
resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-3.1.1.tgz#c4a8a16cf88cb5a185b23f4a61d6e9a85eb53287"
2485+
integrity sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==
2486+
24772487
cookie-signature@~1.0.6:
24782488
version "1.0.7"
24792489
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.7.tgz#ab5dd7ab757c54e60f37ef6550f481c426d10454"
24802490
integrity sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==
24812491

2492+
cookie@^1.0.1:
2493+
version "1.1.1"
2494+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.1.1.tgz#3bb9bdfc82369db9c2f69c93c9c3ceb310c88b3c"
2495+
integrity sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==
2496+
24822497
cookie@~0.7.1:
24832498
version "0.7.2"
24842499
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
@@ -6322,6 +6337,13 @@ react-router-dom@5.3.x:
63226337
tiny-invariant "^1.0.2"
63236338
tiny-warning "^1.0.0"
63246339

6340+
react-router-dom@7.18.x:
6341+
version "7.18.4"
6342+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.18.4.tgz#07b72b8aab2d80af847425107f966f1688c703d0"
6343+
integrity sha512-yrfmJHIpDG7taCpqKjT1G5B6q3O2K+RN8/fgNf0lTjCwiPbQ0ei6vXX9ZjQR+7ld8Tr7Z5xmyMnZ8YJrphWQUw==
6344+
dependencies:
6345+
react-router "7.18.4"
6346+
63256347
react-router@5.3.4, react-router@5.3.x:
63266348
version "5.3.4"
63276349
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
@@ -6344,6 +6366,22 @@ react-router@6.30.6:
63446366
dependencies:
63456367
"@remix-run/router" "1.23.4"
63466368

6369+
react-router@7.18.4:
6370+
version "7.18.4"
6371+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.18.4.tgz#dc30cbb27e936f06d9e1d75ab648b317deb698a4"
6372+
integrity sha512-PUPQcMhMGRAslLcvtlPz/kmzBEWPhLdgLFrL7pLNepBL6dX0lWj4WD2cUYVgYCuT3jxvghYFg81cDTj44DhetQ==
6373+
dependencies:
6374+
cookie "^1.0.1"
6375+
set-cookie-parser "^2.6.0"
6376+
6377+
react-router@8.4.x:
6378+
version "8.4.0"
6379+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-8.4.0.tgz#fa3c0ba58555cfb120a9ed8042518e374000fb4b"
6380+
integrity sha512-JtydAkBvU9UTEe5qNC+POhu+ZBNM7rlKY2IegwXc7Idj7xfRG16x5RZrw3mju+XlqBxfvb2ky9P3jUp9WyWC1g==
6381+
dependencies:
6382+
"@remix-run/route-pattern" "^0.22.1"
6383+
cookie-es "^3.1.1"
6384+
63476385
react-side-effect@^2.1.0:
63486386
version "2.1.2"
63496387
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.2.tgz#dc6345b9e8f9906dc2eeb68700b615e0b4fe752a"
@@ -6818,6 +6856,11 @@ set-blocking@^2.0.0:
68186856
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
68196857
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
68206858

6859+
set-cookie-parser@^2.6.0:
6860+
version "2.7.2"
6861+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz#ccd08673a9ae5d2e44ea2a2de25089e67c7edf68"
6862+
integrity sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==
6863+
68216864
set-function-length@^1.2.2:
68226865
version "1.2.2"
68236866
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"

0 commit comments

Comments
 (0)