Add support for astro file scanning (#320)
This upgrades to snowpack@3.5.6 which brings along astro file scanning
This commit is contained in:
parent
5cc90f9dc1
commit
187020a9ab
2 changed files with 5 additions and 10 deletions
|
@ -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",
|
||||
|
|
13
yarn.lock
13
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"
|
||||
|
|
Loading…
Reference in a new issue