diff options
author | crupest <crupest@outlook.com> | 2021-09-21 14:14:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:14:16 +0800 |
commit | 298fef65650bf013f61557d85832d2aeaa7673ca (patch) | |
tree | 7f3173b4fa226eb62c2458c829ae9c29b6c35831 | |
parent | dade09dfd95e91ec9d8c265ae626ee29f9312b4d (diff) | |
parent | 4c65bf702c246db1817a396e89bdc11d8d2b9b1b (diff) | |
download | timeline-298fef65650bf013f61557d85832d2aeaa7673ca.tar.gz timeline-298fef65650bf013f61557d85832d2aeaa7673ca.tar.bz2 timeline-298fef65650bf013f61557d85832d2aeaa7673ca.zip |
Merge pull request #834 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.22
-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 cc3a2d02..b990bb22 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.173",
"@types/node": "^16.9.4",
- "@types/react": "^17.0.21",
+ "@types/react": "^17.0.22",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|