Skip to content

Commit 5ec80bb

Browse files
committed
fix(deps): update react-router monorepo to v6
1 parent 33d6e68 commit 5ec80bb

File tree

2 files changed

+30
-72
lines changed

2 files changed

+30
-72
lines changed

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"react-helmet": "6.1.0",
3232
"react-hook-form": "6.15.8",
3333
"react-hotkeys-hook": "3.4.6",
34-
"react-router": "5.3.1",
35-
"react-router-dom": "5.3.1",
34+
"react-router": "6.3.0",
35+
"react-router-dom": "6.3.0",
3636
"react-scripts": "4.0.3",
3737
"reactour": "1.18.7",
3838
"recharts": "2.1.9",

yarn.lock

Lines changed: 28 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@
16411641
dependencies:
16421642
regenerator-runtime "^0.13.4"
16431643

1644-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1644+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
16451645
version "7.14.6"
16461646
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
16471647
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@@ -1655,6 +1655,13 @@
16551655
dependencies:
16561656
regenerator-runtime "^0.13.4"
16571657

1658+
"@babel/runtime@^7.7.6":
1659+
version "7.17.9"
1660+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
1661+
integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
1662+
dependencies:
1663+
regenerator-runtime "^0.13.4"
1664+
16581665
"@babel/template@^7.10.4", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
16591666
version "7.14.5"
16601667
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
@@ -13502,17 +13509,12 @@ [email protected]:
1350213509
resolved "https://registry.yarnpkg.com/hexoid/-/hexoid-1.0.0.tgz#ad10c6573fb907de23d9ec63a711267d9dc9bc18"
1350313510
integrity sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==
1350413511

13505-
history@^4.9.0:
13506-
version "4.10.1"
13507-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
13508-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
13512+
history@^5.2.0:
13513+
version "5.3.0"
13514+
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
13515+
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
1350913516
dependencies:
13510-
"@babel/runtime" "^7.1.2"
13511-
loose-envify "^1.2.0"
13512-
resolve-pathname "^3.0.0"
13513-
tiny-invariant "^1.0.2"
13514-
tiny-warning "^1.0.0"
13515-
value-equal "^1.0.1"
13517+
"@babel/runtime" "^7.7.6"
1351613518

1351713519
hmac-drbg@^1.0.1:
1351813520
version "1.0.1"
@@ -13523,7 +13525,7 @@ hmac-drbg@^1.0.1:
1352313525
minimalistic-assert "^1.0.0"
1352413526
minimalistic-crypto-utils "^1.0.1"
1352513527

13526-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.2:
13528+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.2:
1352713529
version "3.3.2"
1352813530
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
1352913531
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -16667,7 +16669,7 @@ long@^2.4.0:
1666716669
resolved "https://registry.yarnpkg.com/long/-/long-2.4.0.tgz#9fa180bb1d9500cdc29c4156766a1995e1f4524f"
1666816670
integrity sha1-n6GAux2VAM3CnEFWdmoZleH0Uk8=
1666916671

16670-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
16672+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
1667116673
version "1.4.0"
1667216674
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
1667316675
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -17057,14 +17059,6 @@ min-indent@^1.0.0:
1705717059
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
1705817060
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
1705917061

17060-
mini-create-react-context@^0.4.0:
17061-
version "0.4.1"
17062-
resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
17063-
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
17064-
dependencies:
17065-
"@babel/runtime" "^7.12.1"
17066-
tiny-warning "^1.0.3"
17067-
1706817062
1706917063
version "0.11.3"
1707017064
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6"
@@ -18595,13 +18589,6 @@ [email protected]:
1859518589
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f"
1859618590
integrity sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==
1859718591

18598-
path-to-regexp@^1.7.0:
18599-
version "1.8.0"
18600-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
18601-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
18602-
dependencies:
18603-
isarray "0.0.1"
18604-
1860518592
path-type@^3.0.0:
1860618593
version "3.0.0"
1860718594
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -20135,7 +20122,7 @@ [email protected]:
2013520122
dependencies:
2013620123
hotkeys-js "3.9.3"
2013720124

20138-
react-is@^16.10.2, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
20125+
react-is@^16.10.2, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
2013920126
version "16.13.1"
2014020127
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
2014120128
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -20178,34 +20165,20 @@ react-resize-detector@^6.6.3:
2017820165
lodash.throttle "^4.1.1"
2017920166
resize-observer-polyfill "^1.5.1"
2018020167

20181-
react-router-dom@5.3.1:
20182-
version "5.3.1"
20183-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.1.tgz#0151baf2365c5fcd8493f6ec9b9b31f34d0f8ae1"
20184-
integrity sha512-f0pj/gMAbv9e8gahTmCEY20oFhxhrmHwYeIwH5EO5xu0qme+wXtsdB8YfUOAZzUz4VaXmb58m3ceiLtjMhqYmQ==
20168+
react-router-dom@6.3.0:
20169+
version "6.3.0"
20170+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
20171+
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
2018520172
dependencies:
20186-
"@babel/runtime" "^7.12.13"
20187-
history "^4.9.0"
20188-
loose-envify "^1.3.1"
20189-
prop-types "^15.6.2"
20190-
react-router "5.3.1"
20191-
tiny-invariant "^1.0.2"
20192-
tiny-warning "^1.0.0"
20173+
history "^5.2.0"
20174+
react-router "6.3.0"
2019320175

20194-
react-router@5.3.1:
20195-
version "5.3.1"
20196-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.1.tgz#b13e84a016c79b9e80dde123ca4112c4f117e3cf"
20197-
integrity sha512-v+zwjqb7bakqgF+wMVKlAPTca/cEmPOvQ9zt7gpSNyPXau1+0qvuYZ5BWzzNDP1y6s15zDwgb9rPN63+SIniRQ==
20176+
react-router@6.3.0:
20177+
version "6.3.0"
20178+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
20179+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
2019820180
dependencies:
20199-
"@babel/runtime" "^7.12.13"
20200-
history "^4.9.0"
20201-
hoist-non-react-statics "^3.1.0"
20202-
loose-envify "^1.3.1"
20203-
mini-create-react-context "^0.4.0"
20204-
path-to-regexp "^1.7.0"
20205-
prop-types "^15.6.2"
20206-
react-is "^16.6.0"
20207-
tiny-invariant "^1.0.2"
20208-
tiny-warning "^1.0.0"
20181+
history "^5.2.0"
2020920182

2021020183
2021120184
version "4.0.3"
@@ -20765,11 +20738,6 @@ resolve-from@^4.0.0:
2076520738
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
2076620739
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
2076720740

20768-
resolve-pathname@^3.0.0:
20769-
version "3.0.0"
20770-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
20771-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
20772-
2077320741
resolve-url-loader@^3.1.2:
2077420742
version "3.1.4"
2077520743
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.4.tgz#3c16caebe0b9faea9c7cc252fa49d2353c412320"
@@ -22652,11 +22620,6 @@ timsort@^0.3.0:
2265222620
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
2265322621
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
2265422622

22655-
tiny-invariant@^1.0.2:
22656-
version "1.1.0"
22657-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
22658-
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
22659-
2266022623
2266122624
version "7.0.6"
2266222625
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
@@ -22667,7 +22630,7 @@ [email protected]:
2266722630
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
2266822631
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
2266922632

22670-
tiny-warning@^1.0.0, tiny-warning@^1.0.2, tiny-warning@^1.0.3:
22633+
tiny-warning@^1.0.2:
2267122634
version "1.0.3"
2267222635
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
2267322636
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
@@ -23472,11 +23435,6 @@ validator@^13.6.0:
2347223435
resolved "https://registry.yarnpkg.com/validator/-/validator-13.6.0.tgz#1e71899c14cdc7b2068463cb24c1cc16f6ec7059"
2347323436
integrity sha512-gVgKbdbHgtxpRyR8K0O6oFZPhhB5tT1jeEHZR0Znr9Svg03U0+r9DXWMrnRAB+HtCStDQKlaIZm42tVsVjqtjg==
2347423437

23475-
value-equal@^1.0.1:
23476-
version "1.0.1"
23477-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
23478-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
23479-
2348023438
[email protected], value-or-promise@~1.0.5:
2348123439
version "1.0.10"
2348223440
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.10.tgz#5bf041f1e9a8e7043911875547636768a836e446"

0 commit comments

Comments
 (0)