diff --git a/Vue InstantSearch/vue3-ssr-vite/package.json b/Vue InstantSearch/vue3-ssr-vite/package.json index 605f242032..2325993c5f 100644 --- a/Vue InstantSearch/vue3-ssr-vite/package.json +++ b/Vue InstantSearch/vue3-ssr-vite/package.json @@ -17,7 +17,7 @@ "vue-router": "^4.0.10" }, "devDependencies": { - "@vitejs/plugin-vue": "1.2.5", + "@vitejs/plugin-vue": "2.1.0", "@vitejs/plugin-vue-jsx": "1.1.6", "@vue/compiler-sfc": "3.1.5", "compression": "^1.7.4", diff --git a/Vue InstantSearch/vue3-ssr-vite/yarn.lock b/Vue InstantSearch/vue3-ssr-vite/yarn.lock index e631f5ca00..3de5ac27f3 100644 --- a/Vue InstantSearch/vue3-ssr-vite/yarn.lock +++ b/Vue InstantSearch/vue3-ssr-vite/yarn.lock @@ -441,10 +441,10 @@ "@vue/babel-plugin-jsx" "^1.0.6" hash-sum "^2.0.0" -"@vitejs/plugin-vue@1.2.5": - version "1.2.5" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.2.5.tgz#ef7dc4a92e53fe866b54bcc1266788513262ac09" - integrity sha512-GIR31mdXTEfvElmBUaRhDc5v7lfdkEdawWQqJRiaRL/5qKsH+xusukglkvJz5y7+c6dEpxgmvcATv2BbB7+fzQ== +"@vitejs/plugin-vue@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.1.0.tgz#ddf5e0059f84f2ff649afc25ce5a59211e670542" + integrity sha512-AZ78WxvFMYd8JmM/GBV6a6SGGTU0GgN/0/4T+FnMMsLzFEzTeAUwuraapy50ifHZsC+G5SvWs86bvaCPTneFlA== "@vue/babel-helper-vue-transform-on@^1.0.2": version "1.0.2" diff --git a/Vue InstantSearch/vue3-vite/package.json b/Vue InstantSearch/vue3-vite/package.json index 7b45e47efb..f48d7d5051 100644 --- a/Vue InstantSearch/vue3-vite/package.json +++ b/Vue InstantSearch/vue3-vite/package.json @@ -12,7 +12,7 @@ "vue-instantsearch": "4.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.3.0", + "@vitejs/plugin-vue": "2.1.0", "@vue/compiler-sfc": "^3.0.5", "vite": "^2.4.4" } diff --git a/Vue InstantSearch/vue3-vite/yarn.lock b/Vue InstantSearch/vue3-vite/yarn.lock index fcc13a3330..ad111d4f98 100644 --- a/Vue InstantSearch/vue3-vite/yarn.lock +++ b/Vue InstantSearch/vue3-vite/yarn.lock @@ -144,10 +144,10 @@ resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== -"@vitejs/plugin-vue@^1.3.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz#962ae01b7fd16ad4007898c64ed639136e12215b" - integrity sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA== +"@vitejs/plugin-vue@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.1.0.tgz#ddf5e0059f84f2ff649afc25ce5a59211e670542" + integrity sha512-AZ78WxvFMYd8JmM/GBV6a6SGGTU0GgN/0/4T+FnMMsLzFEzTeAUwuraapy50ifHZsC+G5SvWs86bvaCPTneFlA== "@vue/compiler-core@3.2.4": version "3.2.4"