diff options
author | crupest <crupest@outlook.com> | 2022-01-01 21:34:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 21:34:50 +0800 |
commit | 18e70a313898b52850f1097b2605026461bb23d1 (patch) | |
tree | 628cca7194943d755ddbf6075f8aaabb7955ca72 /FrontEnd | |
parent | 9ebaec2ab397a6c9cde932a41aff976b2cd9059c (diff) | |
parent | cdfb5570d729e9d03d71cf95d2698277742bd9b1 (diff) | |
download | timeline-18e70a313898b52850f1097b2605026461bb23d1.tar.gz timeline-18e70a313898b52850f1097b2605026461bb23d1.tar.bz2 timeline-18e70a313898b52850f1097b2605026461bb23d1.zip |
Merge pull request #1004 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.38
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 4fadbca3..efe6591c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.4",
- "@types/react": "^17.0.37",
+ "@types/react": "^17.0.38",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/react-responsive": "^8.0.5",
|