diff options
author | 2021-07-01 15:06:18 -0500 | |
---|---|---|
committer | 2021-07-01 15:06:18 -0500 | |
commit | 816797e350c452882fdbe1b8ed845cd74ef6cd44 (patch) | |
tree | 138ab2a81cb995c45f1284a02e167420a63d41f3 /examples/snowpack | |
parent | 4b89f4ed080dd0f1efed0d35311af543de1f9c60 (diff) | |
download | astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.tar.gz astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.tar.zst astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.zip |
Version Packages (#597)
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 22b8fb201..7b44619c4 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.15.5", + "astro": "^0.16.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.15.5", + "astro": "^0.16.0", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", |