summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-20 07:35:33 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-20 16:35:33 +0200
commit7e2f142a5ae73895892000011016478d9da05e1d (patch)
tree7cd7351ce187b20ce6f597b4fd8c18232090a33a /examples/framework-vue
parent41c3fcb6189709450a67ea8f726071d5f3cdc80e (diff)
downloadastro-7e2f142a5ae73895892000011016478d9da05e1d.tar.gz
astro-7e2f142a5ae73895892000011016478d9da05e1d.tar.zst
astro-7e2f142a5ae73895892000011016478d9da05e1d.zip
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 2e9653a88..0f9fbe6c2 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.5.0",
- "astro": "^4.14.2",
+ "astro": "^4.14.3",
"vue": "^3.4.38"
}
}