mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
Upgrade postcss snowpack plugin (#547)
* Upgrade postcss snowpack plugin * Increase the startup time more * Add changeset
This commit is contained in:
parent
91e11aee2a
commit
8865158f7f
4 changed files with 11 additions and 6 deletions
5
.changeset/twelve-islands-kneel.md
Normal file
5
.changeset/twelve-islands-kneel.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes postcss bug with the 'from' property
|
|
@ -53,7 +53,7 @@
|
||||||
"@babel/parser": "^7.13.15",
|
"@babel/parser": "^7.13.15",
|
||||||
"@babel/traverse": "^7.13.15",
|
"@babel/traverse": "^7.13.15",
|
||||||
"@silvenon/remark-smartypants": "^1.0.0",
|
"@silvenon/remark-smartypants": "^1.0.0",
|
||||||
"@snowpack/plugin-postcss": "^1.4.2",
|
"@snowpack/plugin-postcss": "^1.4.3",
|
||||||
"@snowpack/plugin-sass": "^1.4.0",
|
"@snowpack/plugin-sass": "^1.4.0",
|
||||||
"acorn": "^7.4.0",
|
"acorn": "^7.4.0",
|
||||||
"astring": "^1.7.4",
|
"astring": "^1.7.4",
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { loadConfig } from '#astro/config';
|
||||||
import execa from 'execa';
|
import execa from 'execa';
|
||||||
import del from 'del';
|
import del from 'del';
|
||||||
|
|
||||||
const MAX_STARTUP_TIME = 14000; // max time startup may take
|
const MAX_STARTUP_TIME = 20000; // max time startup may take
|
||||||
const MAX_TEST_TIME = 10000; // max time an individual test may take
|
const MAX_TEST_TIME = 10000; // max time an individual test may take
|
||||||
const MAX_SHUTDOWN_TIME = 3000; // max time shutdown() may take
|
const MAX_SHUTDOWN_TIME = 3000; // max time shutdown() may take
|
||||||
|
|
||||||
|
|
|
@ -1311,10 +1311,10 @@
|
||||||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
|
||||||
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
|
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
|
||||||
|
|
||||||
"@snowpack/plugin-postcss@^1.4.2":
|
"@snowpack/plugin-postcss@^1.4.3":
|
||||||
version "1.4.2"
|
version "1.4.3"
|
||||||
resolved "https://registry.yarnpkg.com/@snowpack/plugin-postcss/-/plugin-postcss-1.4.2.tgz#c450afcf4f88862da82c5824eae9c4ec26b09540"
|
resolved "https://registry.yarnpkg.com/@snowpack/plugin-postcss/-/plugin-postcss-1.4.3.tgz#09704923033bd710e50a466bfc0afc90c7cc59df"
|
||||||
integrity sha512-4ba0ZSz9PyQ13kisQWqFe9NIxILeq1/AzW8DFKAu1w3H89rNg54uto259kPc4/s9ajB6eiccq7oQjwxZonRGag==
|
integrity sha512-RJGYagse6Pi86Bqm8vPukhCwFVa92VIB81qP3PXPQ/ITQy5gVWDYi4oU+r1A6hsEZ9scUNZevfw6ISya+oiMNQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
minimatch "^3.0.4"
|
minimatch "^3.0.4"
|
||||||
normalize-path "^3.0.0"
|
normalize-path "^3.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue