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

@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
"astro": "^1.0.0-beta.73"
"astro": "^1.0.0-rc.0"
}
}