Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0bb91d0

Browse files
chore(deps): update dependency react-router-dom to v7
1 parent a13f7ae commit 0bb91d0

File tree

8 files changed

+151
-260
lines changed

8 files changed

+151
-260
lines changed

‎basic-react-router-v5/package.json

Lines changed: 1 addition & 1 deletion
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": "^7.1.1",
1212
"react-scripts": "4.0.3"
1313
},
1414
"scripts": {

‎basic-react-router-v5/yarn.lock

Lines changed: 38 additions & 80 deletions
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==
@@ -1652,6 +1652,11 @@
16521652
dependencies:
16531653
"@babel/types" "^7.3.0"
16541654

1655+
"@types/cookie@^0.6.0":
1656+
version "0.6.0"
1657+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
1658+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
1659+
16551660
"@types/eslint@^7.2.6":
16561661
version "7.2.7"
16571662
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.7.tgz#f7ef1cf0dceab0ae6f9a976a0a9af14ab1baca26"
@@ -3432,6 +3437,11 @@ cookie@0.4.0:
34323437
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
34333438
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
34343439

3440+
cookie@^1.0.1:
3441+
version "1.0.2"
3442+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
3443+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
3444+
34353445
copy-concurrently@^1.0.0:
34363446
version "1.0.5"
34373447
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -5390,18 +5400,6 @@ hex-color-regex@^1.1.0:
53905400
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
53915401
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
53925402

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-
54055403
hmac-drbg@^1.0.1:
54065404
version "1.0.1"
54075405
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -5411,13 +5409,6 @@ hmac-drbg@^1.0.1:
54115409
minimalistic-assert "^1.0.0"
54125410
minimalistic-crypto-utils "^1.0.1"
54135411

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-
54215412
hoopy@^0.1.4:
54225413
version "0.1.4"
54235414
resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
@@ -6085,11 +6076,6 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
60856076
dependencies:
60866077
is-docker "^2.0.0"
60876078

6088-
isarray@0.0.1:
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-
60936079
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
60946080
version "1.0.0"
60956081
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -6933,7 +6919,7 @@ loglevel@^1.6.8:
69336919
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
69346920
integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
69356921

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:
6922+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
69376923
version "1.4.0"
69386924
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
69396925
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7951,13 +7937,6 @@ path-to-regexp@0.1.7:
79517937
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
79527938
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
79537939

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-
79617940
path-type@^2.0.0:
79627941
version "2.0.0"
79637942
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -9065,7 +9044,7 @@ react-error-overlay@^6.0.9:
90659044
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
90669045
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
90679046

9068-
react-is@^16.13.1, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0:
9047+
react-is@^16.13.1, react-is@^16.3.2:
90699048
version "16.13.1"
90709049
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
90719050
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -9092,33 +9071,22 @@ react-router-bootstrap@^0.26.2:
90929071
dependencies:
90939072
prop-types "^15.7.2"
90949073

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==
9074+
react-router-dom@^7.1.1:
9075+
version "7.1.1"
9076+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.1.tgz#9e76fb63a762ba5da13032f5fd9e4a24946396b6"
9077+
integrity sha512-vSrQHWlJ5DCfyrhgo0k6zViOe9ToK8uT5XGSmnuC2R3/g261IdIMpZVqfjD6vWSXdnf5Czs4VA/V60oVR6/jnA==
90999078
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-
react-router@5.3.4:
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"
9079+
react-router "7.1.1"
9080+
9081+
react-router@7.1.1:
9082+
version "7.1.1"
9083+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.1.tgz#88f5657fa5b8f0b918c7222ec710de0274d00b2e"
9084+
integrity sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==
9085+
dependencies:
9086+
"@types/cookie" "^0.6.0"
9087+
cookie "^1.0.1"
9088+
set-cookie-parser "^2.6.0"
9089+
turbo-stream "2.4.0"
91229090

91239091
react-scripts@4.0.3:
91249092
version "4.0.3"
@@ -9487,11 +9455,6 @@ resolve-from@^5.0.0:
94879455
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
94889456
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
94899457

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-
94959458
resolve-url-loader@^3.1.2:
94969459
version "3.1.2"
94979460
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
@@ -9845,6 +9808,11 @@ set-blocking@^2.0.0, set-blocking@~2.0.0:
98459808
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
98469809
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
98479810

9811+
set-cookie-parser@^2.6.0:
9812+
version "2.7.1"
9813+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
9814+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
9815+
98489816
set-value@^0.4.3:
98499817
version "0.4.3"
98509818
resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1"
@@ -10617,16 +10585,6 @@ timsort@^0.3.0:
1061710585
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1061810586
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1061910587

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-
1063010588
tmpl@1.0.x:
1063110589
version "1.0.4"
1063210590
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
@@ -10747,6 +10705,11 @@ tunnel-agent@^0.6.0:
1074710705
dependencies:
1074810706
safe-buffer "^5.0.1"
1074910707

10708+
turbo-stream@2.4.0:
10709+
version "2.4.0"
10710+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
10711+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
10712+
1075010713
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
1075110714
version "0.14.5"
1075210715
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
@@ -11039,11 +11002,6 @@ validate-npm-package-license@^3.0.1:
1103911002
spdx-correct "^3.0.0"
1104011003
spdx-expression-parse "^3.0.0"
1104111004

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-
1104711005
vary@~1.1.2:
1104811006
version "1.1.2"
1104911007
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

‎basic-react-router/package.json

Lines changed: 1 addition & 1 deletion
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": "^7.1.1",
1212
"react-scripts": "4.0.3"
1313
},
1414
"scripts": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /