diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-08 06:04:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 06:04:35 +0000 |
commit | e218fa786f913df9bbcb39024405d8815a87e71b (patch) | |
tree | 3da05a2767faeb33c0dd1cfb56604bf9baa3c3b0 | |
parent | 54884de7f490b782803bc4695b37c5144f1f41c3 (diff) | |
download | timeline-e218fa786f913df9bbcb39024405d8815a87e71b.tar.gz timeline-e218fa786f913df9bbcb39024405d8815a87e71b.tar.bz2 timeline-e218fa786f913df9bbcb39024405d8815a87e71b.zip |
build(deps-dev): Bump @types/react-router in /FrontEnd
Bumps [@types/react-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router) from 5.1.14 to 5.1.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router)
---
updated-dependencies:
- dependency-name: "@types/react-router"
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 22e306e2..236ef247 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.6",
"@types/react-responsive": "^8.0.2",
- "@types/react-router": "^5.1.13",
+ "@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
"@types/webpack-env": "^1.16.0",
|