Skip to content

Commit 8552d3a

Browse files
fix(deps): update dependency react-router-dom to v6.18.0
1 parent da27f64 commit 8552d3a

File tree

2 files changed

+54
-53
lines changed

2 files changed

+54
-53
lines changed

package-lock.json

+37-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+17-19
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035
core-js-pure "^3.20.2"
10361036
regenerator-runtime "^0.13.4"
10371037

1038-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1038+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
10391039
version "7.18.9"
10401040
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"
10411041
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
@@ -2475,6 +2475,11 @@
24752475
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz"
24762476
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
24772477

2478+
"@remix-run/[email protected]":
2479+
version "1.11.0"
2480+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.11.0.tgz#e0e45ac3fff9d8a126916f166809825537e9f955"
2481+
integrity sha512-BHdhcWgeiudl91HvVa2wxqZjSHbheSgIiDvxrF1VjFzBzpTtuDPkOdOi3Iqvc08kXtFkLjhbS+ML9aM8mJS+wQ==
2482+
24782483
"@rollup/plugin-babel@^5.2.0":
24792484
version "5.3.1"
24802485
resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz"
@@ -5683,13 +5688,6 @@ hey-listen@^1.0.8:
56835688
resolved "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz"
56845689
integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==
56855690

5686-
history@^5.2.0:
5687-
version "5.3.0"
5688-
resolved "https://registry.npmjs.org/history/-/history-5.3.0.tgz"
5689-
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
5690-
dependencies:
5691-
"@babel/runtime" "^7.7.6"
5692-
56935691
hoist-non-react-statics@^3.3.1:
56945692
version "3.3.2"
56955693
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
@@ -8389,20 +8387,20 @@ react-remove-scroll@^2.5.4:
83898387
use-callback-ref "^1.3.0"
83908388
use-sidecar "^1.1.2"
83918389

8392-
react-router-dom@^6.3.0:
8393-
version "6.3.0"
8394-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.3.0.tgz"
8395-
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
8390+
react-router-dom@^6.18.0:
8391+
version "6.18.0"
8392+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.18.0.tgz#0a50c167209d6e7bd2ed9de200a6579ea4fb1dca"
8393+
integrity sha512-Ubrue4+Ercc/BoDkFQfc6og5zRQ4A8YxSO3Knsne+eRbZ+IepAsK249XBH/XaFuOYOYr3L3r13CXTLvYt5JDjw==
83968394
dependencies:
8397-
history "^5.2.0"
8398-
react-router "6.3.0"
8395+
"@remix-run/router" "1.11.0"
8396+
react-router "6.18.0"
83998397

8400-
react-router@6.3.0:
8401-
version "6.3.0"
8402-
resolved "https://registry.npmjs.org/react-router/-/react-router-6.3.0.tgz"
8403-
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
8398+
react-router@6.18.0:
8399+
version "6.18.0"
8400+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.18.0.tgz#32e2bedc318e095a48763b5ed7758e54034cd36a"
8401+
integrity sha512-vk2y7Dsy8wI02eRRaRmOs9g2o+aE72YCx5q9VasT1N9v+lrdB79tIqrjMfByHiY5+6aYkH2rUa5X839nwWGPDg==
84048402
dependencies:
8405-
history "^5.2.0"
8403+
"@remix-run/router" "1.11.0"
84068404

84078405
84088406
version "5.0.1"

0 commit comments

Comments
 (0)