diff options
author | 2021-08-23 14:18:18 -0700 | |
---|---|---|
committer | 2021-08-23 14:18:18 -0700 | |
commit | 582220c8a15c4ffdf39f0094609e897c67e43a70 (patch) | |
tree | afc9f7da5ef36fe2ed0d5ece0c5e031d4bcf0f01 /examples/snowpack | |
parent | 884a2ea76a4dabab28f412a2c965687fb20acd5c (diff) | |
download | astro-582220c8a15c4ffdf39f0094609e897c67e43a70.tar.gz astro-582220c8a15c4ffdf39f0094609e897c67e43a70.tar.zst astro-582220c8a15c4ffdf39f0094609e897c67e43a70.zip |
Version Packages (#1206)astro@0.19.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 ac0693b13..1abca420e 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.19.2" + "astro": "^0.19.3" }, "snowpack": { "workspaceRoot": "../.." |