diff options
author | 2023-01-04 02:24:49 +0800 | |
---|---|---|
committer | 2023-01-03 13:24:49 -0500 | |
commit | f6cf92b48317a19a3840ad781b77d6d3cae143bb (patch) | |
tree | c22d07726672c36ba35a69285c1ad98e8d62e28c /packages/integrations/vue | |
parent | 5007bc78815ce81e91c9b1482c1b84e1214de4b0 (diff) | |
download | astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.tar.gz astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.tar.zst astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.zip |
Upgrade to Vite 4 (#5685)
* Upgrade Vite 4
* Simplify Svelte preprocess setup
* Upgrade rollup
* Fix tests
* Fix wrong changeset target
* Fix error tests
* Set NODE_ENV default
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 1f1cbe3dc..2df134a8f 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -34,8 +34,8 @@ "test": "mocha --timeout 20000" }, "dependencies": { - "@vitejs/plugin-vue": "^3.0.0", - "@vitejs/plugin-vue-jsx": "^2.0.1", + "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue-jsx": "^3.0.0", "@vue/babel-plugin-jsx": "^1.1.1", "@vue/compiler-sfc": "^3.2.39" }, @@ -46,7 +46,7 @@ "chai": "^4.3.6", "linkedom": "^0.14.17", "mocha": "^9.2.2", - "vite": "^3.0.0", + "vite": "^4.0.3", "vue": "^3.2.37" }, "peerDependencies": { |