summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 08:57:29 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 08:57:29 -0700
commitb0c0b95a4eacc1776edf7457b6866dc59d79e657 (patch)
tree021272225b3ddd46c8a20f7ce336f04165cf2dcc /examples
parente58a04e4ee0abb60f1ada11c151c44b3ebe4e93d (diff)
downloadastro-b0c0b95a4eacc1776edf7457b6866dc59d79e657.tar.gz
astro-b0c0b95a4eacc1776edf7457b6866dc59d79e657.tar.zst
astro-b0c0b95a4eacc1776edf7457b6866dc59d79e657.zip
fix example astro versions
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-solid/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 68e7c4737..3bac7852e 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.17.0",
+ "astro": "^0.18.0-next.4",
"@astrojs/renderer-solid": "0.1.0-next.0"
},
"snowpack": {