diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 07:02:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 07:02:59 +0000 |
commit | 9db70156f605ad95d65b1c8e5e88286d78b4fdc4 (patch) | |
tree | c33d1a282d30f3198dd14524d4f1557cb1499733 /FrontEnd/package.json | |
parent | 6a03ab47d3ad609aa51b9a2aebcc80574ed480bb (diff) | |
download | timeline-9db70156f605ad95d65b1c8e5e88286d78b4fdc4.tar.gz timeline-9db70156f605ad95d65b1c8e5e88286d78b4fdc4.tar.bz2 timeline-9db70156f605ad95d65b1c8e5e88286d78b4fdc4.zip |
build(deps-dev): Bump @types/react from 17.0.3 to 17.0.4 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.3 to 17.0.4.
- [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 c0c6b42a..5b773e52 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": "^14.14.41",
- "@types/react": "^17.0.3",
+ "@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
|