diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:06:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:06:55 +0000 |
commit | 74687416967bc6477b0fccff3ecf5b657b708b94 (patch) | |
tree | 08b75e56e330f2cdb7df1668ea6bc4cb8209b8f0 /FrontEnd/package.json | |
parent | 452a3622bca97545307e562f33ceb147a6c0ca1d (diff) | |
download | timeline-74687416967bc6477b0fccff3ecf5b657b708b94.tar.gz timeline-74687416967bc6477b0fccff3ecf5b657b708b94.tar.bz2 timeline-74687416967bc6477b0fccff3ecf5b657b708b94.zip |
build(deps): Bump react-dom from 17.0.1 to 17.0.2 in /FrontEnd
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/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 1dc45ed9..8d57e1bf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "pepjs": "^0.5.3",
"react": "^17.0.1",
"react-bootstrap": "^1.5.2",
- "react-dom": "^17.0.1",
+ "react-dom": "^17.0.2",
"react-i18next": "^11.8.10",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
|