diff options
author | 2024-08-13 22:29:37 +0800 | |
---|---|---|
committer | 2024-08-13 22:29:37 +0800 | |
commit | 315ec07e1b25042cf0298b0d55dbcd6dd6a39890 (patch) | |
tree | c36a751f8f921005546d5cbb67f62cd41585cbbb /packages/integrations/vue | |
parent | fc24e1b6f522cf78786a67ee2b308754ab2bfafd (diff) | |
download | astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.gz astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.zst astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.zip |
fix(deps): update all non-major dependencies (#11674)
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')
4 files changed, 7 insertions, 7 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index b618ab566..3275816b4 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -46,16 +46,16 @@ "dependencies": { "@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue-jsx": "^4.0.0", - "@vue/compiler-sfc": "^3.4.35", + "@vue/compiler-sfc": "^3.4.37", "vite-plugin-vue-devtools": "^7.3.7" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "cheerio": "1.0.0-rc.12", + "cheerio": "1.0.0", "linkedom": "^0.18.4", - "vite": "^5.3.5", - "vue": "^3.4.35" + "vite": "^5.4.0", + "vue": "^3.4.37" }, "peerDependencies": { "astro": "^4.0.0", diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json index 3298771c6..25a1ccb03 100644 --- a/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json +++ b/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json @@ -6,6 +6,6 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "vite-svg-loader": "5.1.0", - "vue": "^3.4.35" + "vue": "^3.4.37" } }
\ No newline at end of file diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json index da24b219d..8397e9f8c 100644 --- a/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json +++ b/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json @@ -9,6 +9,6 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "vite-svg-loader": "5.1.0", - "vue": "^3.4.35" + "vue": "^3.4.37" } } diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json index dea6130e9..ae9313582 100644 --- a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json +++ b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json @@ -6,6 +6,6 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "vite-svg-loader": "5.1.0", - "vue": "^3.4.35" + "vue": "^3.4.37" } }
\ No newline at end of file |