diff options
author | 2021-07-21 07:57:51 -0700 | |
---|---|---|
committer | 2021-07-21 07:57:51 -0700 | |
commit | 790bd89ead10ababe7010b9b72ea6e6a23e93fed (patch) | |
tree | cb261c44c2d3a99525299969dd5c80aec3c0f748 /examples/snowpack | |
parent | 013232bc399c1c68351af5f6b7a62848b14651d3 (diff) | |
download | astro-790bd89ead10ababe7010b9b72ea6e6a23e93fed.tar.gz astro-790bd89ead10ababe7010b9b72ea6e6a23e93fed.tar.zst astro-790bd89ead10ababe7010b9b72ea6e6a23e93fed.zip |
Version Packages (next) (#692)
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 95531f1e3..7c47c9ed1 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.1", + "astro": "^1.0.0-next.2", "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.1", + "astro": "^1.0.0-next.2", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |