Skip to content

Commit 008c3f9

Browse files
committed
Fix react-color types
1 parent b46e9ba commit 008c3f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +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": "^3.0.1",
255+
"@types/react-color": "^2.17.2",
256256
"@types/react-dom": "^16.8.3",
257257
"@types/react-helmet": "^5.0.11",
258258
"@types/react-icons": "2.2.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4258,10 +4258,10 @@
42584258
"@types/history" "*"
42594259
"@types/react" "*"
42604260

4261-
"@types/react-color@^3.0.1":
4262-
version "3.0.1"
4263-
resolved "https://registry.yarnpkg.com/@types/react-color/-/react-color-3.0.1.tgz#5433e2f503ea0e0831cbc6fd0c20f8157d93add0"
4264-
integrity sha512-J6mYm43Sid9y+OjZ7NDfJ2VVkeeuTPNVImNFITgQNXodHteKfl/t/5pAR5Z9buodZ2tCctsZjgiMlQOpfntakw==
4261+
"@types/react-color@^2.17.2":
4262+
version "2.17.2"
4263+
resolved "https://registry.yarnpkg.com/@types/react-color/-/react-color-2.17.2.tgz#1a9de1baf5af5c4c7aecb8cb80f3f3cf242743ad"
4264+
integrity sha512-6aa8L1hhxxjEZz7LY45NRMOKUt72dVrB3MWXESv92YZohH3n2jjUi7j1cMeygdSUxZD8qLU5ITA63tRYYu8M2g==
42654265
dependencies:
42664266
"@types/react" "*"
42674267

0 commit comments

Comments
 (0)