diff --git a/package-lock.json b/package-lock.json index f90349bcf..ed0fc763c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "tailwindcss": "3.4.19", "type-fest": "5.5.0", "typescript": "4.9.5", - "typescript-lit-html-plugin": "0.9.0", + "typescript-lit-html-plugin": "0.9.1", "vite": "8.0.3" } }, @@ -7959,11 +7959,11 @@ } }, "node_modules/typescript-lit-html-plugin": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/typescript-lit-html-plugin/-/typescript-lit-html-plugin-0.9.0.tgz", - "integrity": "sha512-Ux2I1sPpt2akNbRZiBAND9oA8XNE2BuVmDwsb7rZshJ9T8/Na2rICE5Tnuj9dPHdFUATdOGjVEagn1/v8T4gCQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/typescript-lit-html-plugin/-/typescript-lit-html-plugin-0.9.1.tgz", + "integrity": "sha512-cpBYDJ4t2mSSwdLnVAoKuSsrGXaFnx8gXdN0TFFfZ/sv1mO1PsJOVk+gIIntz4PReIjoEPH50yqd9zUJ/UVZDQ==", + "deprecated": "This project is now deprecated and will not work at all with TypeScript 7.0+", "dev": true, - "license": "MIT", "dependencies": { "typescript-styled-plugin": "^0.13.0", "typescript-template-language-service-decorator": "^2.2.0", @@ -13719,9 +13719,9 @@ "dev": true }, "typescript-lit-html-plugin": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/typescript-lit-html-plugin/-/typescript-lit-html-plugin-0.9.0.tgz", - "integrity": "sha512-Ux2I1sPpt2akNbRZiBAND9oA8XNE2BuVmDwsb7rZshJ9T8/Na2rICE5Tnuj9dPHdFUATdOGjVEagn1/v8T4gCQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/typescript-lit-html-plugin/-/typescript-lit-html-plugin-0.9.1.tgz", + "integrity": "sha512-cpBYDJ4t2mSSwdLnVAoKuSsrGXaFnx8gXdN0TFFfZ/sv1mO1PsJOVk+gIIntz4PReIjoEPH50yqd9zUJ/UVZDQ==", "dev": true, "requires": { "typescript-styled-plugin": "^0.13.0", diff --git a/package.json b/package.json index fe132d072..3e977eaaf 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "tailwindcss": "3.4.19", "type-fest": "5.5.0", "typescript": "4.9.5", - "typescript-lit-html-plugin": "0.9.0", + "typescript-lit-html-plugin": "0.9.1", "vite": "8.0.3" }, "repository": "git+https://github.com/dev-protocol/dev-elements.git",