Skip to content

Commit

Permalink
build(color): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 30, 2020
1 parent b9ed17b commit 0f9c9e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/color",
"version": "2.0.0",
"description": "Array-based color ops, conversions, multi-color gradients, presets",
"description": "Array-based color types, conversions, transformations, declarative theme generation, multi-color gradients, presets",
"module": "./index.js",
"main": "./lib/index.js",
"umd:main": "./lib/index.umd.js",
Expand Down Expand Up @@ -50,11 +50,14 @@
},
"dependencies": {
"@thi.ng/api": "^6.13.5",
"@thi.ng/arrays": "^0.8.5",
"@thi.ng/checks": "^2.7.12",
"@thi.ng/compare": "^1.3.21",
"@thi.ng/compose": "^1.4.22",
"@thi.ng/defmulti": "^1.3.3",
"@thi.ng/errors": "^1.2.25",
"@thi.ng/math": "^3.0.0",
"@thi.ng/random": "^2.1.3",
"@thi.ng/strings": "^1.11.3",
"@thi.ng/transducers": "^7.5.3",
"@thi.ng/vectors": "^4.8.3"
Expand All @@ -74,6 +77,7 @@
"conversion",
"cosine",
"css",
"declarative",
"filter",
"gradient",
"hcy",
Expand All @@ -84,6 +88,8 @@
"porter-duff",
"rgb",
"srgb",
"swatches",
"theme",
"typescript",
"xyz",
"ycbcr"
Expand Down

0 comments on commit 0f9c9e0

Please sign in to comment.