diff --git a/packages/fract/package.json b/packages/fract/package.json index 6150c1e8..7df889a9 100644 --- a/packages/fract/package.json +++ b/packages/fract/package.json @@ -34,7 +34,7 @@ "dependencies": { "@alwatr/logger": "^1.1.2", "@alwatr/signal": "^2.0.0", - "lit-html": "^2.8.0", + "lit-html": "^3.0.0", "tslib": "^2.6.2" } } diff --git a/yarn.lock b/yarn.lock index 3033790d..6490960d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5861,6 +5861,13 @@ lit-html@^2.8.0: dependencies: "@types/trusted-types" "^2.0.2" +lit-html@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.0.0.tgz#77d6776ee488642c74c5575315ef81aa09d24ea9" + integrity sha512-DNJIE8dNY0dQF2Gs0sdMNUppMQT2/CvV4OVnSdg7BXAsGqkVwsE5bqQ04POfkYH5dBIuGnJYdFz5fYYyNnOxiA== + dependencies: + "@types/trusted-types" "^2.0.2" + lit@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/lit/-/lit-2.8.0.tgz#4d838ae03059bf9cafa06e5c61d8acc0081e974e"