diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 05:58:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 05:58:02 +0000 |
commit | cffa67fb259e4c2d6fe7864bf4b8d7da3a4a55a8 (patch) | |
tree | c5aa3baf5c23ea11bf11a7dfdff83632a2e9c1b1 /FrontEnd | |
parent | 9c169ff9c58b875a1f50c4659a8418ce9fb829d2 (diff) | |
parent | eedab47b849dbaa4d1d622d5c2fc75dfccc919b4 (diff) | |
download | timeline-cffa67fb259e4c2d6fe7864bf4b8d7da3a4a55a8.tar.gz timeline-cffa67fb259e4c2d6fe7864bf4b8d7da3a4a55a8.tar.bz2 timeline-cffa67fb259e4c2d6fe7864bf4b8d7da3a4a55a8.zip |
Merge pull request #635 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.8
Diffstat (limited to 'FrontEnd')
-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 54149d9e..1ee45eff 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"@types/react-color": "^3.0.4",
- "@types/react-dom": "^17.0.7",
+ "@types/react-dom": "^17.0.8",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
|