Update astro version to 1.0.0-rc.0 (#4030)

* chore: update `astro` to `1.0.0-rc.0`

* chore: update `astro` version in examples

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore
2022-07-24 21:32:28 -05:00
committed by GitHub
parent 436512c00d
commit 8859655f15
30 changed files with 57 additions and 57 deletions

View File

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.4.1",
"astro": "^1.0.0-beta.73"
"astro": "^1.0.0-rc.0"
},
"dependencies": {
"vue": "^3.2.37"