Skip to content

Commit 0f930eb

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

2 files changed

Lines changed: 41 additions & 71 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-react-hooks": "^4.6.0",
6363
"react": "^17.0.2",
6464
"react-dom": "^17.0.2",
65-
"react-router-dom": "^5.3.4",
65+
"react-router-dom": "^7.0.0",
6666
"styled-components": "^5.3.6"
6767
},
6868
"peerDependencies": {

yarn.lock

Lines changed: 40 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.9.tgz#ab18ea3b85b4bc33ba98a8d4c2032c557d23cf14"
179179
integrity sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==
180180

181-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
181+
"@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
182182
version "7.21.5"
183183
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
184184
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
@@ -1094,6 +1094,11 @@
10941094
dependencies:
10951095
eslint-config-airbnb-base "^15.0.0"
10961096

1097+
"@types/cookie@^0.6.0":
1098+
version "0.6.0"
1099+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
1100+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
1101+
10971102
"@types/hoist-non-react-statics@^3.3.1":
10981103
version "3.3.1"
10991104
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
@@ -1468,6 +1473,11 @@ convert-source-map@^1.5.0, convert-source-map@^1.7.0:
14681473
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
14691474
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
14701475

1476+
cookie@^1.0.1:
1477+
version "1.0.2"
1478+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
1479+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
1480+
14711481
cosmiconfig@^7.0.0:
14721482
version "7.1.0"
14731483
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
@@ -2178,19 +2188,7 @@ has@^1.0.3:
21782188
dependencies:
21792189
function-bind "^1.1.1"
21802190

2181-
history@^4.9.0:
2182-
version "4.10.1"
2183-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
2184-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
2185-
dependencies:
2186-
"@babel/runtime" "^7.1.2"
2187-
loose-envify "^1.2.0"
2188-
resolve-pathname "^3.0.0"
2189-
tiny-invariant "^1.0.2"
2190-
tiny-warning "^1.0.0"
2191-
value-equal "^1.0.1"
2192-
2193-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
2191+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
21942192
version "3.3.2"
21952193
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
21962194
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -2424,11 +2422,6 @@ is-weakset@^2.0.1:
24242422
call-bind "^1.0.2"
24252423
get-intrinsic "^1.1.1"
24262424

2427-
isarray@0.0.1:
2428-
version "0.0.1"
2429-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
2430-
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
2431-
24322425
isarray@^2.0.5:
24332426
version "2.0.5"
24342427
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
@@ -2538,7 +2531,7 @@ lodash@4.17.21, lodash@^4.17.21:
25382531
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
25392532
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
25402533

2541-
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:
2534+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
25422535
version "1.4.0"
25432536
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
25442537
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -2739,13 +2732,6 @@ path-parse@^1.0.7:
27392732
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
27402733
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
27412734

2742-
path-to-regexp@^1.7.0:
2743-
version "1.8.0"
2744-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
2745-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
2746-
dependencies:
2747-
isarray "0.0.1"
2748-
27492735
path-type@^4.0.0:
27502736
version "4.0.0"
27512737
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -2870,7 +2856,7 @@ react-intl@^6.4.3:
28702856
intl-messageformat "10.4.0"
28712857
tslib "^2.4.0"
28722858

2873-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
2859+
react-is@^16.13.1, react-is@^16.7.0:
28742860
version "16.13.1"
28752861
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
28762862
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -2905,33 +2891,22 @@ react-remove-scroll@^2.5.5:
29052891
use-callback-ref "^1.3.0"
29062892
use-sidecar "^1.1.2"
29072893

2908-
react-router-dom@^5.3.4:
2909-
version "5.3.4"
2910-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
2911-
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
2894+
react-router-dom@^7.0.0:
2895+
version "7.0.1"
2896+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.0.1.tgz#b1438100800313e1b4c48da0c5fdb498f81c7f96"
2897+
integrity sha512-duBzwAAiIabhFPZfDjcYpJ+f08TMbPMETgq254GWne2NW1ZwRHhZLj7tpSp8KGb7JvZzlLcjGUnqLxpZQVEPng==
29122898
dependencies:
2913-
"@babel/runtime" "^7.12.13"
2914-
history "^4.9.0"
2915-
loose-envify "^1.3.1"
2916-
prop-types "^15.6.2"
2917-
react-router "5.3.4"
2918-
tiny-invariant "^1.0.2"
2919-
tiny-warning "^1.0.0"
2920-
2921-
react-router@5.3.4:
2922-
version "5.3.4"
2923-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
2924-
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
2925-
dependencies:
2926-
"@babel/runtime" "^7.12.13"
2927-
history "^4.9.0"
2928-
hoist-non-react-statics "^3.1.0"
2929-
loose-envify "^1.3.1"
2930-
path-to-regexp "^1.7.0"
2931-
prop-types "^15.6.2"
2932-
react-is "^16.6.0"
2933-
tiny-invariant "^1.0.2"
2934-
tiny-warning "^1.0.0"
2899+
react-router "7.0.1"
2900+
2901+
react-router@7.0.1:
2902+
version "7.0.1"
2903+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.0.1.tgz#a171e35a5c6463f76b23353c4ce57b53c8b7b1b9"
2904+
integrity sha512-WVAhv9oWCNsja5AkK6KLpXJDSJCQizOIyOd4vvB/+eHGbYx5vkhcmcmwWjQ9yqkRClogi+xjEg9fNEOd5EX/tw==
2905+
dependencies:
2906+
"@types/cookie" "^0.6.0"
2907+
cookie "^1.0.1"
2908+
set-cookie-parser "^2.6.0"
2909+
turbo-stream "2.4.0"
29352910

29362911
react-select@5.7.0:
29372912
version "5.7.0"
@@ -2999,11 +2974,6 @@ resolve-from@^4.0.0:
29992974
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
30002975
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
30012976

3002-
resolve-pathname@^3.0.0:
3003-
version "3.0.0"
3004-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
3005-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
3006-
30072977
resolve@^1.19.0, resolve@^1.22.1:
30082978
version "1.22.2"
30092979
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
@@ -3063,6 +3033,11 @@ semver@^6.3.0:
30633033
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
30643034
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
30653035

3036+
set-cookie-parser@^2.6.0:
3037+
version "2.7.1"
3038+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
3039+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
3040+
30663041
shallowequal@^1.1.0:
30673042
version "1.1.0"
30683043
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
@@ -3209,12 +3184,7 @@ text-table@^0.2.0:
32093184
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
32103185
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
32113186

3212-
tiny-invariant@^1.0.2:
3213-
version "1.3.1"
3214-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642"
3215-
integrity sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==
3216-
3217-
tiny-warning@^1.0.0, tiny-warning@^1.0.2:
3187+
tiny-warning@^1.0.2:
32183188
version "1.0.3"
32193189
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
32203190
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
@@ -3244,6 +3214,11 @@ tslib@^2.0.0, tslib@^2.1.0, tslib@^2.4.0:
32443214
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
32453215
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
32463216

3217+
turbo-stream@2.4.0:
3218+
version "2.4.0"
3219+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
3220+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
3221+
32473222
type-check@^0.4.0, type-check@~0.4.0:
32483223
version "0.4.0"
32493224
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
@@ -3310,11 +3285,6 @@ use-sidecar@^1.1.2:
33103285
detect-node-es "^1.1.0"
33113286
tslib "^2.0.0"
33123287

3313-
value-equal@^1.0.1:
3314-
version "1.0.1"
3315-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
3316-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
3317-
33183288
w3c-keyname@^2.2.4:
33193289
version "2.2.7"
33203290
resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.7.tgz#e29549e9ac97ac5cb2993c8222994e97922ef377"

0 commit comments

Comments
 (0)