diff options
author | 2022-09-14 13:06:23 -0700 | |
---|---|---|
committer | 2022-09-14 16:06:23 -0400 | |
commit | 27aa9851d81fec0f418779fb7cad2c1836568be0 (patch) | |
tree | f084d0483c8e05a45d492367c723e364e5acd734 /examples/framework-vue | |
parent | a74f2463333d67c182ce8c21dab98114cc72b78e (diff) | |
download | astro-27aa9851d81fec0f418779fb7cad2c1836568be0.tar.gz astro-27aa9851d81fec0f418779fb7cad2c1836568be0.tar.zst astro-27aa9851d81fec0f418779fb7cad2c1836568be0.zip |
[ci] release (#4750)astro@1.2.4@astrojs/tailwind@2.0.0@astrojs/react@1.1.3
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 3bc6dfc71..406ce3121 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.3", + "astro": "^1.2.4", "vue": "^3.2.37", "@astrojs/vue": "^1.0.2" } |