From 7ed87f5bd995cddeef7305e90c820edd520275cc Mon Sep 17 00:00:00 2001 From: Daniel Imfeld Date: Wed, 3 Jan 2024 15:38:43 -1000 Subject: [PATCH] Move culori to be a regular dependency so that all package managers will install it --- packages/svelte-ux/package.json | 2 +- pnpm-lock.yaml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/svelte-ux/package.json b/packages/svelte-ux/package.json index 2984b27a6..329112314 100644 --- a/packages/svelte-ux/package.json +++ b/packages/svelte-ux/package.json @@ -31,7 +31,6 @@ "@types/prismjs": "^1.26.3", "@vitest/coverage-v8": "^0.34.6", "autoprefixer": "^10.4.16", - "culori": "^3.3.0", "daisyui": "^4.5.0", "execa": "^8.0.1", "marked": "^10.0.0", @@ -57,6 +56,7 @@ "@floating-ui/dom": "^1.5.3", "@fortawesome/fontawesome-common-types": "^6.5.1", "clsx": "^2.1.0", + "culori": "^3.3.0", "d3-array": "^3.2.4", "d3-scale": "^4.0.2", "date-fns": "^3.0.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d424f22b..c7fb24ee5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,6 +60,9 @@ importers: clsx: specifier: ^2.1.0 version: 2.1.0 + culori: + specifier: ^3.3.0 + version: 3.3.0 d3-array: specifier: ^3.2.4 version: 3.2.4 @@ -130,9 +133,6 @@ importers: autoprefixer: specifier: ^10.4.16 version: 10.4.16(postcss@8.4.31) - culori: - specifier: ^3.3.0 - version: 3.3.0 daisyui: specifier: ^4.5.0 version: 4.5.0(postcss@8.4.31) @@ -1754,7 +1754,6 @@ packages: /culori@3.3.0: resolution: {integrity: sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dev: true /d3-array@3.2.4: resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}