Skip to content

Commit 06d780b

Browse files
committed
fix(deps): update react-router monorepo to v6
1 parent 08a744b commit 06d780b

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.4",
34-
"react-router": "5.2.1",
35-
"react-router-dom": "5.3.0",
34+
"react-router": "6.2.2",
35+
"react-router-dom": "6.2.2",
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
@@ -1617,7 +1617,7 @@
16171617
dependencies:
16181618
regenerator-runtime "^0.13.4"
16191619

1620-
"@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":
1620+
"@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":
16211621
version "7.14.6"
16221622
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
16231623
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@@ -1631,6 +1631,13 @@
16311631
dependencies:
16321632
regenerator-runtime "^0.13.4"
16331633

1634+
"@babel/runtime@^7.7.6":
1635+
version "7.17.2"
1636+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
1637+
integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1638+
dependencies:
1639+
regenerator-runtime "^0.13.4"
1640+
16341641
"@babel/template@^7.10.4", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
16351642
version "7.14.5"
16361643
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
@@ -13466,17 +13473,12 @@ [email protected]:
1346613473
resolved "https://registry.yarnpkg.com/hexoid/-/hexoid-1.0.0.tgz#ad10c6573fb907de23d9ec63a711267d9dc9bc18"
1346713474
integrity sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==
1346813475

13469-
history@^4.9.0:
13470-
version "4.10.1"
13471-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
13472-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
13476+
history@^5.2.0:
13477+
version "5.3.0"
13478+
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
13479+
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
1347313480
dependencies:
13474-
"@babel/runtime" "^7.1.2"
13475-
loose-envify "^1.2.0"
13476-
resolve-pathname "^3.0.0"
13477-
tiny-invariant "^1.0.2"
13478-
tiny-warning "^1.0.0"
13479-
value-equal "^1.0.1"
13481+
"@babel/runtime" "^7.7.6"
1348013482

1348113483
hmac-drbg@^1.0.1:
1348213484
version "1.0.1"
@@ -13487,7 +13489,7 @@ hmac-drbg@^1.0.1:
1348713489
minimalistic-assert "^1.0.0"
1348813490
minimalistic-crypto-utils "^1.0.1"
1348913491

13490-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.2:
13492+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.2:
1349113493
version "3.3.2"
1349213494
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
1349313495
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -16503,7 +16505,7 @@ long@^2.4.0:
1650316505
resolved "https://registry.yarnpkg.com/long/-/long-2.4.0.tgz#9fa180bb1d9500cdc29c4156766a1995e1f4524f"
1650416506
integrity sha1-n6GAux2VAM3CnEFWdmoZleH0Uk8=
1650516507

16506-
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:
16508+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
1650716509
version "1.4.0"
1650816510
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
1650916511
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -16880,14 +16882,6 @@ min-indent@^1.0.0:
1688016882
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
1688116883
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
1688216884

16883-
mini-create-react-context@^0.4.0:
16884-
version "0.4.1"
16885-
resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
16886-
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
16887-
dependencies:
16888-
"@babel/runtime" "^7.12.1"
16889-
tiny-warning "^1.0.3"
16890-
1689116885
1689216886
version "0.11.3"
1689316887
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6"
@@ -18387,13 +18381,6 @@ [email protected]:
1838718381
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f"
1838818382
integrity sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==
1838918383

18390-
path-to-regexp@^1.7.0:
18391-
version "1.8.0"
18392-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
18393-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
18394-
dependencies:
18395-
isarray "0.0.1"
18396-
1839718384
path-type@^3.0.0:
1839818385
version "3.0.0"
1839918386
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -19907,7 +19894,7 @@ [email protected]:
1990719894
dependencies:
1990819895
hotkeys-js "3.8.7"
1990919896

19910-
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:
19897+
react-is@^16.10.2, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
1991119898
version "16.13.1"
1991219899
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1991319900
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -19937,34 +19924,20 @@ react-resize-detector@^6.6.3:
1993719924
lodash.throttle "^4.1.1"
1993819925
resize-observer-polyfill "^1.5.1"
1993919926

19940-
react-router-dom@5.3.0:
19941-
version "5.3.0"
19942-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363"
19943-
integrity sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==
19927+
react-router-dom@6.2.2:
19928+
version "6.2.2"
19929+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.2.tgz#f1a2c88365593c76b9612ae80154a13fcb72e442"
19930+
integrity sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==
1994419931
dependencies:
19945-
"@babel/runtime" "^7.12.13"
19946-
history "^4.9.0"
19947-
loose-envify "^1.3.1"
19948-
prop-types "^15.6.2"
19949-
react-router "5.2.1"
19950-
tiny-invariant "^1.0.2"
19951-
tiny-warning "^1.0.0"
19932+
history "^5.2.0"
19933+
react-router "6.2.2"
1995219934

19953-
react-router@5.2.1:
19954-
version "5.2.1"
19955-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
19956-
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
19935+
react-router@6.2.2:
19936+
version "6.2.2"
19937+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.2.2.tgz#495e683a0c04461eeb3d705fe445d6cf42f0c249"
19938+
integrity sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==
1995719939
dependencies:
19958-
"@babel/runtime" "^7.12.13"
19959-
history "^4.9.0"
19960-
hoist-non-react-statics "^3.1.0"
19961-
loose-envify "^1.3.1"
19962-
mini-create-react-context "^0.4.0"
19963-
path-to-regexp "^1.7.0"
19964-
prop-types "^15.6.2"
19965-
react-is "^16.6.0"
19966-
tiny-invariant "^1.0.2"
19967-
tiny-warning "^1.0.0"
19940+
history "^5.2.0"
1996819941

1996919942
1997019943
version "4.0.3"
@@ -20514,11 +20487,6 @@ resolve-from@^4.0.0:
2051420487
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
2051520488
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
2051620489

20517-
resolve-pathname@^3.0.0:
20518-
version "3.0.0"
20519-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
20520-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
20521-
2052220490
resolve-url-loader@^3.1.2:
2052320491
version "3.1.4"
2052420492
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.4.tgz#3c16caebe0b9faea9c7cc252fa49d2353c412320"
@@ -22343,11 +22311,6 @@ timsort@^0.3.0:
2234322311
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
2234422312
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
2234522313

22346-
tiny-invariant@^1.0.2:
22347-
version "1.1.0"
22348-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
22349-
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
22350-
2235122314
2235222315
version "7.0.6"
2235322316
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
@@ -22363,7 +22326,7 @@ [email protected]:
2236322326
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
2236422327
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
2236522328

22366-
tiny-warning@^1.0.0, tiny-warning@^1.0.2, tiny-warning@^1.0.3:
22329+
tiny-warning@^1.0.2:
2236722330
version "1.0.3"
2236822331
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
2236922332
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
@@ -23158,11 +23121,6 @@ validator@^13.6.0:
2315823121
resolved "https://registry.yarnpkg.com/validator/-/validator-13.6.0.tgz#1e71899c14cdc7b2068463cb24c1cc16f6ec7059"
2315923122
integrity sha512-gVgKbdbHgtxpRyR8K0O6oFZPhhB5tT1jeEHZR0Znr9Svg03U0+r9DXWMrnRAB+HtCStDQKlaIZm42tVsVjqtjg==
2316023123

23161-
value-equal@^1.0.1:
23162-
version "1.0.1"
23163-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
23164-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
23165-
2316623124
[email protected], value-or-promise@~1.0.5:
2316723125
version "1.0.10"
2316823126
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.10.tgz#5bf041f1e9a8e7043911875547636768a836e446"

0 commit comments

Comments
 (0)