summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-06-21 21:09:49 +0800
committerGravatar GitHub <noreply@github.com> 2023-06-21 21:09:49 +0800
commitf275d058fcfe564b19bf3536c1a208e6f9cb2159 (patch)
tree2b239737ee68f2a46c493b595f3155ea6421c2db /packages/integrations/vue
parent01b1c21c6bf1a0f8f8a753fc31777186e5cb09c0 (diff)
downloadastro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.tar.gz
astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.tar.zst
astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.zip
Update safe dependencies (#7430)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 52b4627dc..af97bd95c 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -40,20 +40,20 @@
"test": "mocha --timeout 20000"
},
"dependencies": {
- "@vitejs/plugin-vue": "^4.0.0",
- "@vitejs/plugin-vue-jsx": "^3.0.0",
+ "@vitejs/plugin-vue": "^4.2.3",
+ "@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
- "@vue/compiler-sfc": "^3.2.39"
+ "@vue/compiler-sfc": "^3.3.4"
},
"devDependencies": {
- "@types/chai": "^4.3.3",
+ "@types/chai": "^4.3.5",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "chai": "^4.3.6",
- "linkedom": "^0.14.17",
+ "chai": "^4.3.7",
+ "linkedom": "^0.14.26",
"mocha": "^9.2.2",
- "vite": "^4.3.1",
- "vue": "^3.2.37"
+ "vite": "^4.3.9",
+ "vue": "^3.3.4"
},
"peerDependencies": {
"astro": "workspace:^2.6.6",