diff options
author | crupest <crupest@outlook.com> | 2021-09-19 00:03:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 00:03:18 +0800 |
commit | 69b9b9a9c6befb2969556abb60ab4090bb7b1313 (patch) | |
tree | edfc4a63725a2793af5a118ca0bf9b8d163f71a3 | |
parent | 28874ede2780cb2f05372d2e392bb6eac0a31566 (diff) | |
parent | f04c1910946cfa0da5d07c091e8abc0b9b17d099 (diff) | |
download | timeline-69b9b9a9c6befb2969556abb60ab4090bb7b1313.tar.gz timeline-69b9b9a9c6befb2969556abb60ab4090bb7b1313.tar.bz2 timeline-69b9b9a9c6befb2969556abb60ab4090bb7b1313.zip |
Merge pull request #817 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.21
-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 01a08f10..527b10b8 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.2",
- "@types/react": "^17.0.20",
+ "@types/react": "^17.0.21",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|