diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-26 06:58:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 06:58:30 +0000 |
commit | 0e1be7b4d407f3a44744bb8f00ccbe3ff68b9ffd (patch) | |
tree | 7276d6c7d762ec1e32f3f14855baf0631f0be391 /FrontEnd/package.json | |
parent | 7623dc27eefc9dd5c1b16cfb4bea07442883221c (diff) | |
download | timeline-0e1be7b4d407f3a44744bb8f00ccbe3ff68b9ffd.tar.gz timeline-0e1be7b4d407f3a44744bb8f00ccbe3ff68b9ffd.tar.bz2 timeline-0e1be7b4d407f3a44744bb8f00ccbe3ff68b9ffd.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.12 to 5.1.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 0e044f8e..243d7820 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -71,7 +71,7 @@ "@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
- "@types/react-router": "^5.1.12",
+ "@types/react-router": "^5.1.13",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.1",
|