From 6c8bbd51d1f306e434e7dd043159a899f7bca4d2 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 28 Jul 2025 13:55:12 -0400 Subject: [PATCH] Add missing dependency for React wrappers (#1242) * add dep * remove dev dep --- package-lock.json | 19 ++++++++----------- package.json | 4 +--- .../docs/docs/resources/changelog.md | 1 + packages/webawesome/package.json | 1 + 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2b92e3ee..fecfd124f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@custom-elements-manifest/analyzer": "^0.10.4", "@lit-labs/eleventy-plugin-lit": "^1.0.3", "@lit-labs/testing": "^0.2.5", - "@lit/react": "^1.0.6", + "@lit/react": "^1.0.8", "@open-wc/testing": "^3.2.0", "@types/mocha": "^10.0.10", "@types/react": "^18.2.28", @@ -2029,10 +2029,9 @@ } }, "node_modules/@lit/react": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@lit/react/-/react-1.0.7.tgz", - "integrity": "sha512-cencnwwLXQKiKxjfFzSgZRngcWJzUDZi/04E0fSaF86wZgchMdvTyu+lE36DrUfvuus3bH8+xLPrhM1cTjwpzw==", - "dev": true, + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@lit/react/-/react-1.0.8.tgz", + "integrity": "sha512-p2+YcF+JE67SRX3mMlJ1TKCSTsgyOVdAwd/nxp3NuV1+Cb6MWALbN6nT7Ld4tpmYofcE5kcaSY1YBB9erY+6fw==", "peerDependencies": { "@types/react": "17 || 18 || 19" } @@ -2876,8 +2875,7 @@ "node_modules/@types/prop-types": { "version": "15.7.14", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", - "dev": true + "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==" }, "node_modules/@types/qs": { "version": "6.9.11", @@ -2895,7 +2893,6 @@ "version": "18.3.23", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", - "dev": true, "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -5799,8 +5796,7 @@ "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "dev": true + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/custom-element-jet-brains-integration": { "version": "1.7.0", @@ -13980,6 +13976,7 @@ "dependencies": { "@ctrl/tinycolor": "^4.1.0", "@floating-ui/dom": "^1.6.13", + "@lit/react": "^1.0.8", "@shoelace-style/animations": "^1.2.0", "@shoelace-style/localize": "^3.2.1", "composed-offset-position": "^0.0.6", @@ -13998,6 +13995,7 @@ "dependencies": { "@ctrl/tinycolor": "^4.1.0", "@floating-ui/dom": "^1.6.13", + "@lit/react": "^1.0.8", "@shoelace-style/animations": "^1.2.0", "@shoelace-style/localize": "^3.2.1", "composed-offset-position": "^0.0.6", @@ -14020,7 +14018,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, diff --git a/package.json b/package.json index 633066876..3393e2f48 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,12 @@ "engines": { "node": ">=14.17.0" }, - "dependencies": {}, "devDependencies": { "@11ty/eleventy": "3.0.0", "@custom-elements-manifest/analyzer": "^0.10.4", "@lit-labs/eleventy-plugin-lit": "^1.0.3", "@lit-labs/testing": "^0.2.5", - "@lit/react": "^1.0.6", + "@lit/react": "^1.0.8", "@open-wc/testing": "^3.2.0", "@types/mocha": "^10.0.10", "@types/react": "^18.2.28", @@ -87,4 +86,3 @@ ] } } - diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index 6b185656f..77b1c94f4 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -20,6 +20,7 @@ Components with the Experimental badge sh - Fixed a bug in `` that caused the content to overflow the container when animating [issue:1149] - Fixed a bug in `` and `` that prevented the header from showing when the label was missing [issue:1209] +- Fixed a missing dependency required for React wrappers ## 3.0.0-beta.3 diff --git a/packages/webawesome/package.json b/packages/webawesome/package.json index 8843ba08c..7632a804c 100644 --- a/packages/webawesome/package.json +++ b/packages/webawesome/package.json @@ -73,6 +73,7 @@ "dependencies": { "@ctrl/tinycolor": "^4.1.0", "@floating-ui/dom": "^1.6.13", + "@lit/react": "^1.0.8", "@shoelace-style/animations": "^1.2.0", "@shoelace-style/localize": "^3.2.1", "composed-offset-position": "^0.0.6",