Skip to content

Commit

Permalink
Update dependency react-router-dom to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 9f37827 commit 489bec3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"pg": "8.11.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^5.3.4",
"react-router-dom": "^6.0.0",
"strapi-plugin-auto-alt-caption-title-on-images-ai-enhanced": "1.0.42",
"strapi-plugin-populate-deep": "3.0.1",
"strapi-plugin-translate": "1.2.4",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Expand Up @@ -1751,6 +1751,11 @@
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3.tgz"
integrity sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==

"@remix-run/router@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.0.tgz#0e10181e5fec1434eb071a9bc4bdaac843f16dcc"
integrity sha512-Quz1KOffeEf/zwkCBM3kBtH4ZoZ+pT3xIXBG4PPW/XFtDP7EGhtTiC2+gpL9GnR7+Qdet5Oa6cYSvwKYg6kN9Q==

"@retikolo/drag-drop-content-types@^1.5.2":
version "1.5.2"
resolved "https://registry.npmjs.org/@retikolo/drag-drop-content-types/-/drag-drop-content-types-1.5.2.tgz"
Expand Down Expand Up @@ -9764,7 +9769,7 @@ react-remove-scroll@^2.5.7, react-remove-scroll@^2.5.9:
use-callback-ref "^1.3.0"
use-sidecar "^1.1.2"

react-router-dom@5.3.4, react-router-dom@^5.3.4:
react-router-dom@5.3.4:
version "5.3.4"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz"
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
Expand All @@ -9777,6 +9782,14 @@ react-router-dom@5.3.4, react-router-dom@^5.3.4:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"

react-router-dom@^6.0.0:
version "6.23.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.0.tgz#8b80ad92ad28f4dc38972e92d84b4c208150545a"
integrity sha512-Q9YaSYvubwgbal2c9DJKfx6hTNoBp3iJDsl+Duva/DwxoJH+OTXkxGpql4iUK2sla/8z4RpjAm6EWx1qUDuopQ==
dependencies:
"@remix-run/router" "1.16.0"
react-router "6.23.0"

react-router-dom@^6.22.3:
version "6.22.3"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.3.tgz"
Expand Down Expand Up @@ -9807,6 +9820,13 @@ react-router@6.22.3:
dependencies:
"@remix-run/router" "1.15.3"

react-router@6.23.0:
version "6.23.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.0.tgz#2f2d7492c66a6bdf760be4c6bdf9e1d672fa154b"
integrity sha512-wPMZ8S2TuPadH0sF5irFGjkNLIcRvOSaEe7v+JER8508dyJumm6XZB1u5kztlX0RVq6AzRVndzqcUh6sFIauzA==
dependencies:
"@remix-run/router" "1.16.0"

react-select@5.7.0:
version "5.7.0"
resolved "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz"
Expand Down

0 comments on commit 489bec3

Please sign in to comment.