diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-19 06:15:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 06:15:13 +0000 |
commit | af44d5d8aa99e65ab943e0640d33630ed7af4625 (patch) | |
tree | 3eaed4d6b7ca32e2e2dfe1b41d808a54f46e99fa | |
parent | 15a0da083e153f6fa8dfd35e304845c690f00a15 (diff) | |
download | timeline-af44d5d8aa99e65ab943e0640d33630ed7af4625.tar.gz timeline-af44d5d8aa99e65ab943e0640d33630ed7af4625.tar.bz2 timeline-af44d5d8aa99e65ab943e0640d33630ed7af4625.zip |
build(deps-dev): Bump @types/react from 17.0.5 to 17.0.6 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.5 to 17.0.6.
- [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 7cbde17b..b3fc66ac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -71,7 +71,7 @@ "@types/color": "^3.0.1",
"@types/lodash": "^4.14.169",
"@types/node": "^15.3.0",
- "@types/react": "^17.0.5",
+ "@types/react": "^17.0.6",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
"@types/react-responsive": "^8.0.2",
|