diff options
author | 2023-02-17 14:45:47 +0100 | |
---|---|---|
committer | 2023-02-17 14:45:47 +0100 | |
commit | 0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c (patch) | |
tree | d8b033889a40940c56901f8fedacda174da1ac96 | |
parent | f9fdf984f1a7434acd145561dda7de760a458507 (diff) | |
download | astro-0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c.tar.gz astro-0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c.tar.zst astro-0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c.zip |
fix(create-astro): Pin giget to 1.0.0 (#6278)
-rw-r--r-- | .changeset/rare-lizards-grin.md | 5 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.changeset/rare-lizards-grin.md b/.changeset/rare-lizards-grin.md new file mode 100644 index 000000000..574cd5637 --- /dev/null +++ b/.changeset/rare-lizards-grin.md @@ -0,0 +1,5 @@ +--- +'create-astro': patch +--- + +Revert to giget 1.0.0 until upstream issue is fixed diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index afe5a650b..9d738306e 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -34,7 +34,7 @@ "@astrojs/cli-kit": "^0.2.2", "chai": "^4.3.6", "execa": "^6.1.0", - "giget": "^1.0.0", + "giget": "1.0.0", "mocha": "^9.2.2" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d3bce3c7..fe619ad9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2606,7 +2606,7 @@ importers: astro-scripts: workspace:* chai: ^4.3.6 execa: ^6.1.0 - giget: ^1.0.0 + giget: 1.0.0 mocha: ^9.2.2 strip-ansi: ^7.0.1 strip-json-comments: ^5.0.0 |