diff options
author | 2021-07-27 12:41:42 -0400 | |
---|---|---|
committer | 2021-07-27 12:41:42 -0400 | |
commit | 509c69627b02629db9af8d868545db80c789cdfe (patch) | |
tree | 9e28c71e6dde32416400cf1bc603b8f7b9ee8b88 /examples/snowpack | |
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/snowpack')
-rw-r--r-- | examples/snowpack/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 344780752..0d030e8d5 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.18.0-next.7" + "astro": "^0.18.0" }, "snowpack": { "workspaceRoot": "../.." |