diff options
-rw-r--r-- | .changeset/wild-crabs-care.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/wild-crabs-care.md b/.changeset/wild-crabs-care.md new file mode 100644 index 000000000..6378dd88c --- /dev/null +++ b/.changeset/wild-crabs-care.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Hotfix for snowpack regression diff --git a/packages/astro/package.json b/packages/astro/package.json index c27a504ba..adfddac79 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -85,7 +85,7 @@ "sass": "^1.32.13", "shorthash": "^0.0.2", "slash": "^4.0.0", - "snowpack": "^3.6.2", + "snowpack": "3.7.1", "source-map-support": "^0.5.19", "string-width": "^5.0.0", "tiny-glob": "^0.2.8", |