diff --git a/package-lock.json b/package-lock.json index 32171c4..dedcb5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "lit": "^2.8.0 || ^3.0.0" + "lit": "^2.0.2 || ^3.0.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.2", diff --git a/package.json b/package.json index 03bc551..2e5ea09 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "demo": "concurrently --kill-others \"rollup --config --watch\" \"wds\"" }, "dependencies": { - "lit": "^2.8.0 || ^3.0.0" + "lit": "^2.0.2 || ^3.0.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.2",