diff options
author | crupest <crupest@outlook.com> | 2021-06-02 18:07:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 18:07:44 +0800 |
commit | a5eb8095f17720fa85eaab2daf59fe06010796a9 (patch) | |
tree | 54e056eb45e4142d345dbe78de0c6c4b59b7cde9 | |
parent | 096004ddd4026b32954fca598bdc4e7200dcc274 (diff) | |
parent | 7a7cfc50235793173565fc4c9ff2991f7c4bf9db (diff) | |
download | timeline-a5eb8095f17720fa85eaab2daf59fe06010796a9.tar.gz timeline-a5eb8095f17720fa85eaab2daf59fe06010796a9.tar.bz2 timeline-a5eb8095f17720fa85eaab2daf59fe06010796a9.zip |
Merge pull request #585 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.6
-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 44b3f9c2..f338ec7b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -73,7 +73,7 @@ "@types/node": "^15.6.1",
"@types/react": "^17.0.9",
"@types/react-color": "^3.0.4",
- "@types/react-dom": "^17.0.5",
+ "@types/react-dom": "^17.0.6",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
"@types/react-router-bootstrap": "^0.24.5",
|