diff options
author | 2021-07-27 09:27:02 -0400 | |
---|---|---|
committer | 2021-07-27 09:27:02 -0400 | |
commit | 0ed1817d7af630c40f757aee8f19539ad02376fc (patch) | |
tree | 2dbb3bb96c2cbeba9fce72c4d03c34db76803347 /examples/framework-lit | |
parent | 80d7415807b9834b72293928c86d1b87c1bafe9c (diff) | |
download | astro-0ed1817d7af630c40f757aee8f19539ad02376fc.tar.gz astro-0ed1817d7af630c40f757aee8f19539ad02376fc.tar.zst astro-0ed1817d7af630c40f757aee8f19539ad02376fc.zip |
Version Packages (next) (#865)
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 8f9fb3f29..004aac95b 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.18.0-next.6" + "astro": "^0.18.0-next.7" }, "snowpack": { "workspaceRoot": "../.." |