From: Haoqun Jiang Date: Tue, 30 Nov 2021 13:53:55 +0000 (+0800) Subject: chore: regenerate playground projects X-Git-Tag: v2.0.0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53d83e4d6717bdf9d8218fcf51c75c992877c95a;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: regenerate playground projects --- diff --git a/playground/default/package.json b/playground/default/package.json index 113d62f4..603991dc 100644 --- a/playground/default/package.json +++ b/playground/default/package.json @@ -11,6 +11,7 @@ "vue": "^2.6.14" }, "devDependencies": { + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/default/vite.config.js b/playground/default/vite.config.js index 32065ead..af324b38 100644 --- a/playground/default/vite.config.js +++ b/playground/default/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index ec598fac..c74abeae 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/pinia-with-tests/package.json @@ -18,6 +18,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/pinia-with-tests/vite.config.js b/playground/pinia-with-tests/vite.config.js index 32065ead..af324b38 100644 --- a/playground/pinia-with-tests/vite.config.js +++ b/playground/pinia-with-tests/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/pinia/package.json b/playground/pinia/package.json index d86755d1..e7a9f34d 100644 --- a/playground/pinia/package.json +++ b/playground/pinia/package.json @@ -12,6 +12,7 @@ "vue": "^2.6.14" }, "devDependencies": { + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/pinia/vite.config.js b/playground/pinia/vite.config.js index 32065ead..af324b38 100644 --- a/playground/pinia/vite.config.js +++ b/playground/pinia/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index ad01d85b..67811f09 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/router-pinia-with-tests/package.json @@ -19,6 +19,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/router-pinia-with-tests/vite.config.js b/playground/router-pinia-with-tests/vite.config.js index 32065ead..af324b38 100644 --- a/playground/router-pinia-with-tests/vite.config.js +++ b/playground/router-pinia-with-tests/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/router-pinia/package.json b/playground/router-pinia/package.json index 06f3e2ea..3c4217c8 100644 --- a/playground/router-pinia/package.json +++ b/playground/router-pinia/package.json @@ -13,6 +13,7 @@ "vue-router": "^3.5.3" }, "devDependencies": { + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/router-pinia/vite.config.js b/playground/router-pinia/vite.config.js index 32065ead..af324b38 100644 --- a/playground/router-pinia/vite.config.js +++ b/playground/router-pinia/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index eb59dffa..85b8af43 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -18,6 +18,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/router-with-tests/vite.config.js b/playground/router-with-tests/vite.config.js index 32065ead..af324b38 100644 --- a/playground/router-with-tests/vite.config.js +++ b/playground/router-with-tests/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/router/package.json b/playground/router/package.json index f97b8c35..866ce397 100644 --- a/playground/router/package.json +++ b/playground/router/package.json @@ -12,6 +12,7 @@ "vue-router": "^3.5.3" }, "devDependencies": { + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/router/vite.config.js b/playground/router/vite.config.js index 32065ead..af324b38 100644 --- a/playground/router/vite.config.js +++ b/playground/router/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index dd8697e8..2c628872 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -20,6 +20,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/typescript-pinia-with-tests/vite.config.ts b/playground/typescript-pinia-with-tests/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-pinia-with-tests/vite.config.ts +++ b/playground/typescript-pinia-with-tests/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-pinia/package.json b/playground/typescript-pinia/package.json index 28f9a823..fbb6abe2 100644 --- a/playground/typescript-pinia/package.json +++ b/playground/typescript-pinia/package.json @@ -14,6 +14,7 @@ }, "devDependencies": { "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript-pinia/vite.config.ts b/playground/typescript-pinia/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-pinia/vite.config.ts +++ b/playground/typescript-pinia/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index 3166fabd..555f572d 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -21,6 +21,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/typescript-router-pinia-with-tests/vite.config.ts b/playground/typescript-router-pinia-with-tests/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-router-pinia-with-tests/vite.config.ts +++ b/playground/typescript-router-pinia-with-tests/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-router-pinia/package.json b/playground/typescript-router-pinia/package.json index 4ba80a6e..551305ae 100644 --- a/playground/typescript-router-pinia/package.json +++ b/playground/typescript-router-pinia/package.json @@ -15,6 +15,7 @@ }, "devDependencies": { "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript-router-pinia/vite.config.ts b/playground/typescript-router-pinia/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-router-pinia/vite.config.ts +++ b/playground/typescript-router-pinia/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index da454458..d13a3248 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -20,6 +20,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/typescript-router-with-tests/vite.config.ts b/playground/typescript-router-with-tests/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-router-with-tests/vite.config.ts +++ b/playground/typescript-router-with-tests/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index 55af8c2f..e4b945b2 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -14,6 +14,7 @@ }, "devDependencies": { "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript-router/vite.config.ts b/playground/typescript-router/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-router/vite.config.ts +++ b/playground/typescript-router/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index c246e0d0..9ab67530 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -19,6 +19,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/typescript-with-tests/vite.config.ts b/playground/typescript-with-tests/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript-with-tests/vite.config.ts +++ b/playground/typescript-with-tests/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/typescript/package.json b/playground/typescript/package.json index 40ee588c..cdb8804f 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -13,6 +13,7 @@ }, "devDependencies": { "@types/node": "^16.11.10", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript/vite.config.ts b/playground/typescript/vite.config.ts index 32065ead..af324b38 100644 --- a/playground/typescript/vite.config.ts +++ b/playground/typescript/vite.config.ts @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 36f4dd50..e646ce45 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -17,6 +17,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", + "@vitejs/plugin-legacy": "^1.6.3", "@vue/runtime-dom": "^3.2.22", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", diff --git a/playground/with-tests/vite.config.js b/playground/with-tests/vite.config.js index 32065ead..af324b38 100644 --- a/playground/with-tests/vite.config.js +++ b/playground/with-tests/vite.config.js @@ -1,6 +1,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' +import legacy from '@vitejs/plugin-legacy' import { createVuePlugin as vue2 } from 'vite-plugin-vue2' import scriptSetup from 'unplugin-vue2-script-setup/vite' @@ -10,7 +11,11 @@ export default defineConfig({ vue2({ jsx: true }), - scriptSetup() + scriptSetup(), + legacy({ + targets: ['ie >= 11'], + additionalLegacyPolyfills: ['regenerator-runtime/runtime'] + }) ], resolve: { alias: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f9e6adfe..6ecc47ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,6 +24,7 @@ importers: playground/default: specifiers: + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 unplugin-vue2-script-setup: ^0.7.1 @@ -35,6 +36,7 @@ importers: '@vue/composition-api': 1.4.0_vue@2.6.14 vue: 2.6.14 devDependencies: + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -43,6 +45,7 @@ importers: playground/pinia: specifiers: + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 pinia: ^2.0.4 @@ -56,6 +59,7 @@ importers: pinia: 2.0.4_5f1bd7414a2bfaaedeb8e06aba7234f1 vue: 2.6.14 devDependencies: + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -66,6 +70,7 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -83,6 +88,7 @@ importers: devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -93,6 +99,7 @@ importers: playground/router: specifiers: + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 unplugin-vue2-script-setup: ^0.7.1 @@ -106,6 +113,7 @@ importers: vue: 2.6.14 vue-router: 3.5.3 devDependencies: + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -114,6 +122,7 @@ importers: playground/router-pinia: specifiers: + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 pinia: ^2.0.4 @@ -129,6 +138,7 @@ importers: vue: 2.6.14 vue-router: 3.5.3 devDependencies: + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -139,6 +149,7 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -158,6 +169,7 @@ importers: devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -170,6 +182,7 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -187,6 +200,7 @@ importers: devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -198,6 +212,7 @@ importers: playground/typescript: specifiers: '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 typescript: ~4.4.4 @@ -212,6 +227,7 @@ importers: vue: 2.6.14 devDependencies: '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -223,6 +239,7 @@ importers: playground/typescript-pinia: specifiers: '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 pinia: ^2.0.4 @@ -239,6 +256,7 @@ importers: vue: 2.6.14 devDependencies: '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -252,6 +270,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -272,6 +291,7 @@ importers: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -285,6 +305,7 @@ importers: playground/typescript-router: specifiers: '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 typescript: ~4.4.4 @@ -301,6 +322,7 @@ importers: vue-router: 3.5.3 devDependencies: '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -312,6 +334,7 @@ importers: playground/typescript-router-pinia: specifiers: '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 pinia: ^2.0.4 @@ -330,6 +353,7 @@ importers: vue-router: 3.5.3 devDependencies: '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -343,6 +367,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -365,6 +390,7 @@ importers: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -380,6 +406,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -400,6 +427,7 @@ importers: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -415,6 +443,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 '@types/node': ^16.11.10 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -433,6 +462,7 @@ importers: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -447,6 +477,7 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^2.2.4 + '@vitejs/plugin-legacy': ^1.6.3 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 cypress: ^9.1.0 @@ -462,6 +493,7 @@ importers: devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 + '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 '@vue/runtime-dom': 3.2.23 cypress: 9.1.0 start-server-and-test: 1.14.0 @@ -757,6 +789,11 @@ packages: - supports-color dev: true + /@babel/standalone/7.16.4: + resolution: {integrity: sha512-FDRLwjeQfPm5jaHNuB+vwNyGCp24Ah3kEsbLzKmh0eSru+QCr4DmjgbRPoz71AwXLVtXU+l/i7MlVlIj5XO7Gw==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/template/7.16.0: resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==} engines: {node: '>=6.9.0'} @@ -934,6 +971,20 @@ packages: dev: true optional: true + /@vitejs/plugin-legacy/1.6.3_vite@2.6.14: + resolution: {integrity: sha512-YivdG6gT91/wjFL6woTwVRgK9KHrju8GwXwgv5FdfAVo0GK0FK4V+YEobmDKRcOMKXQ1U5awY5HqbPIsoJalKQ==} + engines: {node: '>=12.0.0'} + peerDependencies: + vite: ^2.0.0 + dependencies: + '@babel/standalone': 7.16.4 + core-js: 3.19.2 + magic-string: 0.25.7 + regenerator-runtime: 0.13.9 + systemjs: 6.11.0 + vite: 2.6.14 + dev: true + /@volar/code-gen/0.29.7: resolution: {integrity: sha512-PLcTp/37NMKA/urAkKCy+/oOCwNOsw0ywsz3Wc31c94bX6BAcMBHha5F3NPPY8U4CWuxoyxe2Enj0Ojdtkm2Kw==} dependencies: @@ -1999,6 +2050,11 @@ packages: requiresBuild: true dev: true + /core-js/3.19.2: + resolution: {integrity: sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g==} + requiresBuild: true + dev: true + /core-util-is/1.0.2: resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} dev: true @@ -3819,6 +3875,10 @@ packages: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} dev: true + /regenerator-runtime/0.13.9: + resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==} + dev: true + /regenerator-transform/0.10.1: resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} dependencies: @@ -4207,6 +4267,10 @@ packages: resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=} dev: true + /systemjs/6.11.0: + resolution: {integrity: sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==} + dev: true + /throttleit/1.0.0: resolution: {integrity: sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=} dev: true