diff options
author | 2021-07-22 08:57:29 -0700 | |
---|---|---|
committer | 2021-07-22 08:57:29 -0700 | |
commit | b0c0b95a4eacc1776edf7457b6866dc59d79e657 (patch) | |
tree | 021272225b3ddd46c8a20f7ce336f04165cf2dcc /examples | |
parent | e58a04e4ee0abb60f1ada11c151c44b3ebe4e93d (diff) | |
download | astro-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.json | 2 |
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": { |