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

View File

@@ -8,7 +8,7 @@
"url": "git://github.com/streetwriters/themeprovider.git" "url": "git://github.com/streetwriters/themeprovider.git"
}, },
"devDependencies": { "devDependencies": {
"zustand": "4.4.7", "@emotion/react": "11.11.1",
"@theme-ui/color": "^0.16.1", "@theme-ui/color": "^0.16.1",
"@theme-ui/components": "^0.16.1", "@theme-ui/components": "^0.16.1",
"@theme-ui/core": "^0.16.1", "@theme-ui/core": "^0.16.1",
@@ -17,17 +17,18 @@
"@types/tinycolor2": "^1.4.3", "@types/tinycolor2": "^1.4.3",
"isomorphic-fetch": "^3.0.0", "isomorphic-fetch": "^3.0.0",
"react": "18.2.0", "react": "18.2.0",
"tinycolor2": "^1.6.0",
"ts-json-schema-generator": "^1.2.0", "ts-json-schema-generator": "^1.2.0",
"@emotion/react": "11.11.1" "zustand": "4.4.7"
}, },
"peerDependencies": { "peerDependencies": {
"@emotion/react": ">=11", "@emotion/react": ">=11",
"tinycolor2": ">=1",
"zustand": ">=4",
"@theme-ui/color": ">=0.16.0", "@theme-ui/color": ">=0.16.0",
"@theme-ui/components": ">=0.16.0", "@theme-ui/components": ">=0.16.0",
"@theme-ui/core": ">=0.16.0", "@theme-ui/core": ">=0.16.0",
"react": ">=18" "react": ">=18",
"tinycolor2": ">=1",
"zustand": ">=4"
}, },
"scripts": { "scripts": {
"prebuild": "node ./scripts/prebuild.mjs", "prebuild": "node ./scripts/prebuild.mjs",