summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-07-07 20:31:03 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-07 20:31:03 -0400
commit5d1ff62c799a660e5ce26a9fd540fd780d1d09c6 (patch)
tree54e4296c4270b045bb24bc7ce4c187fbd53c4aa2
parent97d5a2ba187a7e6b61d849226daf4cbd03485782 (diff)
downloadastro-5d1ff62c799a660e5ce26a9fd540fd780d1d09c6.tar.gz
astro-5d1ff62c799a660e5ce26a9fd540fd780d1d09c6.tar.zst
astro-5d1ff62c799a660e5ce26a9fd540fd780d1d09c6.zip
Pin to snowpack 3.7.1 (#625)
* Pin to snowpack 3.7.1 Issues reported on discord * Add a changeset
-rw-r--r--.changeset/wild-crabs-care.md5
-rw-r--r--packages/astro/package.json2
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",