diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-11 06:02:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 06:02:00 +0000 |
commit | 9a833f85ca130f8dd19f19c5f3f407ef9ac7fdf9 (patch) | |
tree | c111b0eb31da094d04d5ca920123f77965463da2 | |
parent | 4c5e428dc2edaaf78ce914bcd3fa6785e148b8cc (diff) | |
parent | e889d5194419d90fb6a68fdb00fc12509036cb27 (diff) | |
download | timeline-9a833f85ca130f8dd19f19c5f3f407ef9ac7fdf9.tar.gz timeline-9a833f85ca130f8dd19f19c5f3f407ef9ac7fdf9.tar.bz2 timeline-9a833f85ca130f8dd19f19c5f3f407ef9ac7fdf9.zip |
Merge pull request #522 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.4
-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 1254d4ef..ca9c9ad4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -72,7 +72,7 @@ "@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
- "@types/react-dom": "^17.0.3",
+ "@types/react-dom": "^17.0.4",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
"@types/react-router-bootstrap": "^0.24.5",
|