Skip to content

Commit

Permalink
Bump react-router-dom and @types/react-router-dom
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) and [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom). These dependencies needed to be updated together.

Updates `react-router-dom` from 5.2.0 to 5.3.4
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom)

Updates `@types/react-router-dom` from 5.1.7 to 5.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-router-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 0f47a1f commit ac42366
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
52 changes: 24 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"react-modal": "^3.16.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"styled-components": "^6.1.12",
Expand All @@ -132,7 +132,7 @@
"@types/react-modal": "^3.16.3",
"@types/react-redux": "^7.1.9",
"@types/react-router": "5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand Down

0 comments on commit ac42366

Please sign in to comment.