diff --git a/package-lock.json b/package-lock.json index d62f573..b3b6b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@tugraz/font-source-sans-pro": "^0.2.4", "@tugraz/web-components": "^0.3.6", "i18next": "^23.0.0", - "lit": "^2.0.0" + "lit": "^2.7.0 || ^3.0.0" }, "devDependencies": { "@babel/core": "^7.10.3", diff --git a/package.json b/package.json index 6c894ff..69e869a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@tugraz/font-source-sans-pro": "^0.2.4", "@tugraz/web-components": "^0.3.6", "i18next": "^23.0.0", - "lit": "^2.0.0" + "lit": "^2.7.0 || ^3.0.0" }, "scripts": { "build": "rollup --bundleConfigAsCjs -c",