summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-01 07:19:30 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-01 15:19:30 +0100
commit1b9de317377f2fdbf872d178b2412e062a5f97fe (patch)
treebd653b5e6a9a3bbce2cd7bad3bdf416b6154b4c7 /examples/framework-vue
parent0eb09dbab1674a57d23ac97950a527d2e5a9c9fb (diff)
downloadastro-1b9de317377f2fdbf872d178b2412e062a5f97fe.tar.gz
astro-1b9de317377f2fdbf872d178b2412e062a5f97fe.tar.zst
astro-1b9de317377f2fdbf872d178b2412e062a5f97fe.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 987030e99..9f5f9dcc7 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^3.0.0",
- "astro": "^3.0.5",
+ "astro": "^3.0.6",
"vue": "^3.3.4"
}
}