diff options
author | 2022-05-12 10:42:34 -0600 | |
---|---|---|
committer | 2022-05-12 11:42:34 -0500 | |
commit | 7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4 (patch) | |
tree | 008d841b8ce69f0604e2381be8e9a0e80ddc3b2d /scripts | |
parent | 4838c510816dc111b5ac81eaacfa5c1a3a2ceff7 (diff) | |
download | astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.gz astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.zst astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.zip |
[ci] update lockfile (#3287)
* [ci] update lockfile
* chore: fix lockfile
* fix: pin turbo
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package.json b/scripts/package.json index 62938f62a..43258b119 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -11,10 +11,10 @@ "@astrojs/webapi": "workspace:*", "adm-zip": "^0.5.9", "arg": "^5.0.1", - "esbuild": "^0.14.38", + "esbuild": "^0.14.39", "globby": "^12.2.0", "kleur": "^4.1.4", - "svelte": "^3.47.0", + "svelte": "^3.48.0", "tar": "^6.1.11" } } |