chore: bump create-astro deps
This commit is contained in:
parent
7a0fd2bd4e
commit
c75bede6f5
5 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
|
||||
"changelog": "@changesets/cli/changelog",
|
||||
"commit": false,
|
||||
"linked": [["astro", "astro-parser"]],
|
||||
"linked": [["astro", "astro-parser", "create-astro"]],
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# create-astro
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Update template dependencies
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./create-astro.js"
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"build": "astro build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.0.13"
|
||||
"astro": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"build": "astro build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.0.13"
|
||||
"astro": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue