diff options
author | crupest <crupest@outlook.com> | 2022-03-27 16:23:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 16:23:14 +0800 |
commit | f75a9c82cfdb573d0f511a22feb7760f41bdb394 (patch) | |
tree | 8916affa28494e9ac0970912d7a65504f393acd0 | |
parent | 924b798aff4c40b42b38f3960478c48b27cd5965 (diff) | |
parent | a30f1d6093088594947da17c53921124ee6140c6 (diff) | |
download | timeline-f75a9c82cfdb573d0f511a22feb7760f41bdb394.tar.gz timeline-f75a9c82cfdb573d0f511a22feb7760f41bdb394.tar.bz2 timeline-f75a9c82cfdb573d0f511a22feb7760f41bdb394.zip |
Merge pull request #1126 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.43
build(deps-dev): Bump @types/react from 17.0.42 to 17.0.43 in /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 e326ed60..1b0c1162 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.22",
- "@types/react": "^17.0.42",
+ "@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
|