diff options
author | 2021-07-13 11:21:58 -0400 | |
---|---|---|
committer | 2021-07-13 11:21:58 -0400 | |
commit | 8e87d5da4c27aa6bae9740ee5dd04caf355a464f (patch) | |
tree | 7fee30e322b318df0d818576ea124cbfd0a748f6 /examples/snowpack | |
parent | e3182c7670b6b208003b0ee82b08edc47ac32e58 (diff) | |
download | astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.tar.gz astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.tar.zst astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.zip |
Version Packages (next) (#678)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 668534aef..95531f1e3 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.18.0-next.0", + "astro": "^0.18.0-next.1", "date-fns": "^2.19.0", "deepmerge": "^4.2.2", "docsearch.js": "^2.6.3", @@ -25,7 +25,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4", "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.18.0-next.0", + "astro": "^0.18.0-next.1", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |