diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-08 08:12:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 08:12:12 +0000 |
commit | adb3159b6ccefe6f0b8cd4fb4a562f9a69b30cbc (patch) | |
tree | 2a5f30fc0d919f26c24e3cc6f1b56f476310dee5 /FrontEnd/package.json | |
parent | 85113bd6e24d385bc3986e01b9f7c9e3b5e435e5 (diff) | |
download | timeline-adb3159b6ccefe6f0b8cd4fb4a562f9a69b30cbc.tar.gz timeline-adb3159b6ccefe6f0b8cd4fb4a562f9a69b30cbc.tar.bz2 timeline-adb3159b6ccefe6f0b8cd4fb4a562f9a69b30cbc.zip |
build(deps-dev): Bump @types/react from 17.0.2 to 17.0.3 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.2 to 17.0.3.
- [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>
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 76d74e16..5e5f2a8b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
- "@types/react": "^17.0.2",
+ "@types/react": "^17.0.3",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
|