diff options
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 5b78e9499..49490067d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -14,6 +14,6 @@ }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", - "lit": "^2.2.1" + "lit": "^2.2.2" } } |