aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-06 08:28:12 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-06 16:28:12 +0000
commite4999083bf3d0f41c8e2a4f44d19b02d95529ec6 (patch)
treecae18504b804cc7d6c532692e1e00551f2d54a69 /examples/framework-vue
parent18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee (diff)
downloadastro-e4999083bf3d0f41c8e2a4f44d19b02d95529ec6.tar.gz
astro-e4999083bf3d0f41c8e2a4f44d19b02d95529ec6.tar.zst
astro-e4999083bf3d0f41c8e2a4f44d19b02d95529ec6.zip
[ci] release (#9973)astro@4.3.3@astrojs/rss@4.0.5
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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index cfa780cc5..b6bd40606 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.3.2",
+ "astro": "^4.3.3",
"vue": "^3.3.8"
}
}