summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
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 1f35c8576..dbb879979 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.2.0",
- "astro": "^4.8.3",
+ "astro": "^4.8.4",
"vue": "^3.4.27"
}
}
s='deletions'>-8/+14 2021-05-12[wip] Fix CI (#202)Gravatar Drew Powers 28-219/+191 2021-05-11VS Code extension (#197)Gravatar Matthew Phillips 7-20/+182 2021-05-11Fix workflows! (#198)Gravatar Nate Moore 3-2/+4 2021-05-11Add Astro.request.canonicalURL and Astro.site to global (#199)Gravatar Drew Powers 25-98/+234 2021-05-11Fix portfolio example (#196)Gravatar Drew Powers 2-3/+5 2021-05-10fix: build stuck on unhandled promise reject (#191)Gravatar Kevin (Kun) "Kassimo" Qian 2-2/+13 2021-05-10Allow default import component to be renamed based on import statement defaul...Gravatar Kevin (Kun) "Kassimo" Qian 3-8/+30 2021-05-08Add more docs on styling (#186)Gravatar Drew Powers 1-3/+321 2021-05-08Fix running the extension (#181)Gravatar Matthew Phillips 5-11/+37