diff options
author | 2022-09-22 08:04:45 -0700 | |
---|---|---|
committer | 2022-09-22 11:04:45 -0400 | |
commit | 47d41656037462b739e0b2c8fec16d3ca34ac4b1 (patch) | |
tree | b97fd23b58a78401d2ed94c9f5d8a1391cab1a51 /examples/framework-vue | |
parent | 49c6eb8b8a88ceae96434c979d9839d76c3ad94d (diff) | |
download | astro-47d41656037462b739e0b2c8fec16d3ca34ac4b1.tar.gz astro-47d41656037462b739e0b2c8fec16d3ca34ac4b1.tar.zst astro-47d41656037462b739e0b2c8fec16d3ca34ac4b1.zip |
[ci] release (#4833)astro@1.3.0
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 7ee71f056..1d17265cd 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.8", + "astro": "^1.3.0", "vue": "^3.2.37", "@astrojs/vue": "^1.0.2" } |