From 3c901c0223345e1fad6be05b90f963c2ff4fa519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:39:25 +0000 Subject: [PATCH] build(deps): bump typescript-lit-html-plugin Bumps [typescript-lit-html-plugin](https://github.com/Microsoft/typescript-lit-html-plugin) from 0.9.0 to 0.9.1. - [Changelog](https://github.com/microsoft/typescript-lit-html-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/typescript-lit-html-plugin/commits) --- updated-dependencies: - dependency-name: typescript-lit-html-plugin dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- org.eclipse.wildwebdeveloper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.wildwebdeveloper/package.json b/org.eclipse.wildwebdeveloper/package.json index d02d6bfde4..43fe05a726 100644 --- a/org.eclipse.wildwebdeveloper/package.json +++ b/org.eclipse.wildwebdeveloper/package.json @@ -5,7 +5,7 @@ "firefox-debugadapter": "2.15.0", "typescript": "6.0.2", "typescript-language-server": "5.1.3", - "typescript-lit-html-plugin": "0.9.0", + "typescript-lit-html-plugin": "0.9.1", "typescript-plugin-css-modules": "5.2.0", "yaml-language-server": "1.21.0", "vscode-css-languageservice": "6.3.10",