summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-06-07 16:41:02 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-07 16:41:02 -0400
commit187020a9ab9933a8f0c89b9b890b7f8190e3f47b (patch)
tree0c89c55d9b9e469ab1c800fa38d653b0041588ec
parent5cc90f9dc1dfb52ac7fe0781682b2cc8acf2543d (diff)
downloadastro-187020a9ab9933a8f0c89b9b890b7f8190e3f47b.tar.gz
astro-187020a9ab9933a8f0c89b9b890b7f8190e3f47b.tar.zst
astro-187020a9ab9933a8f0c89b9b890b7f8190e3f47b.zip
Add support for astro file scanning (#320)
This upgrades to snowpack@3.5.6 which brings along astro file scanning
-rw-r--r--packages/astro/package.json2
-rw-r--r--yarn.lock13
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"