diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-08 05:04:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 05:04:54 +0000 |
commit | a39ed1d4a9d57faaaa848e5c69cdcc0de3deb10d (patch) | |
tree | a4cfd46e46f9a3ded098b755dbdf8db8b4cf8833 /FrontEnd | |
parent | 2a77efb51ff1fb3f01f371eaecffee75e14a8423 (diff) | |
download | timeline-a39ed1d4a9d57faaaa848e5c69cdcc0de3deb10d.tar.gz timeline-a39ed1d4a9d57faaaa848e5c69cdcc0de3deb10d.tar.bz2 timeline-a39ed1d4a9d57faaaa848e5c69cdcc0de3deb10d.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.1.7 to 5.1.8.
- [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>
Diffstat (limited to 'FrontEnd')
-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 66e41e6b..d8a3197f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-dom": "^17.0.8",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.15",
- "@types/react-router-dom": "^5.1.7",
+ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.1",
"@types/remarkable": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.2",
|