diff options
author | 2021-05-17 09:31:37 -0500 | |
---|---|---|
committer | 2021-05-17 09:31:37 -0500 | |
commit | 971c58da4dabfe7dc122510e9b32db2bb989c3c7 (patch) | |
tree | ec8bb8aa52679cefe15cd13db6c914fde1cbabd2 /examples/snowpack | |
parent | a2ae7018ca83cb3c19e803fb813e76ceed730679 (diff) | |
download | astro-971c58da4dabfe7dc122510e9b32db2bb989c3c7.tar.gz astro-971c58da4dabfe7dc122510e9b32db2bb989c3c7.tar.zst astro-971c58da4dabfe7dc122510e9b32db2bb989c3c7.zip |
Version Packages (#213)
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 ca2eb2366..4d966b482 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -12,7 +12,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.0.13", + "astro": "^0.1.0", "date-fns": "^2.19.0", "deepmerge": "^4.2.2", "docsearch.js": "^2.6.3", @@ -26,7 +26,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.0.13", + "astro": "^0.1.0", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |