From 187020a9ab9933a8f0c89b9b890b7f8190e3f47b Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Mon, 7 Jun 2021 16:41:02 -0400 Subject: [PATCH] Add support for astro file scanning (#320) This upgrades to snowpack@3.5.6 which brings along astro file scanning --- packages/astro/package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index a23e1b5bd..371178419 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.5", + "snowpack": "^3.5.6", "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 1a7943d5d..f2e47d3a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2042,11 +2042,6 @@ astring@^1.7.4: "astro-languageserver@file:tools/astro-languageserver": version "0.4.0" -astro-parser@0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/astro-parser/-/astro-parser-0.11.0.tgz#8961799a516e177bdd807ddf3e597674751da332" - integrity sha512-SipwNAmg+Wv5Bskp3Itqzacuoze1QmrxnoEQGjqYvCU1uZg2PZcA69yPEXad7kFs3zw+PSpcgAwgDe0OthsQ2w== - "astro-scripts@file:scripts": version "0.0.1" dependencies: @@ -8908,10 +8903,10 @@ smartwrap@^1.2.3: wcwidth "^1.0.1" yargs "^15.1.0" -snowpack@^3.5.5: - version "3.5.5" - resolved "https://registry.yarnpkg.com/snowpack/-/snowpack-3.5.5.tgz#80729286d5f1d7db57e13aff44af750888155f3b" - integrity sha512-Ij+ETrYo6S1/AQ4O+AVixbXmbBHb+iOzmM9WWLLIu9QE4U12Im05lWobqbEBBXG9V4dNwQKdGe5rP1d40JnglA== +snowpack@^3.5.6: + version "3.5.6" + resolved "https://registry.yarnpkg.com/snowpack/-/snowpack-3.5.6.tgz#79f8699e4248e19f67ec50433e50072bb2e69e89" + integrity sha512-R9uqattPhS2j1zaOFgwl7i54rFTtxxk4kmKmqJBRwD+9YggUulGm7O7YRXaMMjtmi69czK7jxbtZs1Up/xA+1A== dependencies: cli-spinners "^2.5.0" default-browser-id "^2.0.0"