diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-09 06:50:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 06:50:29 +0000 |
commit | 41b61532386cb669ddbacbdd3f8b025ab090b7b2 (patch) | |
tree | 020934ec1847e35a808d94f38e421b24e66a0a8e /FrontEnd/package.json | |
parent | 0ba181dbda38791864150e43f83460cd2783cc0b (diff) | |
download | timeline-41b61532386cb669ddbacbdd3f8b025ab090b7b2.tar.gz timeline-41b61532386cb669ddbacbdd3f8b025ab090b7b2.tar.bz2 timeline-41b61532386cb669ddbacbdd3f8b025ab090b7b2.zip |
build(deps-dev): Bump @types/react-dom in /FrontEnd
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) 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-dom)
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 fe18e113..59637119 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@types/lodash": "^4.14.168",
"@types/node": "^14.14.32",
"@types/react": "^17.0.3",
- "@types/react-dom": "^17.0.1",
+ "@types/react-dom": "^17.0.2",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
"@types/react-router-bootstrap": "^0.24.5",
|