mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
Fix race condition in build (#477)
* Fix race condition in build * Add changeset
This commit is contained in:
parent
e711668556
commit
233fbcd5c5
3 changed files with 10 additions and 5 deletions
5
.changeset/slow-apricots-doubt.md
Normal file
5
.changeset/slow-apricots-doubt.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix race condition caused by parallel build
|
|
@ -92,7 +92,7 @@
|
||||||
"sass": "^1.32.13",
|
"sass": "^1.32.13",
|
||||||
"shorthash": "^0.0.2",
|
"shorthash": "^0.0.2",
|
||||||
"slash": "^4.0.0",
|
"slash": "^4.0.0",
|
||||||
"snowpack": "^3.5.8",
|
"snowpack": "^3.5.9",
|
||||||
"source-map-support": "^0.5.19",
|
"source-map-support": "^0.5.19",
|
||||||
"string-width": "^5.0.0",
|
"string-width": "^5.0.0",
|
||||||
"tiny-glob": "^0.2.8",
|
"tiny-glob": "^0.2.8",
|
||||||
|
|
|
@ -8935,10 +8935,10 @@ smartwrap@^1.2.3:
|
||||||
wcwidth "^1.0.1"
|
wcwidth "^1.0.1"
|
||||||
yargs "^15.1.0"
|
yargs "^15.1.0"
|
||||||
|
|
||||||
snowpack@^3.5.8:
|
snowpack@^3.5.9:
|
||||||
version "3.5.8"
|
version "3.5.9"
|
||||||
resolved "https://registry.yarnpkg.com/snowpack/-/snowpack-3.5.8.tgz#2132cca27e593aee619df671dcc68290c0b68889"
|
resolved "https://registry.yarnpkg.com/snowpack/-/snowpack-3.5.9.tgz#c374c6b8633ec5baf8311adc964238edeea67b3b"
|
||||||
integrity sha512-o0oyNpjnmFywPPgNhVt8ofa2RPBQqScxnFNbf15H9B+sH5UyrgYmy4qeJAnipsQqT9CT7i9Mx2Q5Ccm5vlfHSQ==
|
integrity sha512-Rajenx5DRDiMKC+GiU1vMP+tcjge9bAe35fGsPdhkTtIwRkV3u4he1TfiwTh8F1hcOcG5IzLe8jqGM9sBANtpw==
|
||||||
dependencies:
|
dependencies:
|
||||||
cli-spinners "^2.5.0"
|
cli-spinners "^2.5.0"
|
||||||
default-browser-id "^2.0.0"
|
default-browser-id "^2.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue