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 ab642bd8b..45662fb94 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.20.5" + "@astrojs/renderer-lit": "^0.1.1", + "astro": "^0.20.6" }, "snowpack": { "workspaceRoot": "../.." |