diff options
author | 2021-05-13 12:28:04 -0500 | |
---|---|---|
committer | 2021-05-13 12:28:04 -0500 | |
commit | a9f63c5c0cb095ce4b01d28855e6cdb1c299bffe (patch) | |
tree | c5ed0e73225a8d729ce36d7e36e1f4ebe1c30589 /examples/snowpack | |
parent | 06e2597dd9e7b2c41788ad6693448c32d8b09c1b (diff) | |
download | astro-a9f63c5c0cb095ce4b01d28855e6cdb1c299bffe.tar.gz astro-a9f63c5c0cb095ce4b01d28855e6cdb1c299bffe.tar.zst astro-a9f63c5c0cb095ce4b01d28855e6cdb1c299bffe.zip |
Version Packages (#195)
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 8a095b13f..ca2eb2366 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -12,7 +12,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.0.12", + "astro": "^0.0.13", "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.12", + "astro": "^0.0.13", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |