fix(create-astro): Pin giget to 1.0.0 (#6278)

This commit is contained in:
Erika 2023-02-17 14:45:47 +01:00 committed by GitHub
parent f9fdf984f1
commit 0f5d122cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'create-astro': patch
---
Revert to giget 1.0.0 until upstream issue is fixed

View file

@ -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": {

View file

@ -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