From 78da8fe8f7dd645125e29fd599c4dc221e2c2918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:05:26 +0000 Subject: [PATCH] deps(deps): bump lit in the prod-patch group across 1 directory Bumps the prod-patch group with 1 update in the / directory: [lit](https://github.com/lit/lit/tree/HEAD/packages/lit). Updates `lit` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit@3.3.3/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 12 ++++++------ package.json | 2 +- packages/ui/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bun.lock b/bun.lock index a162550..8ce2453 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@roxyapi/ui-monorepo", "dependencies": { - "lit": "^3.2.0", + "lit": "^3.3.3", }, "devDependencies": { "@axe-core/playwright": "^4.10.0", @@ -30,9 +30,9 @@ }, "packages/ui": { "name": "@roxyapi/ui", - "version": "0.14.0", + "version": "0.15.0", "dependencies": { - "lit": "^3.2.0", + "lit": "^3.3.3", }, "peerDependencies": { "lit": "^3.0.0", @@ -40,7 +40,7 @@ }, "packages/ui-react": { "name": "@roxyapi/ui-react", - "version": "0.14.0", + "version": "0.15.0", "peerDependencies": { "react": ">=18 <20", "react-dom": ">=18 <20", @@ -51,7 +51,7 @@ }, "packages/ui-vue": { "name": "@roxyapi/ui-vue", - "version": "0.14.0", + "version": "0.15.0", "peerDependencies": { "vue": ">=3.3 <4", }, @@ -456,7 +456,7 @@ "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.32.0", "", { "os": "win32", "cpu": "x64" }, "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q=="], - "lit": ["lit@3.3.2", "", { "dependencies": { "@lit/reactive-element": "^2.1.0", "lit-element": "^4.2.0", "lit-html": "^3.3.0" } }, "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ=="], + "lit": ["lit@3.3.3", "", { "dependencies": { "@lit/reactive-element": "^2.1.0", "lit-element": "^4.2.0", "lit-html": "^3.3.0" } }, "sha512-fycuvZg/hkpozL00lm1pEJH5nN/lr9ZXd6mJI2HSN4+Bzc+LDNdEApJ6HFbPkdFNHLvOplIIuJvxkS4XUxqirw=="], "lit-element": ["lit-element@4.2.2", "", { "dependencies": { "@lit-labs/ssr-dom-shim": "^1.5.0", "@lit/reactive-element": "^2.1.0", "lit-html": "^3.3.0" } }, "sha512-aFKhNToWxoyhkNDmWZwEva2SlQia+jfG0fjIWV//YeTaWrVnOxD89dPKfigCUspXFmjzOEUQpOkejH5Ly6sG0w=="], diff --git a/package.json b/package.json index 4a011a4..651d4cc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "vue": "^3.5.0" }, "dependencies": { - "lit": "^3.2.0" + "lit": "^3.3.3" }, "keywords": [ "web-components", diff --git a/packages/ui/package.json b/packages/ui/package.json index 086f3db..9f89604 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -77,7 +77,7 @@ "lit": "^3.0.0" }, "dependencies": { - "lit": "^3.2.0" + "lit": "^3.3.3" }, "publishConfig": { "access": "public",