diff options
author | 2022-06-21 12:47:04 -0400 | |
---|---|---|
committer | 2022-06-21 12:47:04 -0400 | |
commit | b4db008e53867386542aa6e74c9649f574045dc9 (patch) | |
tree | cd57aa5f4dd6b2d3394ffb006245bdfd5e5edec9 /examples/framework-vue | |
parent | 0d3a7de527e6b82de8257ef4cbed52714477fd97 (diff) | |
download | astro-b4db008e53867386542aa6e74c9649f574045dc9.tar.gz astro-b4db008e53867386542aa6e74c9649f574045dc9.tar.zst astro-b4db008e53867386542aa6e74c9649f574045dc9.zip |
[ci] release (#3664)astro@1.0.0-beta.50
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a0c7b8cd1..41eb3bd36 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.49" + "astro": "^1.0.0-beta.50" }, "dependencies": { "vue": "^3.2.36" |