diff options
author | 2024-04-22 22:52:30 +0800 | |
---|---|---|
committer | 2024-04-22 22:52:30 +0800 | |
commit | 8d5f3e8656027023f9fda51c66b0213ffe16d3a5 (patch) | |
tree | 474aa34dc2b89e697de2cc98e70a29987f233b53 /packages/integrations/vue | |
parent | 2f4d627815d93ae8c10db747dc6cbf1dd9130cd6 (diff) | |
download | astro-8d5f3e8656027023f9fda51c66b0213ffe16d3a5.tar.gz astro-8d5f3e8656027023f9fda51c66b0213ffe16d3a5.tar.zst astro-8d5f3e8656027023f9fda51c66b0213ffe16d3a5.zip |
chore(deps): update all non-major dependencies (#10833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index e0dc2f60e..4708400a8 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,15 +42,15 @@ "dependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/compiler-sfc": "^3.3.8" + "@vue/compiler-sfc": "^3.4.23" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", - "linkedom": "^0.16.4", - "vite": "^5.1.4", - "vue": "^3.3.8" + "linkedom": "^0.16.11", + "vite": "^5.2.10", + "vue": "^3.4.23" }, "peerDependencies": { "astro": "^4.0.0", |