diff options
author | 2021-08-05 13:42:36 -0700 | |
---|---|---|
committer | 2021-08-05 13:42:36 -0700 | |
commit | 7f14ea6e3805a4931ce15925f4dddc37e1405fde (patch) | |
tree | e792125f9ce47d7e72824a77d49e75d9b5d13d08 /examples/snowpack | |
parent | f0737adf2c1e1f084ef6cbaa905331f2f39e108e (diff) | |
download | astro-7f14ea6e3805a4931ce15925f4dddc37e1405fde.tar.gz astro-7f14ea6e3805a4931ce15925f4dddc37e1405fde.tar.zst astro-7f14ea6e3805a4931ce15925f4dddc37e1405fde.zip |
Version Packages (#1011)
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 c9aa947b0..105aa88a2 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.18.8" + "astro": "^0.18.9" }, "snowpack": { "workspaceRoot": "../.." |