diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-15 08:03:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 08:03:54 +0000 |
commit | 9c4e9fbbd106efb22c8c7dac1bc0237406254cc6 (patch) | |
tree | 347ac840951fd21379e346479998c05714245e74 | |
parent | b2f0154a8a032215f229ffaa39add42fd0688c44 (diff) | |
download | timeline-9c4e9fbbd106efb22c8c7dac1bc0237406254cc6.tar.gz timeline-9c4e9fbbd106efb22c8c7dac1bc0237406254cc6.tar.bz2 timeline-9c4e9fbbd106efb22c8c7dac1bc0237406254cc6.zip |
build(deps-dev): Bump @types/react from 17.0.1 to 17.0.2 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.1 to 17.0.2.
- [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 bac45273..4ee93d7b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.26",
- "@types/react": "^17.0.1",
+ "@types/react": "^17.0.2",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.11",
|