Skip to content

Commit ed87b26

Browse files
committed
Add react-color types
1 parent 7b6385e commit ed87b26

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
"@types/phoenix": "^1.4.0",
253253
"@types/prop-types": "^15.7.0",
254254
"@types/react": "^16.8.12",
255+
"@types/react-color": "^2.17.3",
255256
"@types/react-dom": "^16.8.3",
256257
"@types/react-helmet": "^5.0.11",
257258
"@types/react-icons": "2.2.7",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,6 +4276,13 @@
42764276
"@types/history" "*"
42774277
"@types/react" "*"
42784278

4279+
"@types/react-color@^2.17.3":
4280+
version "2.17.3"
4281+
resolved "https://registry.yarnpkg.com/@types/react-color/-/react-color-2.17.3.tgz#92a67b2dc5783a9220bc52804f8fade93696a1fe"
4282+
integrity sha512-ewFUB9mNXuqT2UMbiYNqXiUWt857VinGaElhX0Gk+kT1BrXel0imzRp1FeWntHpr+uHkKAnJbr5e4Yc4vP1BRg==
4283+
dependencies:
4284+
"@types/react" "*"
4285+
42794286
"@types/react-dom@^16.8.3":
42804287
version "16.8.3"
42814288
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.8.3.tgz#6131b7b6158bc7ed1925a3374b88b7c00481f0cb"

0 commit comments

Comments
 (0)