diff options
author | 2021-10-01 13:36:02 -0400 | |
---|---|---|
committer | 2021-10-01 13:36:02 -0400 | |
commit | b5f1bd46ff80d802e31b3eb1f875cfefa046b58c (patch) | |
tree | 5af546ac4edcb59e6884c334cd24c887593a6c15 /examples/framework-lit | |
parent | 0eeb25348ea43d90d91336cc8540c821f7390d4f (diff) | |
download | astro-b5f1bd46ff80d802e31b3eb1f875cfefa046b58c.tar.gz astro-b5f1bd46ff80d802e31b3eb1f875cfefa046b58c.tar.zst astro-b5f1bd46ff80d802e31b3eb1f875cfefa046b58c.zip |
Version Packages (#1472)create-astro@0.6.3astro@0.20.9@astrojs/renderer-react@0.2.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 8f618f64a..7b97a5275 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.2", - "astro": "^0.20.8" + "astro": "^0.20.9" }, "snowpack": { "workspaceRoot": "../.." |