summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 21:43:31 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 21:43:31 -0700
commit353bc89f65290a7f2a5fcdee79e665c566b26e07 (patch)
treea8b41e58eb0d7dd51d9cf23b2f91d39da254dfea /examples
parent3b51f4b5e21a1ae1a49826664a525d6b3ee49aea (diff)
downloadastro-353bc89f65290a7f2a5fcdee79e665c566b26e07.tar.gz
astro-353bc89f65290a7f2a5fcdee79e665c566b26e07.tar.zst
astro-353bc89f65290a7f2a5fcdee79e665c566b26e07.zip
fix next framework example versions
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-lit/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 57b8ae149..ff970e551 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.17.0"
+ "astro": "^0.18.0-next.4"
},
"snowpack": {
"workspaceRoot": "../.."