diff options
author | 2024-01-16 03:45:09 -0800 | |
---|---|---|
committer | 2024-01-16 11:45:09 +0000 | |
commit | 6c64b149f8e7847ed82b103a5e6c931a1ccbeaec (patch) | |
tree | fdc50cffeeacc70a95daecec0ca2dbf8e7bc27c6 /examples/framework-vue | |
parent | 39050c6e1f77dc21e87716d95e627a654828ee74 (diff) | |
download | astro-6c64b149f8e7847ed82b103a5e6c931a1ccbeaec.tar.gz astro-6c64b149f8e7847ed82b103a5e6c931a1ccbeaec.tar.zst astro-6c64b149f8e7847ed82b103a5e6c931a1ccbeaec.zip |
[ci] release (#9669)astro@4.1.3@astrojs/partytown@2.0.4
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 5ba4b96d9..e98d28c01 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.1.2", + "astro": "^4.1.3", "vue": "^3.3.8" } } |