diff options
author | crupest <crupest@outlook.com> | 2021-08-12 01:35:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 01:35:37 +0800 |
commit | 8a71616cfffe77f3bb1d2a3ed8f228efb420ac19 (patch) | |
tree | cce63f6d5748ff327f472b19c5299327001bc8d4 /FrontEnd | |
parent | 6b23baaf41c033e90aebdc64c5857d295aa6fed4 (diff) | |
parent | 8bf973aac60bf0cca0420af3836c0d6dd6944a0f (diff) | |
download | timeline-8a71616cfffe77f3bb1d2a3ed8f228efb420ac19.tar.gz timeline-8a71616cfffe77f3bb1d2a3ed8f228efb420ac19.tar.bz2 timeline-8a71616cfffe77f3bb1d2a3ed8f228efb420ac19.zip |
Merge pull request #739 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.17
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 1512135a..791dbf0a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
"@types/node": "^16.4.13",
- "@types/react": "^17.0.16",
+ "@types/react": "^17.0.17",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|