diff options
author | 2024-01-22 15:37:25 -0800 | |
---|---|---|
committer | 2024-01-22 18:37:25 -0500 | |
commit | bfd30041cf7a081212f67cbc80787ec01b9a842f (patch) | |
tree | bcef212b08fd40dd01ac25f73d10d852de479c4a /examples/framework-vue | |
parent | 3a233c9ea29db89d2a1ef8c6f609eb20283f5c21 (diff) | |
download | astro-bfd30041cf7a081212f67cbc80787ec01b9a842f.tar.gz astro-bfd30041cf7a081212f67cbc80787ec01b9a842f.tar.zst astro-bfd30041cf7a081212f67cbc80787ec01b9a842f.zip |
[ci] release (#9772)astro@4.2.3@astrojs/vercel@7.0.1
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 7eaefacea..a7d25eba7 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.2.2", + "astro": "^4.2.3", "vue": "^3.3.8" } } |