diff options
author | 2021-08-27 14:15:29 -0400 | |
---|---|---|
committer | 2021-08-27 14:15:29 -0400 | |
commit | 8d22e4eefe1432c431029ab67ea823d2937cc673 (patch) | |
tree | f45434c72284c4d5898a19f602822cc561b47460 /examples/snowpack | |
parent | 290f203279eecd590371412aad637a5a673ce604 (diff) | |
download | astro-8d22e4eefe1432c431029ab67ea823d2937cc673.tar.gz astro-8d22e4eefe1432c431029ab67ea823d2937cc673.tar.zst astro-8d22e4eefe1432c431029ab67ea823d2937cc673.zip |
Version Packages (#1252)astro@0.20.3
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index de338ced9..e33f633bd 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.20.2" + "astro": "^0.20.3" }, "snowpack": { "workspaceRoot": "../.." |