diff options
author | crupest <crupest@outlook.com> | 2021-11-10 17:16:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:16:20 +0800 |
commit | d4da36fd9f208e4e720584206392d5b93e9baafb (patch) | |
tree | f7f7d36e9684b5356bc864b604fe779096b7b44b | |
parent | e322d771db68078ff20bba9b6f3dacc114ad7d0f (diff) | |
parent | 668e0abe4f02e6959bef579dd95ba32d66acdb0b (diff) | |
download | timeline-d4da36fd9f208e4e720584206392d5b93e9baafb.tar.gz timeline-d4da36fd9f208e4e720584206392d5b93e9baafb.tar.bz2 timeline-d4da36fd9f208e4e720584206392d5b93e9baafb.zip |
Merge pull request #915 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.34
build(deps-dev): Bump @types/react from 17.0.26 to 17.0.34 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 dd780be4..45d593e8 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.7",
- "@types/react": "^17.0.26",
+ "@types/react": "^17.0.34",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/react-responsive": "^8.0.4",
|