From a2fbe121c37adb8683d89f123e1c4d3b3203ae07 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 28 Aug 2023 09:39:16 -0400 Subject: [PATCH] update ctrl/tinycolor; fixes #1542 (#1545) --- docs/pages/resources/changelog.md | 3 ++- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 74da10f2..c6f73cec 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -15,6 +15,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next - Fixed a bug in `` that resulted in improper spacing between the label and the required asterisk [#1540] +- Updated `@ctrl/tinycolor` to 4.0.1 [#1542] ## 2.8.0 @@ -27,7 +28,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Improved expand/collapse behavior of `` to work more like users expect [#1521] - Improved `` so labels truncate properly instead of getting chopped and overflowing - Removed the extra `React.Component` around `@lit-labs/react` wrapper. [#1531] -- Upgrade `@lit-labs/react` to v2.0.1. [#1531] +- Updated `@lit-labs/react` to v2.0.1. [#1531] ## 2.7.0 diff --git a/package-lock.json b/package-lock.json index 566d8b4b..9379318a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.0", "license": "MIT", "dependencies": { - "@ctrl/tinycolor": "^3.5.0", + "@ctrl/tinycolor": "^4.0.1", "@floating-ui/dom": "^1.2.1", "@lit-labs/react": "^2.0.1", "@shoelace-style/animations": "^1.1.0", @@ -833,11 +833,11 @@ } }, "node_modules/@ctrl/tinycolor": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.5.0.tgz", - "integrity": "sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.0.1.tgz", + "integrity": "sha512-dfimuE1mfaqL8P8jyQzdk9yFeFUWCyhjK5VyydXgDtQO0fezr6aWaGauHnlI07BZBIF45gahb0oxJjkUcylDwQ==", "engines": { - "node": ">=10" + "node": ">=14" } }, "node_modules/@custom-elements-manifest/analyzer": { @@ -17913,9 +17913,9 @@ "dev": true }, "@ctrl/tinycolor": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.5.0.tgz", - "integrity": "sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.0.1.tgz", + "integrity": "sha512-dfimuE1mfaqL8P8jyQzdk9yFeFUWCyhjK5VyydXgDtQO0fezr6aWaGauHnlI07BZBIF45gahb0oxJjkUcylDwQ==" }, "@custom-elements-manifest/analyzer": { "version": "0.8.3", diff --git a/package.json b/package.json index 3e698b0a..5cca9356 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "node": ">=14.17.0" }, "dependencies": { - "@ctrl/tinycolor": "^3.5.0", + "@ctrl/tinycolor": "^4.0.1", "@floating-ui/dom": "^1.2.1", "@lit-labs/react": "^2.0.1", "@shoelace-style/animations": "^1.1.0",