mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
theme: fix tinycolor2 not found error
This commit is contained in:
3
packages/theme/package-lock.json
generated
3
packages/theme/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"url": "git://github.com/streetwriters/themeprovider.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"zustand": "4.4.7",
|
||||
"@emotion/react": "11.11.1",
|
||||
"@theme-ui/color": "^0.16.1",
|
||||
"@theme-ui/components": "^0.16.1",
|
||||
"@theme-ui/core": "^0.16.1",
|
||||
@@ -17,17 +17,18 @@
|
||||
"@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",
|
||||
"@emotion/react": "11.11.1"
|
||||
"zustand": "4.4.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": ">=11",
|
||||
"tinycolor2": ">=1",
|
||||
"zustand": ">=4",
|
||||
"@theme-ui/color": ">=0.16.0",
|
||||
"@theme-ui/components": ">=0.16.0",
|
||||
"@theme-ui/core": ">=0.16.0",
|
||||
"react": ">=18"
|
||||
"react": ">=18",
|
||||
"tinycolor2": ">=1",
|
||||
"zustand": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "node ./scripts/prebuild.mjs",
|
||||
|
||||
Reference in New Issue
Block a user