diff options
author | 2021-07-27 12:41:42 -0400 | |
---|---|---|
committer | 2021-07-27 12:41:42 -0400 | |
commit | 509c69627b02629db9af8d868545db80c789cdfe (patch) | |
tree | 9e28c71e6dde32416400cf1bc603b8f7b9ee8b88 /examples/framework-solid | |
parent | f91944368829e208bbd73f7675c4fdd90f87281b (diff) | |
download | astro-509c69627b02629db9af8d868545db80c789cdfe.tar.gz astro-509c69627b02629db9af8d868545db80c789cdfe.tar.zst astro-509c69627b02629db9af8d868545db80c789cdfe.zip |
Version Packages (#882)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-solid')
-rw-r--r-- | examples/framework-solid/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index fd5c50738..5a0444fff 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -7,8 +7,8 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.0-next.7", - "@astrojs/renderer-solid": "0.1.0-next.1" + "astro": "^0.18.0", + "@astrojs/renderer-solid": "0.1.0" }, "snowpack": { "workspaceRoot": "../.." |