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 | 99262b6f60e1c6b88a196fb4970cc3d0ee427648 (patch) | |
tree | 609245a145b4ca52e8658572865032fe0cbc9a8e /FrontEnd/package.json | |
parent | f01392950b7e5b1b11b4558da69e393337ce4064 (diff) | |
download | timeline-99262b6f60e1c6b88a196fb4970cc3d0ee427648.tar.gz timeline-99262b6f60e1c6b88a196fb4970cc3d0ee427648.tar.bz2 timeline-99262b6f60e1c6b88a196fb4970cc3d0ee427648.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>
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 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",
|