diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:11:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:11:57 +0000 |
commit | a4ff7a334cf167891955056c1f777db19da04e90 (patch) | |
tree | 70be2ff84a7e2434a05bb10daf2c148fc452a2f5 | |
parent | d7d2c68fc1379f7b980955a46f3fbbfe40ab0d16 (diff) | |
download | timeline-a4ff7a334cf167891955056c1f777db19da04e90.tar.gz timeline-a4ff7a334cf167891955056c1f777db19da04e90.tar.bz2 timeline-a4ff7a334cf167891955056c1f777db19da04e90.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.2 to 17.0.3.
- [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>
-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..e6f73244 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@types/lodash": "^4.14.168",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
- "@types/react-dom": "^17.0.2",
+ "@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
"@types/react-router-bootstrap": "^0.24.5",
|