From 2023a26725d05b1b4ed70efc0729588ed428b3a7 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 16 Jun 2021 08:35:09 -0400 Subject: [PATCH] Fix issue with proxy imports not reloading on change (#462) Underlying issue fixed in Snowpack here: https://github.com/snowpackjs/snowpack/pull/3449 --- packages/astro/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 23117cc3b..04c218885 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -87,7 +87,7 @@ "sass": "^1.32.13", "shorthash": "^0.0.2", "slash": "^4.0.0", - "snowpack": "^3.5.7", + "snowpack": "^3.5.8", "source-map-support": "^0.5.19", "string-width": "^5.0.0", "tiny-glob": "^0.2.8", diff --git a/yarn.lock b/yarn.lock index ea2b93fce..ecffdac59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8935,10 +8935,10 @@ smartwrap@^1.2.3: wcwidth "^1.0.1" yargs "^15.1.0" -snowpack@^3.5.7: - version "3.5.7" - resolved "https://registry.yarnpkg.com/snowpack/-/snowpack-3.5.7.tgz#1d56a273c97e6f8fe23800f4d3c641eefb65f356" - integrity sha512-mMdbG9vSs7JL69/Zk2VtpduBnbfzCCCXvhJeX4GzPg4aYyKtfs0s6MA5VoQbN9HL6lZpKRy/knaigKcC4E29GA== +snowpack@^3.5.8: + version "3.5.8" + resolved "https://registry.yarnpkg.com/snowpack/-/snowpack-3.5.8.tgz#2132cca27e593aee619df671dcc68290c0b68889" + integrity sha512-o0oyNpjnmFywPPgNhVt8ofa2RPBQqScxnFNbf15H9B+sH5UyrgYmy4qeJAnipsQqT9CT7i9Mx2Q5Ccm5vlfHSQ== dependencies: cli-spinners "^2.5.0" default-browser-id "^2.0.0"