diff options
author | 2024-10-15 10:48:59 -0700 | |
---|---|---|
committer | 2024-10-15 19:48:59 +0200 | |
commit | c929e5d8c8e1443c64cbe1a29845930206ebff0e (patch) | |
tree | c2cb920df612609d33bb1d7daef44261b5985b6a /examples/framework-vue | |
parent | 4ade067cef9a43919488da3d9c0c158147d9ac06 (diff) | |
download | astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.gz astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.zst astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.zip |
[ci] release (beta) (#12170)astro@5.0.0-beta.5@astrojs/markdoc@0.12.0-beta.0
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 c65758a1f..d501929b2 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.0-beta.0", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "vue": "^3.5.12" } } |