diff options
author | dependabot[bot] | 2023-06-06 21:57:35 +0000 |
---|---|---|
committer | vitalyster | 2023-06-07 11:39:28 +0300 |
commit | 34534f222d1c2397f464521a6fa02ebea869edc6 (patch) | |
tree | 1c54cc48b952f4e8de8934d7932f30772226af87 /package.json | |
parent | e42d7a733c64af3ae7d4a90985cf4ca112cdd0c9 (diff) |
build(deps): bump react-router-dom from 6.11.2 to 6.12.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.11.2 to 6.12.0.
- [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@6.12.0/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fcf2a175..29e8c6fe 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-helmet": "^6.1.0", "react-hook-form": "^7.44.3", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.11.2", + "react-router-dom": "^6.12.0", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2", |