diff options
author | 2021-05-04 12:20:50 -0500 | |
---|---|---|
committer | 2021-05-04 12:20:50 -0500 | |
commit | ac0bc88ae9481dcb29ce4483a40bbd21d07af4bf (patch) | |
tree | a5bcc0f1663a27ac959b5b65694ffd49d638e4a8 /examples/snowpack | |
parent | d924fcbeb4cf0b198736a8b6e2eba115cfe0027c (diff) | |
download | astro-ac0bc88ae9481dcb29ce4483a40bbd21d07af4bf.tar.gz astro-ac0bc88ae9481dcb29ce4483a40bbd21d07af4bf.tar.zst astro-ac0bc88ae9481dcb29ce4483a40bbd21d07af4bf.zip |
chore: version packages
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 2819b2ee2..35e7c6894 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -12,7 +12,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "0.0.9", + "astro": "0.0.10", "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.9", + "astro": "0.0.10", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |