Skip to content

Commit 2d027bd

Browse files
Update dependency react-router-dom to v6
1 parent 8805115 commit 2d027bd

File tree

2 files changed

+22
-51
lines changed

2 files changed

+22
-51
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react-lazylog": "4.4.4",
5555
"react-linkify": "0.2.2",
5656
"react-redux": "8.0.5",
57-
"react-router-dom": "5.1.2",
57+
"react-router-dom": "6.14.0",
5858
"react-split-pane": "0.1.92",
5959
"react-table": "7.8.0",
6060
"react-table-6": "6.11.0",

yarn.lock

Lines changed: 21 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,11 @@
17481748
qs "^6.10.1"
17491749
url-parse "^1.5.3"
17501750

1751+
"@remix-run/[email protected]":
1752+
version "1.7.0"
1753+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.0.tgz#550a8d5760b78efc5d60f62b5829b0f74c1fde81"
1754+
integrity sha512-Eu1V3kz3mV0wUpVTiFHuaT8UD1gj/0VnoFHQYX35xlslQUpe8CuYoKFn9d4WZFHm3yDywz6ALZuGdnUPKrNeAw==
1755+
17511756
"@sideway/address@^4.1.3":
17521757
version "4.1.3"
17531758
resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.3.tgz"
@@ -5344,7 +5349,7 @@ highlight-words-core@^1.2.0:
53445349
resolved "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz"
53455350
integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==
53465351

5347-
[email protected], history@^4.9.0:
5352+
53485353
version "4.10.1"
53495354
resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz"
53505355
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
@@ -5365,7 +5370,7 @@ hmac-drbg@^1.0.1:
53655370
minimalistic-assert "^1.0.0"
53665371
minimalistic-crypto-utils "^1.0.1"
53675372

5368-
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
5373+
hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
53695374
version "3.3.2"
53705375
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
53715376
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -5952,11 +5957,6 @@ is-wsl@^2.2.0:
59525957
dependencies:
59535958
is-docker "^2.0.0"
59545959

5955-
5956-
version "0.0.1"
5957-
resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
5958-
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
5959-
59605960
isarray@~1.0.0:
59615961
version "1.0.0"
59625962
resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
@@ -6900,7 +6900,7 @@ [email protected], lodash@^4.1.1, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19
69006900
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
69016901
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
69026902

6903-
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:
6903+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.4.0:
69046904
version "1.4.0"
69056905
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
69066906
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7099,14 +7099,6 @@ min-indent@^1.0.0:
70997099
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
71007100
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
71017101

7102-
mini-create-react-context@^0.3.0:
7103-
version "0.3.3"
7104-
resolved "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.3.tgz"
7105-
integrity sha512-TtF6hZE59SGmS4U8529qB+jJFeW6asTLDIpPgvPLSCsooAwJS7QprHIFTqv9/Qh3NdLwQxFYgiHX5lqb6jqzPA==
7106-
dependencies:
7107-
"@babel/runtime" "^7.12.1"
7108-
tiny-warning "^1.0.3"
7109-
71107102
71117103
version "2.6.1"
71127104
resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz"
@@ -7686,13 +7678,6 @@ [email protected]:
76867678
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
76877679
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
76887680

7689-
path-to-regexp@^1.7.0:
7690-
version "1.8.0"
7691-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
7692-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
7693-
dependencies:
7694-
isarray "0.0.1"
7695-
76967681
path-to-regexp@^2.2.1:
76977682
version "2.4.0"
76987683
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz"
@@ -8188,7 +8173,7 @@ [email protected]:
81888173
shallowequal "^1.1.0"
81898174
source-map "^0.7.3"
81908175

8191-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
8176+
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
81928177
version "16.13.1"
81938178
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
81948179
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -8282,34 +8267,20 @@ [email protected]:
82828267
react-is "^18.0.0"
82838268
use-sync-external-store "^1.0.0"
82848269

8285-
react-router-dom@5.1.2:
8286-
version "5.1.2"
8287-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.2.tgz"
8288-
integrity sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==
8270+
react-router-dom@6.14.0:
8271+
version "6.14.0"
8272+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.0.tgz#7ce6c3f73549e4d40216ba150253d3bf30812b33"
8273+
integrity sha512-YEwlApKwzMMMbGbhh+Q7MsloTldcwMgHxUY/1g0uA62+B1hZo2jsybCWIDCL8zvIDB1FA0pBKY9chHbZHt+2dQ==
82898274
dependencies:
8290-
"@babel/runtime" "^7.1.2"
8291-
history "^4.9.0"
8292-
loose-envify "^1.3.1"
8293-
prop-types "^15.6.2"
8294-
react-router "5.1.2"
8295-
tiny-invariant "^1.0.2"
8296-
tiny-warning "^1.0.0"
8275+
"@remix-run/router" "1.7.0"
8276+
react-router "6.14.0"
82978277

8298-
react-router@5.1.2:
8299-
version "5.1.2"
8300-
resolved "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz"
8301-
integrity sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==
8278+
react-router@6.14.0:
8279+
version "6.14.0"
8280+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.0.tgz#1c3e8e922d934d43a253fd862c72c82167c0a7f1"
8281+
integrity sha512-OD+vkrcGbvlwkspUFDgMzsu1RXwdjNh83YgG/28lBnDzgslhCgxIqoExLlxsfTpIygp7fc+Hd3esloNwzkm2xA==
83028282
dependencies:
8303-
"@babel/runtime" "^7.1.2"
8304-
history "^4.9.0"
8305-
hoist-non-react-statics "^3.1.0"
8306-
loose-envify "^1.3.1"
8307-
mini-create-react-context "^0.3.0"
8308-
path-to-regexp "^1.7.0"
8309-
prop-types "^15.6.2"
8310-
react-is "^16.6.0"
8311-
tiny-invariant "^1.0.2"
8312-
tiny-warning "^1.0.0"
8283+
"@remix-run/router" "1.7.0"
83138284

83148285
react-side-effect@^2.1.0:
83158286
version "2.1.1"
@@ -9395,7 +9366,7 @@ tiny-invariant@^1.0.2:
93959366
resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.2.0.tgz"
93969367
integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==
93979368

9398-
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
9369+
tiny-warning@^1.0.0:
93999370
version "1.0.3"
94009371
resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz"
94019372
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==

0 commit comments

Comments
 (0)