diff options
author | 2021-11-18 19:06:35 -0500 | |
---|---|---|
committer | 2021-11-18 16:06:35 -0800 | |
commit | a89b3e3eb67d415342ca11b672e6b673e91933a8 (patch) | |
tree | afd867cd98930f0fc87174198cbbfb673b3cd227 /scripts | |
parent | 68474f4f91af215ff079d8d97367fc382ab6bee5 (diff) | |
download | astro-a89b3e3eb67d415342ca11b672e6b673e91933a8.tar.gz astro-a89b3e3eb67d415342ca11b672e6b673e91933a8.tar.zst astro-a89b3e3eb67d415342ca11b672e6b673e91933a8.zip |
Update yarn.lock to reflect the state of the package.json files (#1892)
* update dependencies
* update file to fix build:all
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package.json b/scripts/package.json index ed2142e0d..58778c228 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "arg": "^5.0.0", - "esbuild": "^0.11.16", + "esbuild": "0.13.7", "globby": "^11.0.3", "tar": "^6.1.0" } |