diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-09 16:29:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 16:29:32 +0000 |
commit | f2695c42d9fcaadff27dd4f16c18774a925cecc9 (patch) | |
tree | 576ede817391fbb4340c856485eed578631f33a8 | |
parent | 330771555033780bfd7f13093b8d94ce3c66a7a8 (diff) | |
download | timeline-f2695c42d9fcaadff27dd4f16c18774a925cecc9.tar.gz timeline-f2695c42d9fcaadff27dd4f16c18774a925cecc9.tar.bz2 timeline-f2695c42d9fcaadff27dd4f16c18774a925cecc9.zip |
build(deps-dev): Bump @types/react-router-dom in /FrontEnd
Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 5.3.0 to 5.3.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom)
---
updated-dependencies:
- dependency-name: "@types/react-router-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 659eccca..54120208 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.4",
"@types/react-router": "^5.1.17",
- "@types/react-router-dom": "^5.3.0",
+ "@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
|