diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-09 06:09:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 06:09:53 +0000 |
commit | be73f5c622ab9f54f3ce622df656f16f6f43ffb6 (patch) | |
tree | 5b0c2a1cd352fb3fcb4935793f658f64c31e0716 /FrontEnd | |
parent | aac3615ed2adbb096beb7c8c59a32766a15c6ea0 (diff) | |
parent | b281d60a6a437a2ae17ba8d85267a033c1bf1917 (diff) | |
download | timeline-be73f5c622ab9f54f3ce622df656f16f6f43ffb6.tar.gz timeline-be73f5c622ab9f54f3ce622df656f16f6f43ffb6.tar.bz2 timeline-be73f5c622ab9f54f3ce622df656f16f6f43ffb6.zip |
Merge pull request #606 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.7
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 d5febfef..889ef7ef 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -63,7 +63,7 @@ "@types/node": "^15.12.2",
"@types/react": "^17.0.9",
"@types/react-color": "^3.0.4",
- "@types/react-dom": "^17.0.6",
+ "@types/react-dom": "^17.0.7",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
|