diff options
author | crupest <crupest@outlook.com> | 2021-06-02 18:07:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 18:07:37 +0800 |
commit | 096004ddd4026b32954fca598bdc4e7200dcc274 (patch) | |
tree | 278c486eb995362e7652d0af10717f8d76157e0b | |
parent | cf6650ba83ea4a90b29115e3bfe70067d90eff39 (diff) | |
parent | 2318848b6576a8809197ba69cd2a2ea9252ac019 (diff) | |
download | timeline-096004ddd4026b32954fca598bdc4e7200dcc274.tar.gz timeline-096004ddd4026b32954fca598bdc4e7200dcc274.tar.bz2 timeline-096004ddd4026b32954fca598bdc4e7200dcc274.zip |
Merge pull request #586 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.9
-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 9943355b..44b3f9c2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -71,7 +71,7 @@ "@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
"@types/node": "^15.6.1",
- "@types/react": "^17.0.8",
+ "@types/react": "^17.0.9",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
"@types/react-responsive": "^8.0.2",
|