diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-05 06:58:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 06:58:44 +0000 |
commit | b4343f7cb857f30cd3cb24d3eeb1bae5c614157b (patch) | |
tree | 88b7f01fe445007cbea795a3dfea85b359ee0ca9 | |
parent | ef26902a9d3bb31f54954f6d51d2d1cb969fa635 (diff) | |
download | timeline-b4343f7cb857f30cd3cb24d3eeb1bae5c614157b.tar.gz timeline-b4343f7cb857f30cd3cb24d3eeb1bae5c614157b.tar.bz2 timeline-b4343f7cb857f30cd3cb24d3eeb1bae5c614157b.zip |
build(deps-dev): Bump @types/react from 17.0.4 to 17.0.5 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.4 to 17.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
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 3b53f17b..d3ea6cc2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
- "@types/react": "^17.0.4",
+ "@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
|