theme: fix tinycolor2 not found error

This commit is contained in:
Abdullah Atta
2023-12-21 11:11:03 +05:00
parent 2ce9386759
commit cbccb97d42
2 changed files with 8 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
"@types/tinycolor2": "^1.4.3",
"isomorphic-fetch": "^3.0.0",
"react": "18.2.0",
"tinycolor2": "^1.6.0",
"ts-json-schema-generator": "^1.2.0",
"zustand": "4.4.7"
},
@@ -1091,7 +1092,7 @@
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
"peer": true
"dev": true
},
"node_modules/to-fast-properties": {
"version": "2.0.0",