Skip to content

Commit 853dc02

Browse files
chore(deps): update dependency react-router-dom to v6
1 parent a13f7ae commit 853dc02

File tree

6 files changed

+66
-243
lines changed

6 files changed

+66
-243
lines changed

basic-react-router-v5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react-bootstrap": "^2.6.0",
99
"react-dom": "^17.0.2",
1010
"react-router-bootstrap": "^0.26.2",
11-
"react-router-dom": "^5.3.4",
11+
"react-router-dom": "^6.30.0",
1212
"react-scripts": "4.0.3"
1313
},
1414
"scripts": {

basic-react-router-v5/yarn.lock

+21-80
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
dependencies:
10851085
regenerator-runtime "^0.13.4"
10861086

1087-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1087+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10881088
version "7.20.1"
10891089
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
10901090
integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
@@ -1439,6 +1439,11 @@
14391439
dependencies:
14401440
"@babel/runtime" "^7.6.2"
14411441

1442+
"@remix-run/[email protected]":
1443+
version "1.23.0"
1444+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.0.tgz#35390d0e7779626c026b11376da6789eb8389242"
1445+
integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==
1446+
14421447
"@restart/hooks@^0.4.6", "@restart/hooks@^0.4.7":
14431448
version "0.4.7"
14441449
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.7.tgz#d79ca6472c01ce04389fc73d4a79af1b5e33cd39"
@@ -5390,18 +5395,6 @@ hex-color-regex@^1.1.0:
53905395
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
53915396
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
53925397

5393-
history@^4.9.0:
5394-
version "4.10.1"
5395-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
5396-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
5397-
dependencies:
5398-
"@babel/runtime" "^7.1.2"
5399-
loose-envify "^1.2.0"
5400-
resolve-pathname "^3.0.0"
5401-
tiny-invariant "^1.0.2"
5402-
tiny-warning "^1.0.0"
5403-
value-equal "^1.0.1"
5404-
54055398
hmac-drbg@^1.0.1:
54065399
version "1.0.1"
54075400
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -5411,13 +5404,6 @@ hmac-drbg@^1.0.1:
54115404
minimalistic-assert "^1.0.0"
54125405
minimalistic-crypto-utils "^1.0.1"
54135406

5414-
hoist-non-react-statics@^3.1.0:
5415-
version "3.3.1"
5416-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"
5417-
integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw==
5418-
dependencies:
5419-
react-is "^16.7.0"
5420-
54215407
hoopy@^0.1.4:
54225408
version "0.1.4"
54235409
resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
@@ -6085,11 +6071,6 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
60856071
dependencies:
60866072
is-docker "^2.0.0"
60876073

6088-
6089-
version "0.0.1"
6090-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
6091-
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
6092-
60936074
[email protected], isarray@^1.0.0, isarray@~1.0.0:
60946075
version "1.0.0"
60956076
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -6933,7 +6914,7 @@ loglevel@^1.6.8:
69336914
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
69346915
integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
69356916

6936-
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:
6917+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
69376918
version "1.4.0"
69386919
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
69396920
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7951,13 +7932,6 @@ [email protected]:
79517932
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
79527933
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
79537934

7954-
path-to-regexp@^1.7.0:
7955-
version "1.8.0"
7956-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
7957-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
7958-
dependencies:
7959-
isarray "0.0.1"
7960-
79617935
path-type@^2.0.0:
79627936
version "2.0.0"
79637937
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -9065,7 +9039,7 @@ react-error-overlay@^6.0.9:
90659039
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
90669040
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
90679041

9068-
react-is@^16.13.1, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0:
9042+
react-is@^16.13.1, react-is@^16.3.2:
90699043
version "16.13.1"
90709044
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
90719045
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -9092,33 +9066,20 @@ react-router-bootstrap@^0.26.2:
90929066
dependencies:
90939067
prop-types "^15.7.2"
90949068

9095-
react-router-dom@^5.3.4:
9096-
version "5.3.4"
9097-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
9098-
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
9069+
react-router-dom@^6.30.0:
9070+
version "6.30.0"
9071+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.0.tgz#a64774104508bff56b1affc2796daa3f7e76b7df"
9072+
integrity sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA==
90999073
dependencies:
9100-
"@babel/runtime" "^7.12.13"
9101-
history "^4.9.0"
9102-
loose-envify "^1.3.1"
9103-
prop-types "^15.6.2"
9104-
react-router "5.3.4"
9105-
tiny-invariant "^1.0.2"
9106-
tiny-warning "^1.0.0"
9107-
9108-
9109-
version "5.3.4"
9110-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
9111-
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
9112-
dependencies:
9113-
"@babel/runtime" "^7.12.13"
9114-
history "^4.9.0"
9115-
hoist-non-react-statics "^3.1.0"
9116-
loose-envify "^1.3.1"
9117-
path-to-regexp "^1.7.0"
9118-
prop-types "^15.6.2"
9119-
react-is "^16.6.0"
9120-
tiny-invariant "^1.0.2"
9121-
tiny-warning "^1.0.0"
9074+
"@remix-run/router" "1.23.0"
9075+
react-router "6.30.0"
9076+
9077+
9078+
version "6.30.0"
9079+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.0.tgz#9789d775e63bc0df60f39ced77c8c41f1e01ff90"
9080+
integrity sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ==
9081+
dependencies:
9082+
"@remix-run/router" "1.23.0"
91229083

91239084
91249085
version "4.0.3"
@@ -9487,11 +9448,6 @@ resolve-from@^5.0.0:
94879448
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
94889449
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
94899450

9490-
resolve-pathname@^3.0.0:
9491-
version "3.0.0"
9492-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
9493-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
9494-
94959451
resolve-url-loader@^3.1.2:
94969452
version "3.1.2"
94979453
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
@@ -10617,16 +10573,6 @@ timsort@^0.3.0:
1061710573
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1061810574
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1061910575

10620-
tiny-invariant@^1.0.2:
10621-
version "1.0.6"
10622-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.0.6.tgz#b3f9b38835e36a41c843a3b0907a5a7b3755de73"
10623-
integrity sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==
10624-
10625-
tiny-warning@^1.0.0:
10626-
version "1.0.3"
10627-
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
10628-
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
10629-
1063010576
1063110577
version "1.0.4"
1063210578
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
@@ -11039,11 +10985,6 @@ validate-npm-package-license@^3.0.1:
1103910985
spdx-correct "^3.0.0"
1104010986
spdx-expression-parse "^3.0.0"
1104110987

11042-
value-equal@^1.0.1:
11043-
version "1.0.1"
11044-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
11045-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
11046-
1104710988
vary@~1.1.2:
1104810989
version "1.1.2"
1104910990
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

basic-react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react-bootstrap": "^1.6.6",
99
"react-dom": "^17.0.2",
1010
"react-router-bootstrap": "^0.26.2",
11-
"react-router-dom": "^5.3.4",
11+
"react-router-dom": "^6.30.0",
1212
"react-scripts": "4.0.3"
1313
},
1414
"scripts": {

basic-react-router/yarn.lock

+21-80
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
dependencies:
10851085
regenerator-runtime "^0.13.4"
10861086

1087-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1087+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10881088
version "7.20.1"
10891089
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
10901090
integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
@@ -1432,6 +1432,11 @@
14321432
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
14331433
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
14341434

1435+
"@remix-run/[email protected]":
1436+
version "1.23.0"
1437+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.0.tgz#35390d0e7779626c026b11376da6789eb8389242"
1438+
integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==
1439+
14351440
"@restart/context@^2.1.4":
14361441
version "2.1.4"
14371442
resolved "https://registry.yarnpkg.com/@restart/context/-/context-2.1.4.tgz#a99d87c299a34c28bd85bb489cb07bfd23149c02"
@@ -5378,18 +5383,6 @@ hex-color-regex@^1.1.0:
53785383
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
53795384
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
53805385

5381-
history@^4.9.0:
5382-
version "4.10.1"
5383-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
5384-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
5385-
dependencies:
5386-
"@babel/runtime" "^7.1.2"
5387-
loose-envify "^1.2.0"
5388-
resolve-pathname "^3.0.0"
5389-
tiny-invariant "^1.0.2"
5390-
tiny-warning "^1.0.0"
5391-
value-equal "^1.0.1"
5392-
53935386
hmac-drbg@^1.0.1:
53945387
version "1.0.1"
53955388
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -5399,13 +5392,6 @@ hmac-drbg@^1.0.1:
53995392
minimalistic-assert "^1.0.0"
54005393
minimalistic-crypto-utils "^1.0.1"
54015394

5402-
hoist-non-react-statics@^3.1.0:
5403-
version "3.3.1"
5404-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"
5405-
integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw==
5406-
dependencies:
5407-
react-is "^16.7.0"
5408-
54095395
hoopy@^0.1.4:
54105396
version "0.1.4"
54115397
resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
@@ -6073,11 +6059,6 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
60736059
dependencies:
60746060
is-docker "^2.0.0"
60756061

6076-
6077-
version "0.0.1"
6078-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
6079-
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
6080-
60816062
[email protected], isarray@^1.0.0, isarray@~1.0.0:
60826063
version "1.0.0"
60836064
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -6921,7 +6902,7 @@ loglevel@^1.6.8:
69216902
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
69226903
integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
69236904

6924-
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:
6905+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
69256906
version "1.4.0"
69266907
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
69276908
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7939,13 +7920,6 @@ [email protected]:
79397920
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
79407921
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
79417922

7942-
path-to-regexp@^1.7.0:
7943-
version "1.8.0"
7944-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
7945-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
7946-
dependencies:
7947-
isarray "0.0.1"
7948-
79497923
path-type@^2.0.0:
79507924
version "2.0.0"
79517925
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -9058,7 +9032,7 @@ react-error-overlay@^6.0.9:
90589032
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
90599033
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
90609034

9061-
react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
9035+
react-is@^16.3.2, react-is@^16.8.1:
90629036
version "16.12.0"
90639037
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
90649038
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
@@ -9099,33 +9073,20 @@ react-router-bootstrap@^0.26.2:
90999073
dependencies:
91009074
prop-types "^15.7.2"
91019075

9102-
react-router-dom@^5.3.4:
9103-
version "5.3.4"
9104-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
9105-
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
9076+
react-router-dom@^6.30.0:
9077+
version "6.30.0"
9078+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.0.tgz#a64774104508bff56b1affc2796daa3f7e76b7df"
9079+
integrity sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA==
91069080
dependencies:
9107-
"@babel/runtime" "^7.12.13"
9108-
history "^4.9.0"
9109-
loose-envify "^1.3.1"
9110-
prop-types "^15.6.2"
9111-
react-router "5.3.4"
9112-
tiny-invariant "^1.0.2"
9113-
tiny-warning "^1.0.0"
9114-
9115-
9116-
version "5.3.4"
9117-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
9118-
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
9119-
dependencies:
9120-
"@babel/runtime" "^7.12.13"
9121-
history "^4.9.0"
9122-
hoist-non-react-statics "^3.1.0"
9123-
loose-envify "^1.3.1"
9124-
path-to-regexp "^1.7.0"
9125-
prop-types "^15.6.2"
9126-
react-is "^16.6.0"
9127-
tiny-invariant "^1.0.2"
9128-
tiny-warning "^1.0.0"
9081+
"@remix-run/router" "1.23.0"
9082+
react-router "6.30.0"
9083+
9084+
9085+
version "6.30.0"
9086+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.0.tgz#9789d775e63bc0df60f39ced77c8c41f1e01ff90"
9087+
integrity sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ==
9088+
dependencies:
9089+
"@remix-run/router" "1.23.0"
91299090

91309091
91319092
version "4.0.3"
@@ -9494,11 +9455,6 @@ resolve-from@^5.0.0:
94949455
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
94959456
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
94969457

9497-
resolve-pathname@^3.0.0:
9498-
version "3.0.0"
9499-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
9500-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
9501-
95029458
resolve-url-loader@^3.1.2:
95039459
version "3.1.2"
95049460
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
@@ -10624,16 +10580,6 @@ timsort@^0.3.0:
1062410580
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1062510581
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1062610582

10627-
tiny-invariant@^1.0.2:
10628-
version "1.0.6"
10629-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.0.6.tgz#b3f9b38835e36a41c843a3b0907a5a7b3755de73"
10630-
integrity sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==
10631-
10632-
tiny-warning@^1.0.0:
10633-
version "1.0.3"
10634-
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
10635-
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
10636-
1063710583
1063810584
version "1.0.4"
1063910585
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
@@ -11046,11 +10992,6 @@ validate-npm-package-license@^3.0.1:
1104610992
spdx-correct "^3.0.0"
1104710993
spdx-expression-parse "^3.0.0"
1104810994

11049-
value-equal@^1.0.1:
11050-
version "1.0.1"
11051-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
11052-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
11053-
1105410995
vary@~1.1.2:
1105510996
version "1.1.2"
1105610997
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

ts-react-router-v5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^18.2.0",
1616
"react-bootstrap": "^2.6.0",
1717
"react-dom": "^18.2.0",
18-
"react-router-dom": "^5.3.4",
18+
"react-router-dom": "^6.30.0",
1919
"react-scripts": "5.0.1",
2020
"typescript": "^4.9.3",
2121
"web-vitals": "^2.1.4"

0 commit comments

Comments
 (0)