diff options
author | 2023-12-05 06:44:51 -0800 | |
---|---|---|
committer | 2023-12-05 14:44:51 +0000 | |
commit | 79e191ae4274ba07a26941dab78bd87453263c8d (patch) | |
tree | 9fd9b7008049981b174dbf79dffc6b73572824d1 /examples/framework-vue | |
parent | 631e5d01b00efee6970466c38201cb0e67ec74cf (diff) | |
download | astro-79e191ae4274ba07a26941dab78bd87453263c8d.tar.gz astro-79e191ae4274ba07a26941dab78bd87453263c8d.tar.zst astro-79e191ae4274ba07a26941dab78bd87453263c8d.zip |
[ci] release (#9314)astro@4.0.1@astrojs/tailwind@5.0.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 682965449..c84f18a4a 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.0", - "astro": "^4.0.0", + "astro": "^4.0.1", "vue": "^3.3.8" } } |