diff options
author | 2023-08-23 19:52:13 +0800 | |
---|---|---|
committer | 2023-08-23 19:52:13 +0800 | |
commit | 353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch) | |
tree | ec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /packages/integrations/vue | |
parent | 632579dc2094cc342929261c89e689f0dd358284 (diff) | |
download | astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.gz astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.zst astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.zip |
Update non-major dependencies (#8199)
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 19439e088..4b4e51875 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -40,9 +40,9 @@ "test": "mocha --timeout 20000" }, "dependencies": { - "@vitejs/plugin-vue": "^4.2.3", - "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vue/babel-plugin-jsx": "^1.1.1", + "@vitejs/plugin-vue": "^4.3.3", + "@vitejs/plugin-vue-jsx": "^3.0.2", + "@vue/babel-plugin-jsx": "^1.1.5", "@vue/compiler-sfc": "^3.3.4" }, "devDependencies": { @@ -52,7 +52,7 @@ "chai": "^4.3.7", "linkedom": "^0.14.26", "mocha": "^9.2.2", - "vite": "^4.4.6", + "vite": "^4.4.9", "vue": "^3.3.4" }, "peerDependencies": { |