diff options
author | crupest <crupest@outlook.com> | 2022-03-21 17:23:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 17:23:40 +0800 |
commit | 12d927cc0473f4b39333c3720dc95254e1a32a1a (patch) | |
tree | 751097e776d7936287ced6d96efcf390cccfd609 /FrontEnd | |
parent | 8011b761a31c2e2a870dfc2ba64235e3daaafd92 (diff) | |
parent | 71d03c03bd591398cb2df1b10fc1b21f88b9d724 (diff) | |
download | timeline-12d927cc0473f4b39333c3720dc95254e1a32a1a.tar.gz timeline-12d927cc0473f4b39333c3720dc95254e1a32a1a.tar.bz2 timeline-12d927cc0473f4b39333c3720dc95254e1a32a1a.zip |
Merge pull request #1114 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.41
build(deps-dev): Bump @types/react from 17.0.40 to 17.0.41 in /FrontEnd
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 1110b9eb..f2be6846 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.21",
- "@types/react": "^17.0.40",
+ "@types/react": "^17.0.41",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
|