diff options
Diffstat (limited to 'examples/framework-lit/package.json')
-rw-r--r-- | examples/framework-lit/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 52e81c69d..0d058adf4 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-lit": "^0.2.0", - "astro": "^0.21.1" + "@astrojs/renderer-lit": "^0.2.1", + "astro": "^0.21.2" } } |