diff options
author | crupest <crupest@outlook.com> | 2021-11-10 17:06:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:06:51 +0800 |
commit | b1f8cb31b970a59480f687b9da8f2587a539bbce (patch) | |
tree | 087d8498f12a091dab00c5a48d1c2ea261b094bf | |
parent | f096648e4127710f386e8b3bf69c9bb437634f4d (diff) | |
parent | 26a322e53f75e223975a8c54a9cae5e4981f85f6 (diff) | |
download | timeline-b1f8cb31b970a59480f687b9da8f2587a539bbce.tar.gz timeline-b1f8cb31b970a59480f687b9da8f2587a539bbce.tar.bz2 timeline-b1f8cb31b970a59480f687b9da8f2587a539bbce.zip |
Merge pull request #897 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-color-3.0.6
build(deps-dev): Bump @types/react-color from 3.0.5 to 3.0.6 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 faa6da46..a7ea6c91 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,7 +52,7 @@ "@types/lodash": "^4.14.176",
"@types/node": "^16.11.7",
"@types/react": "^17.0.26",
- "@types/react-color": "^3.0.5",
+ "@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.4",
"@types/react-router": "^5.1.17",
|