diff options
author | crupest <crupest@outlook.com> | 2021-09-06 13:52:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 13:52:20 +0800 |
commit | d7567e286e21568f044b95be8d3a2ddf87a52548 (patch) | |
tree | cd94f02e0488626b729265d6c263182d3ab02645 | |
parent | bb8d59e70d530ef7332f5830bbefdc6521ea0bef (diff) | |
parent | ae7e9046c9cc3ca0a333230a27f8db5f6c5b5a05 (diff) | |
download | timeline-d7567e286e21568f044b95be8d3a2ddf87a52548.tar.gz timeline-d7567e286e21568f044b95be8d3a2ddf87a52548.tar.bz2 timeline-d7567e286e21568f044b95be8d3a2ddf87a52548.zip |
Merge pull request #789 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.20
-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 aba42b40..ad9dbfcc 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.7.10",
- "@types/react": "^17.0.19",
+ "@types/react": "^17.0.20",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|