diff options
author | 2021-06-16 14:12:05 -0400 | |
---|---|---|
committer | 2021-06-16 14:12:05 -0400 | |
commit | 382868abfc4b46a0c582ec4bf868719d4e87bbd2 (patch) | |
tree | 1c2ebb801839fafa7134cb216db452526b8e312f /examples | |
parent | f9f2da458d9915da044dc2363663165bec58a33d (diff) | |
download | astro-382868abfc4b46a0c582ec4bf868719d4e87bbd2.tar.gz astro-382868abfc4b46a0c582ec4bf868719d4e87bbd2.tar.zst astro-382868abfc4b46a0c582ec4bf868719d4e87bbd2.zip |
Version Packages (#466)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-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 2e71329d9..d65c2bc79 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.13.8", + "astro": "^0.13.9", "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.13.8", + "astro": "^0.13.9", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |