diff options
author | 2021-05-24 16:32:10 -0400 | |
---|---|---|
committer | 2021-05-24 16:32:10 -0400 | |
commit | ac43faf85f9f95d230bfca866afae14163f60f97 (patch) | |
tree | b5fe581c3e74565de8e94bc6c2fd3d90554f25f7 /examples/snowpack | |
parent | 2ff2533c9ee6da02a1a4a46d418140fcd0d626e2 (diff) | |
download | astro-ac43faf85f9f95d230bfca866afae14163f60f97.tar.gz astro-ac43faf85f9f95d230bfca866afae14163f60f97.tar.zst astro-ac43faf85f9f95d230bfca866afae14163f60f97.zip |
Release
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 1c1cdee6b..c2f61044a 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.10.0", + "astro": "^0.11.0", "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.10.0", + "astro": "^0.11.0", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |