summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-09 14:49:10 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-09 17:49:10 -0400
commit8118120e91ba9497f98f6a95511b9d401ffd7299 (patch)
treee47e4ff78c76b14af0b4b27d919686983d1c79a0 /examples/framework-vue
parentee69a065d32edd9f55a167c9056ba89fe19997f1 (diff)
downloadastro-8118120e91ba9497f98f6a95511b9d401ffd7299.tar.gz
astro-8118120e91ba9497f98f6a95511b9d401ffd7299.tar.zst
astro-8118120e91ba9497f98f6a95511b9d401ffd7299.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 6334df4f3..df136b65e 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.13.2",
+ "astro": "^4.13.3",
"vue": "^3.4.35"
}
}