fix(create-astro): Pin giget to 1.0.0 (#6278)
This commit is contained in:
parent
f9fdf984f1
commit
0f5d122cd5
3 changed files with 7 additions and 2 deletions
5
.changeset/rare-lizards-grin.md
Normal file
5
.changeset/rare-lizards-grin.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'create-astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Revert to giget 1.0.0 until upstream issue is fixed
|
|
@ -34,7 +34,7 @@
|
||||||
"@astrojs/cli-kit": "^0.2.2",
|
"@astrojs/cli-kit": "^0.2.2",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
"execa": "^6.1.0",
|
"execa": "^6.1.0",
|
||||||
"giget": "^1.0.0",
|
"giget": "1.0.0",
|
||||||
"mocha": "^9.2.2"
|
"mocha": "^9.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
@ -2606,7 +2606,7 @@ importers:
|
||||||
astro-scripts: workspace:*
|
astro-scripts: workspace:*
|
||||||
chai: ^4.3.6
|
chai: ^4.3.6
|
||||||
execa: ^6.1.0
|
execa: ^6.1.0
|
||||||
giget: ^1.0.0
|
giget: 1.0.0
|
||||||
mocha: ^9.2.2
|
mocha: ^9.2.2
|
||||||
strip-ansi: ^7.0.1
|
strip-ansi: ^7.0.1
|
||||||
strip-json-comments: ^5.0.0
|
strip-json-comments: ^5.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue