chore: downgrade examples to not use beta releases (#12557)

This commit is contained in:
Emanuele Stoppa
2024-11-28 17:00:52 +00:00
committed by GitHub
parent c50882daf6
commit 6031962ab5
22 changed files with 816 additions and 118 deletions

View File

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.0.0-beta.3",
"astro": "^5.0.0-beta.12",
"@astrojs/vue": "^4.5.3",
"astro": "^4.16.16",
"vue": "^3.5.12"
}
}