updated react-best-gradient-color-picker (WITH TS)

This commit is contained in:
SethBurkart123
2023-11-15 17:09:55 +11:00
parent 9da91bc56f
commit 298cb8bc2b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"@types/chrome": "^0.0.246",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-best-gradient-color-picker": "^2.2.23",
"react-best-gradient-color-picker": "^2.2.24",
"react-dom": "^18.2.0"
},
"devDependencies": {
-1
View File
@@ -1,4 +1,3 @@
// @ts-expect-error There aren't any types for the below library
import ColorPicker from 'react-best-gradient-color-picker';
import { useSettingsContext } from '../SettingsContext';
import { motion } from "framer-motion";