chore: bump create-astro deps

This commit is contained in:
Nate Moore 2021-05-17 09:34:32 -05:00
parent 7a0fd2bd4e
commit c75bede6f5
5 changed files with 10 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json", "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/cli/changelog", "changelog": "@changesets/cli/changelog",
"commit": false, "commit": false,
"linked": [["astro", "astro-parser"]], "linked": [["astro", "astro-parser", "create-astro"]],
"access": "public", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 0.1.1
### Patch Changes
- Update template dependencies
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro", "name": "create-astro",
"version": "0.1.0", "version": "0.1.1",
"type": "module", "type": "module",
"exports": { "exports": {
".": "./create-astro.js" ".": "./create-astro.js"

View file

@ -6,6 +6,6 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.0.13" "astro": "^0.1.0"
} }
} }

View file

@ -6,6 +6,6 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.0.13" "astro": "^0.1.0"
} }
} }