Skip to content

Commit

Permalink
Bump react-router-dom from 6.14.2 to 7.1.4
Browse files Browse the repository at this point in the history
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.14.2 to 7.1.4.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.1.4/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 36e5403 commit acbae40
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 51 deletions.
122 changes: 85 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.14.2",
"react-router-dom": "^7.1.4",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.19.0",
Expand Down
40 changes: 27 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1592,10 +1592,6 @@
dependencies:
"@swc/helpers" "^0.5.0"

"@remix-run/router@1.7.2":
version "1.7.2"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.7.2.tgz"

"@restart/hooks@^0.4.9":
version "0.4.10"
resolved "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.10.tgz"
Expand Down Expand Up @@ -1887,6 +1883,10 @@
dependencies:
"@types/node" "*"

"@types/cookie@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"

"@types/eslint-scope@^3.7.3":
version "3.7.4"
resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz"
Expand Down Expand Up @@ -3125,6 +3125,10 @@ cookie@0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"

cookie@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"

core-js-compat@^3.31.0:
version "3.31.1"
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.1.tgz"
Expand Down Expand Up @@ -7106,18 +7110,20 @@ react-refresh@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"

react-router-dom@^6.14.2:
version "6.14.2"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.14.2.tgz"
react-router-dom@^7.1.4:
version "7.1.4"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.4.tgz#64acabb6c767784cc7c36024c4df379f51f7cdb1"
dependencies:
"@remix-run/router" "1.7.2"
react-router "6.14.2"
react-router "7.1.4"

react-router@6.14.2:
version "6.14.2"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.14.2.tgz"
react-router@7.1.4:
version "7.1.4"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.4.tgz#dcac613c1acd623f8aa314e7ea54db88c7968b1e"
dependencies:
"@remix-run/router" "1.7.2"
"@types/cookie" "^0.6.0"
cookie "^1.0.1"
set-cookie-parser "^2.6.0"
turbo-stream "2.4.0"

react-scripts@^5.0.1:
version "5.0.1"
Expand Down Expand Up @@ -7606,6 +7612,10 @@ serve-static@1.15.0:
parseurl "~1.3.3"
send "0.18.0"

set-cookie-parser@^2.6.0:
version "2.7.1"
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"

setprototypeof@1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz"
Expand Down Expand Up @@ -8201,6 +8211,10 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

turbo-stream@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"

tween-functions@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/tween-functions/-/tween-functions-1.2.0.tgz"
Expand Down

0 comments on commit acbae40

Please sign in to comment.