summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-11-21 12:09:19 +0800
committerGravatar GitHub <noreply@github.com> 2023-11-21 12:09:19 +0800
commitabf601233f8188d118a8cb063c777478d8d9f1a3 (patch)
tree357fc25bc46528a4420b098b33caf062ae0d4af0 /packages/integrations/vue
parent6201bbe96c2a083fb201e4a43a9bd88499821a3e (diff)
downloadastro-abf601233f8188d118a8cb063c777478d8d9f1a3.tar.gz
astro-abf601233f8188d118a8cb063c777478d8d9f1a3.tar.zst
astro-abf601233f8188d118a8cb063c777478d8d9f1a3.zip
Update all dependencies (#9138)
Co-authored-by: delucis <delucis@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json8
-rw-r--r--packages/integrations/vue/test/fixtures/app-entrypoint/package.json4
2 files changed, 6 insertions, 6 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index df29f8918..3d0bca1e2 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -43,18 +43,18 @@
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/babel-plugin-jsx": "^1.1.5",
- "@vue/compiler-sfc": "^3.3.4"
+ "@vue/compiler-sfc": "^3.3.8"
},
"devDependencies": {
- "@types/chai": "^4.3.5",
+ "@types/chai": "^4.3.10",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"chai": "^4.3.7",
"cheerio": "1.0.0-rc.12",
- "linkedom": "^0.15.1",
+ "linkedom": "^0.16.4",
"mocha": "^10.2.0",
"vite": "^5.0.0",
- "vue": "^3.3.4"
+ "vue": "^3.3.8"
},
"peerDependencies": {
"astro": "^3.0.0",
diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json
index abdab9e4c..0795ba955 100644
--- a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json
+++ b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json
@@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "workspace:*",
"@astrojs/vue": "workspace:*",
- "vite-svg-loader": "4.0.0"
+ "astro": "workspace:*",
+ "vite-svg-loader": "5.0.1"
}
} \ No newline at end of file