diff --git a/docs/package.json b/docs/package.json index bbc4a8f3..7fc1d3e3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21", "lodash-es": "^4.17.21", "serialize-javascript": "^6.0.0", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-beta.49", diff --git a/package.json b/package.json index 5835f5a3..7534b155 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/node": "^15.12.4", "@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/parser": "^4.28.0", - "@vitejs/plugin-vue": "^1.2.3", + "@vitejs/plugin-vue": "^3.0.1", "c8": "^7.11.3", "chalk": "^4.1.0", "commitizen": "^4.2.4", @@ -79,8 +79,9 @@ "semver": "^7.3.7", "shx": "^0.3.4", "typescript": "^4.7.4", - "vite": "^2.9.13", - "vitest": "^0.14.1" + "vite": "^3.0.4", + "vitest": "^0.14.1", + "vue": "^3.2.37" }, "config": { "commitizen": { diff --git a/packages/core/package.json b/packages/core/package.json index a583dc85..b2c9c95b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,11 +5,11 @@ "dist/*" ], "main": "dist/tmagic-core.umd.js", - "module": "dist/tmagic-core.es.js", + "module": "dist/tmagic-core.mjs", "types": "dist/types/src/index.d.ts", "exports": { ".": { - "import": "./dist/tmagic-core.es.js", + "import": "./dist/tmagic-core.mjs", "require": "./dist/tmagic-core.umd.js" }, "./dist/style.css": { @@ -40,7 +40,7 @@ "@types/events": "^3.0.0", "@types/node": "^15.12.4", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6" } } diff --git a/packages/editor/package.json b/packages/editor/package.json index 017d78b6..ec7a417b 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -6,12 +6,12 @@ "src/theme/*" ], "main": "dist/tmagic-editor.umd.js", - "module": "dist/tmagic-editor.es.js", + "module": "dist/tmagic-editor.mjs", "style": "dist/style.css", "types": "dist/types/src/index.d.ts", "exports": { ".": { - "import": "./dist/tmagic-editor.es.js", + "import": "./dist/tmagic-editor.mjs", "require": "./dist/tmagic-editor.umd.js" }, "./dist/style.css": { @@ -57,25 +57,25 @@ "lodash-es": "^4.17.21", "monaco-editor": "^0.32.1", "serialize-javascript": "^6.0.0", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "peerDependencies": { "@tmagic/form": "1.1.0-beta.5", "element-plus": "^2.2.6", "monaco-editor": "^0.32.1", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "devDependencies": { "@types/events": "^3.0.0", "@types/lodash-es": "^4.17.4", "@types/node": "^15.12.4", "@types/serialize-javascript": "^5.0.1", - "@vitejs/plugin-vue": "^2.3.3", - "@vue/compiler-sfc": "^3.2.0", + "@vitejs/plugin-vue": "^3.0.1", + "@vue/compiler-sfc": "^3.2.37", "@vue/test-utils": "^2.0.0", "sass": "^1.35.1", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6", "vue-tsc": "^0.38.2" } diff --git a/packages/form/package.json b/packages/form/package.json index aaccafcd..7dbcc968 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -6,12 +6,12 @@ "src/theme/*" ], "main": "dist/tmagic-form.umd.js", - "module": "dist/tmagic-form.es.js", + "module": "dist/tmagic-form.mjs", "style": "dist/style.css", "types": "dist/types/src/index.d.ts", "exports": { ".": { - "import": "./dist/tmagic-form.es.js", + "import": "./dist/tmagic-form.mjs", "require": "./dist/tmagic-form.umd.js" }, "./dist/style.css": { @@ -38,23 +38,23 @@ "lodash-es": "^4.17.21", "moment": "^2.29.2", "sortablejs": "^1.14.0", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "peerDependencies": { "element-plus": "^2.2.6", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "devDependencies": { "@babel/core": "^7.18.0", "@types/lodash-es": "^4.17.4", "@types/node": "^15.12.4", "@types/sortablejs": "^1.10.7", - "@vitejs/plugin-vue": "^2.3.3", - "@vue/compiler-sfc": "^3.2.0", + "@vitejs/plugin-vue": "^3.0.1", + "@vue/compiler-sfc": "^3.2.37", "@vue/test-utils": "^2.0.0", "sass": "^1.35.1", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6", "vue-tsc": "^0.38.2" } diff --git a/packages/schema/package.json b/packages/schema/package.json index 6fcbb258..d2ceeddc 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -3,8 +3,15 @@ "name": "@tmagic/schema", "sideEffects": false, "main": "dist/tmagic-schema.umd.js", - "module": "dist/tmagic-schema.es.js", + "module": "dist/tmagic-schema.mjs", "types": "dist/types/src/index.d.ts", + "exports": { + ".": { + "import": "./dist/tmagic-schema.mjs", + "require": "./dist/tmagic-schema.umd.js" + }, + "./*": "./*" + }, "scripts": { "build": "vite build" }, @@ -19,7 +26,7 @@ "devDependencies": { "@types/node": "^15.12.4", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6" } } diff --git a/packages/stage/package.json b/packages/stage/package.json index 2b7dada9..e7e6ac72 100644 --- a/packages/stage/package.json +++ b/packages/stage/package.json @@ -5,11 +5,11 @@ "dist/*" ], "main": "dist/tmagic-stage.umd.js", - "module": "dist/tmagic-stage.es.js", + "module": "dist/tmagic-stage.mjs", "types": "dist/types/src/index.d.ts", "exports": { ".": { - "import": "./dist/tmagic-stage.es.js", + "import": "./dist/tmagic-stage.mjs", "require": "./dist/tmagic-stage.umd.js" }, "./*": "./*" @@ -42,7 +42,7 @@ "@types/node": "^15.12.4", "sass": "^1.35.1", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6" } } diff --git a/packages/table/package.json b/packages/table/package.json index e19d65c7..6d174fb6 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -5,11 +5,11 @@ "dist/*" ], "main": "dist/tmagic-table.umd.js", - "module": "dist/tmagic-table.es.js", + "module": "dist/tmagic-table.mjs", "types": "dist/types/src/index.d.ts", "exports": { ".": { - "import": "./dist/tmagic-table.es.js", + "import": "./dist/tmagic-table.mjs", "require": "./dist/tmagic-table.umd.js" }, "./dist/style.css": { @@ -33,23 +33,23 @@ "@tmagic/form": "1.1.0-beta.5", "element-plus": "^2.2.6", "lodash-es": "^4.17.21", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "peerDependencies": { "@tmagic/form": "1.1.0-beta.5", "element-plus": "^2.2.6", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "devDependencies": { "@types/color": "^3.0.1", "@types/lodash-es": "^4.17.4", "@types/node": "^15.12.4", - "@vitejs/plugin-vue": "^2.3.3", - "@vue/compiler-sfc": "^3.2.0", + "@vitejs/plugin-vue": "^3.0.1", + "@vue/compiler-sfc": "^3.2.37", "@vue/test-utils": "^2.0.0", "sass": "^1.35.1", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6", "vue-tsc": "^0.38.2" } diff --git a/packages/ui-vue2/package.json b/packages/ui-vue2/package.json index df99d463..48ef468d 100644 --- a/packages/ui-vue2/package.json +++ b/packages/ui-vue2/package.json @@ -18,8 +18,7 @@ "vue": "^2.7.4" }, "devDependencies": { - "vite": "^2.9.13", - "vite-plugin-vue2": "^2.0.1", + "vite": "^3.0.4", "vue-template-compiler": "^2.7.4" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 81887b0c..b32f5d80 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -15,15 +15,15 @@ "delegate": "^3.2.0", "qrcode": "^1.5.0", "tiny-emitter": "^2.1.0", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "peerDependencies": { - "vue": "^3.2.0" + "vue": "^3.2.37" }, "devDependencies": { "@testing-library/vue": "^6.4.2", "@types/qrcode": "^1.4.2", - "@vue/compiler-sfc": "^3.2.0", + "@vue/compiler-sfc": "^3.2.37", "@vue/test-utils": "^2.0.0" } } diff --git a/packages/utils/package.json b/packages/utils/package.json index c55e1292..79ac747b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -2,11 +2,11 @@ "version": "1.1.0-beta.5", "name": "@tmagic/utils", "main": "dist/tmagic-utils.umd.js", - "module": "dist/tmagic-utils.es.js", + "module": "dist/tmagic-utils.mjs", "types": "dist/types/src/index.d.ts", "exports": { ".": { - "import": "./dist/tmagic-utils.es.js", + "import": "./dist/tmagic-utils.mjs", "require": "./dist/tmagic-utils.umd.js" } }, @@ -28,7 +28,7 @@ "devDependencies": { "@types/node": "^15.12.4", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vite-plugin-dts": "^0.9.6" } } diff --git a/playground/package.json b/playground/package.json index 6e51c250..7d9d87f4 100644 --- a/playground/package.json +++ b/playground/package.json @@ -20,19 +20,20 @@ "element-plus": "^2.2.6", "monaco-editor": "^0.32.1", "serialize-javascript": "^6.0.0", - "vue": "^3.2.0", + "terser": "^5.14.2", + "vue": "^3.2.37", "vue-router": "^4.0.10" }, "devDependencies": { "@types/node": "^15.12.4", "@types/serialize-javascript": "^5.0.1", - "@vitejs/plugin-legacy": "^1.8.2", - "@vitejs/plugin-vue": "^2.3.3", + "@vitejs/plugin-legacy": "^2.0.0", + "@vitejs/plugin-vue": "^3.0.1", "@vitejs/plugin-vue-jsx": "^1.3.10", - "@vue/compiler-sfc": "^3.2.0", + "@vue/compiler-sfc": "^3.2.37", "sass": "^1.35.1", "typescript": "^4.7.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vue-tsc": "^0.38.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81346bd7..ce1e71b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: '@types/node': ^15.12.4 '@typescript-eslint/eslint-plugin': ^4.28.0 '@typescript-eslint/parser': ^4.28.0 - '@vitejs/plugin-vue': ^1.2.3 + '@vitejs/plugin-vue': ^3.0.1 c8: ^7.11.3 chalk: ^4.1.0 commitizen: ^4.2.4 @@ -34,8 +34,9 @@ importers: semver: ^7.3.7 shx: ^0.3.4 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vitest: ^0.14.1 + vue: ^3.2.37 devDependencies: '@babel/core': 7.18.2 '@commitlint/cli': 16.3.0 @@ -43,7 +44,7 @@ importers: '@types/node': 15.14.9 '@typescript-eslint/eslint-plugin': 4.33.0_3ekaj7j3owlolnuhj3ykrb7u7i '@typescript-eslint/parser': 4.33.0_hxadhbs2xogijvk7vq4t2azzbu - '@vitejs/plugin-vue': 1.10.2_vite@2.9.13 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 c8: 7.11.3 chalk: 4.1.2 commitizen: 4.2.4 @@ -67,8 +68,9 @@ importers: semver: 7.3.7 shx: 0.3.4 typescript: 4.7.4 - vite: 2.9.13 + vite: 3.0.4 vitest: 0.14.1_c8@7.11.3+jsdom@19.0.0 + vue: 3.2.37 docs: specifiers: @@ -86,7 +88,7 @@ importers: lodash: ^4.17.21 lodash-es: ^4.17.21 serialize-javascript: ^6.0.0 - vue: ^3.2.0 + vue: ^3.2.37 vuepress: ^2.0.0-beta.49 dependencies: '@element-plus/icons-vue': 2.0.6_vue@3.2.37 @@ -135,7 +137,7 @@ importers: '@types/node': ^15.12.4 events: ^3.3.0 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 dependencies: '@tmagic/schema': link:../schema @@ -144,8 +146,8 @@ importers: '@types/events': 3.0.0 '@types/node': 15.14.9 typescript: 4.7.4 - vite: 2.9.13 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4 + vite-plugin-dts: 0.9.10_vite@3.0.4 packages/editor: specifiers: @@ -160,8 +162,8 @@ importers: '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 '@types/serialize-javascript': ^5.0.1 - '@vitejs/plugin-vue': ^2.3.3 - '@vue/compiler-sfc': ^3.2.0 + '@vitejs/plugin-vue': ^3.0.1 + '@vue/compiler-sfc': ^3.2.37 '@vue/test-utils': ^2.0.0 buffer: ^6.0.3 color: ^3.1.3 @@ -174,9 +176,9 @@ importers: sass: ^1.35.1 serialize-javascript: ^6.0.0 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 - vue: ^3.2.0 + vue: ^3.2.37 vue-tsc: ^0.38.2 dependencies: '@babel/core': 7.18.2 @@ -201,13 +203,13 @@ importers: '@types/lodash-es': 4.17.6 '@types/node': 15.14.9 '@types/serialize-javascript': 5.0.2 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 '@vue/compiler-sfc': 3.2.37 '@vue/test-utils': 2.0.0_vue@3.2.37 sass: 1.52.2 typescript: 4.7.4 - vite: 2.9.13_sass@1.52.2 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4_sass@1.52.2 + vite-plugin-dts: 0.9.10_vite@3.0.4 vue-tsc: 0.38.2_typescript@4.7.4 packages/form: @@ -218,8 +220,8 @@ importers: '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 '@types/sortablejs': ^1.10.7 - '@vitejs/plugin-vue': ^2.3.3 - '@vue/compiler-sfc': ^3.2.0 + '@vitejs/plugin-vue': ^3.0.1 + '@vue/compiler-sfc': ^3.2.37 '@vue/test-utils': ^2.0.0 element-plus: ^2.2.6 lodash-es: ^4.17.21 @@ -227,9 +229,9 @@ importers: sass: ^1.35.1 sortablejs: ^1.14.0 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 - vue: ^3.2.0 + vue: ^3.2.37 vue-tsc: ^0.38.2 dependencies: '@element-plus/icons-vue': 2.0.6_vue@3.2.37 @@ -244,26 +246,26 @@ importers: '@types/lodash-es': 4.17.6 '@types/node': 15.14.9 '@types/sortablejs': 1.13.0 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 '@vue/compiler-sfc': 3.2.37 '@vue/test-utils': 2.0.0_vue@3.2.37 sass: 1.52.2 typescript: 4.7.4 - vite: 2.9.13_sass@1.52.2 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4_sass@1.52.2 + vite-plugin-dts: 0.9.10_vite@3.0.4 vue-tsc: 0.38.2_typescript@4.7.4 packages/schema: specifiers: '@types/node': ^15.12.4 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 devDependencies: '@types/node': 15.14.9 typescript: 4.7.4 - vite: 2.9.13 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4 + vite-plugin-dts: 0.9.10_vite@3.0.4 packages/stage: specifiers: @@ -281,7 +283,7 @@ importers: moveable-helper: ^0.4.0 sass: ^1.35.1 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 dependencies: '@scena/guides': 0.17.0 @@ -299,8 +301,8 @@ importers: '@types/node': 15.14.9 sass: 1.52.2 typescript: 4.7.4 - vite: 2.9.13_sass@1.52.2 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4_sass@1.52.2 + vite-plugin-dts: 0.9.10_vite@3.0.4 packages/table: specifiers: @@ -308,16 +310,16 @@ importers: '@types/color': ^3.0.1 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 - '@vitejs/plugin-vue': ^2.3.3 - '@vue/compiler-sfc': ^3.2.0 + '@vitejs/plugin-vue': ^3.0.1 + '@vue/compiler-sfc': ^3.2.37 '@vue/test-utils': ^2.0.0 element-plus: ^2.2.6 lodash-es: ^4.17.21 sass: ^1.35.1 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 - vue: ^3.2.0 + vue: ^3.2.37 vue-tsc: ^0.38.2 dependencies: '@tmagic/form': link:../form @@ -328,13 +330,13 @@ importers: '@types/color': 3.0.3 '@types/lodash-es': 4.17.6 '@types/node': 15.14.9 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 '@vue/compiler-sfc': 3.2.37 '@vue/test-utils': 2.0.0_vue@3.2.37 sass: 1.52.2 typescript: 4.7.4 - vite: 2.9.13_sass@1.52.2 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4_sass@1.52.2 + vite-plugin-dts: 0.9.10_vite@3.0.4 vue-tsc: 0.38.2_typescript@4.7.4 packages/ui: @@ -342,12 +344,12 @@ importers: '@testing-library/vue': ^6.4.2 '@tmagic/schema': 1.1.0-beta.5 '@types/qrcode': ^1.4.2 - '@vue/compiler-sfc': ^3.2.0 + '@vue/compiler-sfc': ^3.2.37 '@vue/test-utils': ^2.0.0 delegate: ^3.2.0 qrcode: ^1.5.0 tiny-emitter: ^2.1.0 - vue: ^3.2.0 + vue: ^3.2.37 dependencies: '@tmagic/schema': link:../schema delegate: 3.2.0 @@ -383,8 +385,7 @@ importers: specifiers: '@tmagic/schema': 1.1.0-beta.5 qrcode: ^1.5.0 - vite: ^2.9.13 - vite-plugin-vue2: ^2.0.1 + vite: ^3.0.4 vue: ^2.7.4 vue-template-compiler: ^2.7.4 dependencies: @@ -392,8 +393,7 @@ importers: qrcode: 1.5.0 vue: 2.7.4 devDependencies: - vite: 2.9.13 - vite-plugin-vue2: 2.0.1_ih2aev7ln5tuozfxqlcfsxatvm + vite: 3.0.4 vue-template-compiler: 2.7.4 packages/utils: @@ -402,7 +402,7 @@ importers: '@types/node': ^15.12.4 moment: ^2.29.2 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 vite-plugin-dts: ^0.9.6 dependencies: '@tmagic/schema': link:../schema @@ -410,8 +410,8 @@ importers: devDependencies: '@types/node': 15.14.9 typescript: 4.7.4 - vite: 2.9.13 - vite-plugin-dts: 0.9.10_vite@2.9.13 + vite: 3.0.4 + vite-plugin-dts: 0.9.10_vite@3.0.4 playground: specifiers: @@ -423,17 +423,18 @@ importers: '@tmagic/utils': 1.1.0-beta.5 '@types/node': ^15.12.4 '@types/serialize-javascript': ^5.0.1 - '@vitejs/plugin-legacy': ^1.8.2 - '@vitejs/plugin-vue': ^2.3.3 + '@vitejs/plugin-legacy': ^2.0.0 + '@vitejs/plugin-vue': ^3.0.1 '@vitejs/plugin-vue-jsx': ^1.3.10 - '@vue/compiler-sfc': ^3.2.0 + '@vue/compiler-sfc': ^3.2.37 element-plus: ^2.2.6 monaco-editor: ^0.32.1 sass: ^1.35.1 serialize-javascript: ^6.0.0 + terser: ^5.14.2 typescript: ^4.7.4 - vite: ^2.9.13 - vue: ^3.2.0 + vite: ^3.0.4 + vue: ^3.2.37 vue-router: ^4.0.10 vue-tsc: ^0.38.2 dependencies: @@ -446,18 +447,19 @@ importers: element-plus: 2.2.6_vue@3.2.37 monaco-editor: 0.32.1 serialize-javascript: 6.0.0 + terser: 5.14.2 vue: 3.2.37 vue-router: 4.0.15_vue@3.2.37 devDependencies: '@types/node': 15.14.9 '@types/serialize-javascript': 5.0.2 - '@vitejs/plugin-legacy': 1.8.2_vite@2.9.13 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37 + '@vitejs/plugin-legacy': 2.0.0_terser@5.14.2+vite@3.0.4 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 '@vue/compiler-sfc': 3.2.37 sass: 1.52.2 typescript: 4.7.4 - vite: 2.9.13_sass@1.52.2 + vite: 3.0.4_sass@1.52.2+terser@5.14.2 vue-tsc: 0.38.2_typescript@4.7.4 runtime/react: @@ -471,7 +473,7 @@ importers: react-dom: ^17.0.2 recast: ^0.20.4 typescript: ^4.7.4 - vite: ^2.9.13 + vite: ^3.0.4 dependencies: '@tmagic/schema': link:../../packages/schema '@tmagic/stage': link:../../packages/stage @@ -483,7 +485,7 @@ importers: '@vitejs/plugin-react-refresh': 1.3.6 recast: 0.20.5 typescript: 4.7.4 - vite: 2.9.13 + vite: 3.0.4 runtime/vue2: specifiers: @@ -496,7 +498,7 @@ importers: rollup: ^2.25.0 rollup-plugin-external-globals: ^0.6.1 sass: ^1.35.1 - vite: ^2.9.13 + vite: ^3.0.4 vue: ^2.7.4 vue-template-compiler: ^2.7.4 dependencies: @@ -505,54 +507,48 @@ importers: vue: 2.7.4 devDependencies: '@types/events': 3.0.0 - '@vitejs/plugin-vue2': 1.1.2_vite@2.9.13+vue@2.7.4 + '@vitejs/plugin-vue2': 1.1.2_vite@3.0.4+vue@2.7.4 axios: 0.27.2 recast: 0.20.5 rollup: 2.75.5 rollup-plugin-external-globals: 0.6.1_rollup@2.75.5 sass: 1.52.2 - vite: 2.9.13_sass@1.52.2 + vite: 3.0.4_sass@1.52.2 vue-template-compiler: 2.7.4 runtime/vue3: specifiers: - '@tmagic/cli': workspace:* '@tmagic/schema': 1.1.0-beta.5 '@tmagic/stage': 1.1.0-beta.5 '@types/node': ^15.12.4 - '@vitejs/plugin-vue': ^2.3.3 - '@vue/compiler-sfc': ^3.2.0 + '@vitejs/plugin-vue': ^3.0.1 + '@vue/compiler-sfc': ^3.2.37 '@vue/test-utils': ^2.0.0 - '@vuepress/bundler-vite': ^2.0.0-beta.49 - '@vuepress/cli': ^2.0.0-beta.49 axios: ^0.25.0 recast: ^0.20.4 rollup: ^2.25.0 rollup-plugin-external-globals: ^0.6.1 sass: ^1.35.1 - typescript: ^4.7.4 - vite: ^2.9.13 - vue: ^3.2.0 + typescript: ^4.3.4 + vite: ^3.0.4 + vue: ^3.2.37 vue-tsc: ^0.38.2 dependencies: - '@tmagic/cli': link:../../packages/cli '@tmagic/schema': link:../../packages/schema '@tmagic/stage': link:../../packages/stage axios: 0.25.0 vue: 3.2.37 devDependencies: '@types/node': 15.14.9 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.14+vue@3.2.37 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 '@vue/compiler-sfc': 3.2.37 '@vue/test-utils': 2.0.0_vue@3.2.37 - '@vuepress/bundler-vite': 2.0.0-beta.49_sass@1.52.2 - '@vuepress/cli': 2.0.0-beta.49 recast: 0.20.5 rollup: 2.75.5 rollup-plugin-external-globals: 0.6.1_rollup@2.75.5 sass: 1.52.2 typescript: 4.7.4 - vite: 2.9.14_sass@1.52.2 + vite: 3.0.4_sass@1.52.2 vue-tsc: 0.38.2_typescript@4.7.4 packages: @@ -737,13 +733,6 @@ packages: dependencies: '@babel/types': 7.18.4 - /@babel/helper-skip-transparent-expression-wrappers/7.16.0: - resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.4 - dev: true - /@babel/helper-split-export-declaration/7.16.7: resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} engines: {node: '>=6.9.0'} @@ -783,83 +772,6 @@ packages: dependencies: '@babel/types': 7.18.4 - /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-decorators/7.18.2_@babel+core@7.18.2: - resolution: {integrity: sha512-kbDISufFOxeczi0v4NQP3p5kIeW6izn/6klfWBrIIdGZZe4UpHR+QU03FAoWjGGd9SUXAwbw2pup1kaL4OQsJQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-replace-supers': 7.18.2 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.18.2 - charcodes: 0.2.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.2 - dev: true - - /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.2: - resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.17.10 - '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.2 - dev: true - - /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.2 - dev: true - - /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.2: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -879,33 +791,6 @@ packages: '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.2: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.2: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.2: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.2: resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} engines: {node: '>=6.9.0'} @@ -916,56 +801,6 @@ packages: '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-transform-block-scoping/7.18.4_@babel+core@7.18.2: - resolution: {integrity: sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.2: - resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - /@babel/plugin-transform-react-jsx-self/7.17.12_@babel+core@7.18.2: resolution: {integrity: sha512-7S9G2B44EnYOx74mue02t1uD8ckWZ/ee6Uz/qfdzc35uWHX5NgRy9i+iJSb2LFRgMd+QV9zNcStQaazzzZ3n3Q==} engines: {node: '>=6.9.0'} @@ -986,17 +821,6 @@ packages: '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.2: - resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - dev: true - /@babel/plugin-transform-typescript/7.18.4_@babel+core@7.18.2: resolution: {integrity: sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==} engines: {node: '>=6.9.0'} @@ -1018,8 +842,8 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@babel/standalone/7.18.4: - resolution: {integrity: sha512-3dDouWyjdS8sJTm6hf8KkJq7fr9ORWMlWGNcMV/Uz2rNnoI6uu8wJGhZ7E65J+x6v8ta9yPbzkUT2YBFcWUbWg==} + /@babel/standalone/7.18.10: + resolution: {integrity: sha512-0KWHiRX9TUHiWE+dKYYEOIiRJcPwGU6u8Bq/p+ldekj7Kew9PCwl4S4FTSEPpTrn3Vc+r3iRSaN1l9AcGgLx4Q==} engines: {node: '>=6.9.0'} dev: true @@ -1393,6 +1217,12 @@ packages: resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==} engines: {node: '>=6.0.0'} + /@jridgewell/source-map/0.3.2: + resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} + dependencies: + '@jridgewell/gen-mapping': 0.3.1 + '@jridgewell/trace-mapping': 0.3.13 + /@jridgewell/sourcemap-codec/1.4.13: resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==} @@ -1849,18 +1679,20 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@vitejs/plugin-legacy/1.8.2_vite@2.9.13: - resolution: {integrity: sha512-NCOKU+pU+cxLMR9P9RTolEuOK+h+zYBXlknj+zGcKSj/NXBZYgA1GAH1FnO4zijoWRiTaiOm2ha9LQrELE7XHg==} - engines: {node: '>=12.0.0'} + /@vitejs/plugin-legacy/2.0.0_terser@5.14.2+vite@3.0.4: + resolution: {integrity: sha512-cuc45C4BQo2VlOsHZML4fc3MPfSjOEFeezHxr+WWlOOmi+muy1rz2snnFiePtyjVc1CYGTsnxk13cXpzQvMZaw==} + engines: {node: '>=14.18.0'} peerDependencies: - vite: ^2.8.0 + terser: ^5.4.0 + vite: ^3.0.0 dependencies: - '@babel/standalone': 7.18.4 - core-js: 3.22.8 + '@babel/standalone': 7.18.10 + core-js: 3.24.1 magic-string: 0.26.2 regenerator-runtime: 0.13.9 systemjs: 6.12.1 - vite: 2.9.13_sass@1.52.2 + terser: 5.14.2 + vite: 3.0.4_sass@1.52.2+terser@5.14.2 dev: true /@vitejs/plugin-react-refresh/1.3.6: @@ -1891,26 +1723,6 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue/1.10.2_vite@2.9.13: - resolution: {integrity: sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw==} - engines: {node: '>=12.0.0'} - peerDependencies: - vite: ^2.5.10 - dependencies: - vite: 2.9.13 - dev: true - - /@vitejs/plugin-vue/2.3.3_vite@2.9.13+vue@3.2.37: - resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} - engines: {node: '>=12.0.0'} - peerDependencies: - vite: ^2.5.10 - vue: ^3.2.25 - dependencies: - vite: 2.9.13_sass@1.52.2 - vue: 3.2.37 - dev: true - /@vitejs/plugin-vue/2.3.3_vite@2.9.14+vue@3.2.37: resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} engines: {node: '>=12.0.0'} @@ -1918,18 +1730,29 @@ packages: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.14_sass@1.52.2 + vite: 2.9.14 vue: 3.2.37 dev: true - /@vitejs/plugin-vue2/1.1.2_vite@2.9.13+vue@2.7.4: + /@vitejs/plugin-vue/3.0.1_vite@3.0.4+vue@3.2.37: + resolution: {integrity: sha512-Ll9JgxG7ONIz/XZv3dssfoMUDu9qAnlJ+km+pBA0teYSXzwPCIzS/e1bmwNYl5dcQGs677D21amgfYAnzMl17A==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^3.0.0 + vue: ^3.2.25 + dependencies: + vite: 3.0.4 + vue: 3.2.37 + dev: true + + /@vitejs/plugin-vue2/1.1.2_vite@3.0.4+vue@2.7.4: resolution: {integrity: sha512-y6OEA+2UdJ0xrEQHodq20v9r3SpS62IOHrgN92JPLvVpNkhcissu7yvD5PXMzMESyazj0XNWGsc8UQk8+mVrjQ==} engines: {node: '>=14.6.0'} peerDependencies: vite: '>=2.5.10' vue: ^2.7.0-0 dependencies: - vite: 2.9.13_sass@1.52.2 + vite: 3.0.4_sass@1.52.2 vue: 2.7.4 dev: true @@ -1963,10 +1786,6 @@ packages: '@vue/reactivity': 3.2.37 dev: true - /@vue/babel-helper-vue-jsx-merge-props/1.2.1: - resolution: {integrity: sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==} - dev: true - /@vue/babel-helper-vue-transform-on/1.0.2: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} dev: true @@ -1988,97 +1807,6 @@ packages: - supports-color dev: true - /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.18.2: - resolution: {integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - html-tags: 2.0.0 - lodash.kebabcase: 4.1.1 - svg-tags: 1.0.0 - dev: true - - /@vue/babel-preset-jsx/1.2.4_@babel+core@7.18.2: - resolution: {integrity: sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.18.2 - '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.18.2 - '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.18.2 - '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.18.2 - '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.18.2 - '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.18.2 - '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.18.2 - dev: true - - /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.18.2: - resolution: {integrity: sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - dev: true - - /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.18.2: - resolution: {integrity: sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - dev: true - - /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.18.2: - resolution: {integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - dev: true - - /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.18.2: - resolution: {integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - dev: true - - /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.18.2: - resolution: {integrity: sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.18.2 - camelcase: 5.3.1 - html-tags: 2.0.0 - svg-tags: 1.0.0 - dev: true - - /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.18.2: - resolution: {integrity: sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.18.2 - camelcase: 5.3.1 - dev: true - /@vue/compiler-core/3.2.37: resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: @@ -2120,75 +1848,6 @@ packages: '@vue/compiler-dom': 3.2.37 '@vue/shared': 3.2.37 - /@vue/component-compiler-utils/3.3.0: - resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==} - dependencies: - consolidate: 0.15.1 - hash-sum: 1.0.2 - lru-cache: 4.1.5 - merge-source-map: 1.1.0 - postcss: 7.0.39 - postcss-selector-parser: 6.0.10 - source-map: 0.6.1 - vue-template-es2015-compiler: 1.9.1 - optionalDependencies: - prettier: 2.6.2 - transitivePeerDependencies: - - arc-templates - - atpl - - babel-core - - bracket-template - - coffee-script - - dot - - dust - - dustjs-helpers - - dustjs-linkedin - - eco - - ect - - ejs - - haml-coffee - - hamlet - - hamljs - - handlebars - - hogan.js - - htmling - - jade - - jazz - - jqtpl - - just - - liquid-node - - liquor - - lodash - - marko - - mote - - mustache - - nunjucks - - plates - - pug - - qejs - - ractive - - razor-tmpl - - react - - react-dom - - slm - - squirrelly - - swig - - swig-templates - - teacup - - templayed - - then-jade - - then-pug - - tinyliquid - - toffee - - twig - - twing - - underscore - - vash - - velocityjs - - walrus - - whiskers - dev: true - /@vue/devtools-api/6.1.4: resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} dev: false @@ -2265,28 +1924,6 @@ packages: - supports-color dev: true - /@vuepress/bundler-vite/2.0.0-beta.49_sass@1.52.2: - resolution: {integrity: sha512-6AK3HuFHQKMWefTasyS+wsvb0wLufWBdQ/eHMDxZudE63dU7mSwCvV0kpX2uFzhlpdE/ug/8NuQbOlh4zZayvA==} - dependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.14+vue@3.2.37 - '@vuepress/client': 2.0.0-beta.49 - '@vuepress/core': 2.0.0-beta.49 - '@vuepress/shared': 2.0.0-beta.49 - '@vuepress/utils': 2.0.0-beta.49 - autoprefixer: 10.4.7_postcss@8.4.14 - connect-history-api-fallback: 2.0.0 - postcss: 8.4.14 - rollup: 2.77.0 - vite: 2.9.14_sass@1.52.2 - vue: 3.2.37 - vue-router: 4.1.2_vue@3.2.37 - transitivePeerDependencies: - - less - - sass - - stylus - - supports-color - dev: true - /@vuepress/cli/2.0.0-beta.49: resolution: {integrity: sha512-3RtuZvtLIGXEtsLgc3AnDr4jxiFeFDWfNw6MTb22YwuttBr5h5pZO/F8XMyP9+tEi73q3/l4keNQftU4msHysQ==} hasBin: true @@ -2646,7 +2283,6 @@ packages: resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} engines: {node: '>=0.4.0'} hasBin: true - dev: true /add-stream/1.0.0: resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} @@ -2875,10 +2511,6 @@ packages: inherits: 2.0.4 readable-stream: 3.6.0 - /bluebird/3.7.2: - resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - dev: true - /brace-expansion/1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -2907,6 +2539,9 @@ packages: node-releases: 2.0.5 picocolors: 1.0.0 + /buffer-from/1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + /buffer/5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: @@ -3009,11 +2644,6 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /charcodes/0.2.0: - resolution: {integrity: sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==} - engines: {node: '>=6'} - dev: true - /chardet/0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: true @@ -3142,6 +2772,9 @@ packages: delayed-stream: 1.0.0 dev: true + /commander/2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + /commander/8.3.0: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} engines: {node: '>= 12'} @@ -3187,342 +2820,6 @@ packages: engines: {node: '>=0.8'} dev: true - /consolidate/0.15.1: - resolution: {integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==} - engines: {node: '>= 0.10.0'} - peerDependencies: - arc-templates: ^0.5.3 - atpl: '>=0.7.6' - babel-core: ^6.26.3 - bracket-template: ^1.1.5 - coffee-script: ^1.12.7 - dot: ^1.1.3 - dust: ^0.3.0 - dustjs-helpers: ^1.7.4 - dustjs-linkedin: ^2.7.5 - eco: ^1.1.0-rc-3 - ect: ^0.5.9 - ejs: ^3.1.5 - haml-coffee: ^1.14.1 - hamlet: ^0.3.3 - hamljs: ^0.6.2 - handlebars: ^4.7.6 - hogan.js: ^3.0.2 - htmling: ^0.0.8 - jade: ^1.11.0 - jazz: ^0.0.18 - jqtpl: ~1.1.0 - just: ^0.1.8 - liquid-node: ^3.0.1 - liquor: ^0.0.5 - lodash: ^4.17.20 - marko: ^3.14.4 - mote: ^0.2.0 - mustache: ^3.0.0 - nunjucks: ^3.2.2 - plates: ~0.4.11 - pug: ^3.0.0 - qejs: ^3.0.5 - ractive: ^1.3.12 - razor-tmpl: ^1.3.1 - react: ^16.13.1 - react-dom: ^16.13.1 - slm: ^2.0.0 - squirrelly: ^5.1.0 - swig: ^1.4.2 - swig-templates: ^2.0.3 - teacup: ^2.0.0 - templayed: '>=0.2.3' - then-jade: '*' - then-pug: '*' - tinyliquid: ^0.2.34 - toffee: ^0.3.6 - twig: ^1.15.2 - twing: ^5.0.2 - underscore: ^1.11.0 - vash: ^0.13.0 - velocityjs: ^2.0.1 - walrus: ^0.10.1 - whiskers: ^0.4.0 - peerDependenciesMeta: - arc-templates: - optional: true - atpl: - optional: true - babel-core: - optional: true - bracket-template: - optional: true - coffee-script: - optional: true - dot: - optional: true - dust: - optional: true - dustjs-helpers: - optional: true - dustjs-linkedin: - optional: true - eco: - optional: true - ect: - optional: true - ejs: - optional: true - haml-coffee: - optional: true - hamlet: - optional: true - hamljs: - optional: true - handlebars: - optional: true - hogan.js: - optional: true - htmling: - optional: true - jade: - optional: true - jazz: - optional: true - jqtpl: - optional: true - just: - optional: true - liquid-node: - optional: true - liquor: - optional: true - lodash: - optional: true - marko: - optional: true - mote: - optional: true - mustache: - optional: true - nunjucks: - optional: true - plates: - optional: true - pug: - optional: true - qejs: - optional: true - ractive: - optional: true - razor-tmpl: - optional: true - react: - optional: true - react-dom: - optional: true - slm: - optional: true - squirrelly: - optional: true - swig: - optional: true - swig-templates: - optional: true - teacup: - optional: true - templayed: - optional: true - then-jade: - optional: true - then-pug: - optional: true - tinyliquid: - optional: true - toffee: - optional: true - twig: - optional: true - twing: - optional: true - underscore: - optional: true - vash: - optional: true - velocityjs: - optional: true - walrus: - optional: true - whiskers: - optional: true - dependencies: - bluebird: 3.7.2 - dev: true - - /consolidate/0.16.0: - resolution: {integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==} - engines: {node: '>= 0.10.0'} - peerDependencies: - arc-templates: ^0.5.3 - atpl: '>=0.7.6' - babel-core: ^6.26.3 - bracket-template: ^1.1.5 - coffee-script: ^1.12.7 - dot: ^1.1.3 - dust: ^0.3.0 - dustjs-helpers: ^1.7.4 - dustjs-linkedin: ^2.7.5 - eco: ^1.1.0-rc-3 - ect: ^0.5.9 - ejs: ^3.1.5 - haml-coffee: ^1.14.1 - hamlet: ^0.3.3 - hamljs: ^0.6.2 - handlebars: ^4.7.6 - hogan.js: ^3.0.2 - htmling: ^0.0.8 - jade: ^1.11.0 - jazz: ^0.0.18 - jqtpl: ~1.1.0 - just: ^0.1.8 - liquid-node: ^3.0.1 - liquor: ^0.0.5 - lodash: ^4.17.20 - marko: ^3.14.4 - mote: ^0.2.0 - mustache: ^4.0.1 - nunjucks: ^3.2.2 - plates: ~0.4.11 - pug: ^3.0.0 - qejs: ^3.0.5 - ractive: ^1.3.12 - razor-tmpl: ^1.3.1 - react: ^16.13.1 - react-dom: ^16.13.1 - slm: ^2.0.0 - squirrelly: ^5.1.0 - swig: ^1.4.2 - swig-templates: ^2.0.3 - teacup: ^2.0.0 - templayed: '>=0.2.3' - then-jade: '*' - then-pug: '*' - tinyliquid: ^0.2.34 - toffee: ^0.3.6 - twig: ^1.15.2 - twing: ^5.0.2 - underscore: ^1.11.0 - vash: ^0.13.0 - velocityjs: ^2.0.1 - walrus: ^0.10.1 - whiskers: ^0.4.0 - peerDependenciesMeta: - arc-templates: - optional: true - atpl: - optional: true - babel-core: - optional: true - bracket-template: - optional: true - coffee-script: - optional: true - dot: - optional: true - dust: - optional: true - dustjs-helpers: - optional: true - dustjs-linkedin: - optional: true - eco: - optional: true - ect: - optional: true - ejs: - optional: true - haml-coffee: - optional: true - hamlet: - optional: true - hamljs: - optional: true - handlebars: - optional: true - hogan.js: - optional: true - htmling: - optional: true - jade: - optional: true - jazz: - optional: true - jqtpl: - optional: true - just: - optional: true - liquid-node: - optional: true - liquor: - optional: true - lodash: - optional: true - marko: - optional: true - mote: - optional: true - mustache: - optional: true - nunjucks: - optional: true - plates: - optional: true - pug: - optional: true - qejs: - optional: true - ractive: - optional: true - razor-tmpl: - optional: true - react: - optional: true - react-dom: - optional: true - slm: - optional: true - squirrelly: - optional: true - swig: - optional: true - swig-templates: - optional: true - teacup: - optional: true - templayed: - optional: true - then-jade: - optional: true - then-pug: - optional: true - tinyliquid: - optional: true - toffee: - optional: true - twig: - optional: true - twing: - optional: true - underscore: - optional: true - vash: - optional: true - velocityjs: - optional: true - walrus: - optional: true - whiskers: - optional: true - dependencies: - bluebird: 3.7.2 - dev: true - /conventional-changelog-angular/5.0.13: resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==} engines: {node: '>=10'} @@ -3690,8 +2987,8 @@ packages: dependencies: safe-buffer: 5.1.2 - /core-js/3.22.8: - resolution: {integrity: sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==} + /core-js/3.24.1: + resolution: {integrity: sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==} requiresBuild: true dev: true @@ -3753,12 +3050,6 @@ packages: '@scena/matrix': 1.1.1 dev: false - /cssesc/3.0.0: - resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} - engines: {node: '>=4'} - hasBin: true - dev: true - /cssom/0.3.8: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} dev: true @@ -3917,11 +3208,6 @@ packages: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /deepmerge/4.2.2: - resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} - engines: {node: '>=0.10.0'} - dev: true - /defaults/1.0.3: resolution: {integrity: sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==} dependencies: @@ -4108,15 +3394,6 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild-android-64/0.14.42: - resolution: {integrity: sha512-P4Y36VUtRhK/zivqGVMqhptSrFILAGlYp0Z8r9UQqHJ3iWztRCNWnlBzD9HRx0DbueXikzOiwyOri+ojAFfW6A==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - /esbuild-android-64/0.14.49: resolution: {integrity: sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==} engines: {node: '>=12'} @@ -4125,15 +3402,6 @@ packages: requiresBuild: true optional: true - /esbuild-android-arm64/0.14.42: - resolution: {integrity: sha512-0cOqCubq+RWScPqvtQdjXG3Czb3AWI2CaKw3HeXry2eoA2rrPr85HF7IpdU26UWdBXgPYtlTN1LUiuXbboROhg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - /esbuild-android-arm64/0.14.49: resolution: {integrity: sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==} engines: {node: '>=12'} @@ -4142,15 +3410,6 @@ packages: requiresBuild: true optional: true - /esbuild-darwin-64/0.14.42: - resolution: {integrity: sha512-ipiBdCA3ZjYgRfRLdQwP82rTiv/YVMtW36hTvAN5ZKAIfxBOyPXY7Cejp3bMXWgzKD8B6O+zoMzh01GZsCuEIA==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /esbuild-darwin-64/0.14.49: resolution: {integrity: sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==} engines: {node: '>=12'} @@ -4159,15 +3418,6 @@ packages: requiresBuild: true optional: true - /esbuild-darwin-arm64/0.14.42: - resolution: {integrity: sha512-bU2tHRqTPOaoH/4m0zYHbFWpiYDmaA0gt90/3BMEFaM0PqVK/a6MA2V/ypV5PO0v8QxN6gH5hBPY4YJ2lopXgA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /esbuild-darwin-arm64/0.14.49: resolution: {integrity: sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==} engines: {node: '>=12'} @@ -4176,15 +3426,6 @@ packages: requiresBuild: true optional: true - /esbuild-freebsd-64/0.14.42: - resolution: {integrity: sha512-75h1+22Ivy07+QvxHyhVqOdekupiTZVLN1PMwCDonAqyXd8TVNJfIRFrdL8QmSJrOJJ5h8H1I9ETyl2L8LQDaw==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /esbuild-freebsd-64/0.14.49: resolution: {integrity: sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==} engines: {node: '>=12'} @@ -4193,15 +3434,6 @@ packages: requiresBuild: true optional: true - /esbuild-freebsd-arm64/0.14.42: - resolution: {integrity: sha512-W6Jebeu5TTDQMJUJVarEzRU9LlKpNkPBbjqSu+GUPTHDCly5zZEQq9uHkmHHl7OKm+mQ2zFySN83nmfCeZCyNA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /esbuild-freebsd-arm64/0.14.49: resolution: {integrity: sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==} engines: {node: '>=12'} @@ -4210,15 +3442,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-32/0.14.42: - resolution: {integrity: sha512-Ooy/Bj+mJ1z4jlWcK5Dl6SlPlCgQB9zg1UrTCeY8XagvuWZ4qGPyYEWGkT94HUsRi2hKsXvcs6ThTOjBaJSMfg==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-32/0.14.49: resolution: {integrity: sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==} engines: {node: '>=12'} @@ -4227,15 +3450,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-64/0.14.42: - resolution: {integrity: sha512-2L0HbzQfbTuemUWfVqNIjOfaTRt9zsvjnme6lnr7/MO9toz/MJ5tZhjqrG6uDWDxhsaHI2/nsDgrv8uEEN2eoA==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-64/0.14.49: resolution: {integrity: sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==} engines: {node: '>=12'} @@ -4244,15 +3458,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-arm/0.14.42: - resolution: {integrity: sha512-STq69yzCMhdRaWnh29UYrLSr/qaWMm/KqwaRF1pMEK7kDiagaXhSL1zQGXbYv94GuGY/zAwzK98+6idCMUOOCg==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-arm/0.14.49: resolution: {integrity: sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==} engines: {node: '>=12'} @@ -4261,15 +3466,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-arm64/0.14.42: - resolution: {integrity: sha512-c3Ug3e9JpVr8jAcfbhirtpBauLxzYPpycjWulD71CF6ZSY26tvzmXMJYooQ2YKqDY4e/fPu5K8bm7MiXMnyxuA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-arm64/0.14.49: resolution: {integrity: sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==} engines: {node: '>=12'} @@ -4278,15 +3474,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-mips64le/0.14.42: - resolution: {integrity: sha512-QuvpHGbYlkyXWf2cGm51LBCHx6eUakjaSrRpUqhPwjh/uvNUYvLmz2LgPTTPwCqaKt0iwL+OGVL0tXA5aDbAbg==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-mips64le/0.14.49: resolution: {integrity: sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==} engines: {node: '>=12'} @@ -4295,15 +3482,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-ppc64le/0.14.42: - resolution: {integrity: sha512-8ohIVIWDbDT+i7lCx44YCyIRrOW1MYlks9fxTo0ME2LS/fxxdoJBwHWzaDYhjvf8kNpA+MInZvyOEAGoVDrMHg==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-ppc64le/0.14.49: resolution: {integrity: sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==} engines: {node: '>=12'} @@ -4312,15 +3490,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-riscv64/0.14.42: - resolution: {integrity: sha512-DzDqK3TuoXktPyG1Lwx7vhaF49Onv3eR61KwQyxYo4y5UKTpL3NmuarHSIaSVlTFDDpcIajCDwz5/uwKLLgKiQ==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-riscv64/0.14.49: resolution: {integrity: sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==} engines: {node: '>=12'} @@ -4329,15 +3498,6 @@ packages: requiresBuild: true optional: true - /esbuild-linux-s390x/0.14.42: - resolution: {integrity: sha512-YFRhPCxl8nb//Wn6SiS5pmtplBi4z9yC2gLrYoYI/tvwuB1jldir9r7JwAGy1Ck4D7sE7wBN9GFtUUX/DLdcEQ==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-s390x/0.14.49: resolution: {integrity: sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==} engines: {node: '>=12'} @@ -4346,15 +3506,6 @@ packages: requiresBuild: true optional: true - /esbuild-netbsd-64/0.14.42: - resolution: {integrity: sha512-QYSD2k+oT9dqB/4eEM9c+7KyNYsIPgzYOSrmfNGDIyJrbT1d+CFVKvnKahDKNJLfOYj8N4MgyFaU9/Ytc6w5Vw==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /esbuild-netbsd-64/0.14.49: resolution: {integrity: sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==} engines: {node: '>=12'} @@ -4363,15 +3514,6 @@ packages: requiresBuild: true optional: true - /esbuild-openbsd-64/0.14.42: - resolution: {integrity: sha512-M2meNVIKWsm2HMY7+TU9AxM7ZVwI9havdsw6m/6EzdXysyCFFSoaTQ/Jg03izjCsK17FsVRHqRe26Llj6x0MNA==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /esbuild-openbsd-64/0.14.49: resolution: {integrity: sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==} engines: {node: '>=12'} @@ -4380,15 +3522,6 @@ packages: requiresBuild: true optional: true - /esbuild-sunos-64/0.14.42: - resolution: {integrity: sha512-uXV8TAZEw36DkgW8Ak3MpSJs1ofBb3Smkc/6pZ29sCAN1KzCAQzsje4sUwugf+FVicrHvlamCOlFZIXgct+iqQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - /esbuild-sunos-64/0.14.49: resolution: {integrity: sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==} engines: {node: '>=12'} @@ -4397,15 +3530,6 @@ packages: requiresBuild: true optional: true - /esbuild-windows-32/0.14.42: - resolution: {integrity: sha512-4iw/8qWmRICWi9ZOnJJf9sYt6wmtp3hsN4TdI5NqgjfOkBVMxNdM9Vt3626G1Rda9ya2Q0hjQRD9W1o+m6Lz6g==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-32/0.14.49: resolution: {integrity: sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==} engines: {node: '>=12'} @@ -4414,15 +3538,6 @@ packages: requiresBuild: true optional: true - /esbuild-windows-64/0.14.42: - resolution: {integrity: sha512-j3cdK+Y3+a5H0wHKmLGTJcq0+/2mMBHPWkItR3vytp/aUGD/ua/t2BLdfBIzbNN9nLCRL9sywCRpOpFMx3CxzA==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-64/0.14.49: resolution: {integrity: sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==} engines: {node: '>=12'} @@ -4431,15 +3546,6 @@ packages: requiresBuild: true optional: true - /esbuild-windows-arm64/0.14.42: - resolution: {integrity: sha512-+lRAARnF+hf8J0mN27ujO+VbhPbDqJ8rCcJKye4y7YZLV6C4n3pTRThAb388k/zqF5uM0lS5O201u0OqoWSicw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-arm64/0.14.49: resolution: {integrity: sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==} engines: {node: '>=12'} @@ -4448,34 +3554,6 @@ packages: requiresBuild: true optional: true - /esbuild/0.14.42: - resolution: {integrity: sha512-V0uPZotCEHokJdNqyozH6qsaQXqmZEOiZWrXnds/zaH/0SyrIayRXWRB98CENO73MIZ9T3HBIOsmds5twWtmgw==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - esbuild-android-64: 0.14.42 - esbuild-android-arm64: 0.14.42 - esbuild-darwin-64: 0.14.42 - esbuild-darwin-arm64: 0.14.42 - esbuild-freebsd-64: 0.14.42 - esbuild-freebsd-arm64: 0.14.42 - esbuild-linux-32: 0.14.42 - esbuild-linux-64: 0.14.42 - esbuild-linux-arm: 0.14.42 - esbuild-linux-arm64: 0.14.42 - esbuild-linux-mips64le: 0.14.42 - esbuild-linux-ppc64le: 0.14.42 - esbuild-linux-riscv64: 0.14.42 - esbuild-linux-s390x: 0.14.42 - esbuild-netbsd-64: 0.14.42 - esbuild-openbsd-64: 0.14.42 - esbuild-sunos-64: 0.14.42 - esbuild-windows-32: 0.14.42 - esbuild-windows-64: 0.14.42 - esbuild-windows-arm64: 0.14.42 - dev: true - /esbuild/0.14.49: resolution: {integrity: sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==} engines: {node: '>=12'} @@ -4562,7 +3640,7 @@ packages: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: debug: 3.2.7 - resolve: 1.22.0 + resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true @@ -5307,10 +4385,6 @@ packages: function-bind: 1.1.1 dev: true - /hash-sum/1.0.2: - resolution: {integrity: sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==} - dev: true - /hash-sum/2.0.0: resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==} @@ -5353,11 +4427,6 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-tags/2.0.0: - resolution: {integrity: sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==} - engines: {node: '>=4'} - dev: true - /html-tags/3.2.0: resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==} engines: {node: '>=8'} @@ -5951,10 +5020,6 @@ packages: resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} dev: true - /lodash.kebabcase/4.1.1: - resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} - dev: true - /lodash.map/4.6.0: resolution: {integrity: sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==} dev: true @@ -6005,13 +5070,6 @@ packages: get-func-name: 2.0.0 dev: true - /lru-cache/4.1.5: - resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - dev: true - /lru-cache/6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -6111,12 +5169,6 @@ packages: yargs-parser: 20.2.9 dev: true - /merge-source-map/1.1.0: - resolution: {integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==} - dependencies: - source-map: 0.6.1 - dev: true - /merge-stream/2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} dev: true @@ -6255,7 +5307,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.0 + resolve: 1.22.1 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -6533,10 +5585,6 @@ packages: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true - /picocolors/0.2.1: - resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} - dev: true - /picocolors/1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} @@ -6565,26 +5613,10 @@ packages: engines: {node: '>=10.13.0'} dev: false - /postcss-selector-parser/6.0.10: - resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} - engines: {node: '>=4'} - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: true - /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/7.0.39: - resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==} - engines: {node: '>=6.0.0'} - dependencies: - picocolors: 0.2.1 - source-map: 0.6.1 - dev: true - /postcss/8.4.14: resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} engines: {node: ^10 || ^12 || >=14} @@ -6639,10 +5671,6 @@ packages: engines: {node: '>=0.4.0'} dev: true - /pseudomap/1.0.2: - resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - dev: true - /psl/1.8.0: resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} dev: true @@ -6675,12 +5703,6 @@ packages: yargs: 15.4.1 dev: false - /querystring/0.2.1: - resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==} - engines: {node: '>=0.4.x'} - deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. - dev: true - /queue-microtask/1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -6881,7 +5903,7 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.0 + resolve: 1.22.1 dev: true /redent/3.0.0: @@ -6957,6 +5979,15 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true + /resolve/1.22.1: + resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} + hasBin: true + dependencies: + is-core-module: 2.9.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + /restore-cursor/2.0.0: resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} engines: {node: '>=4'} @@ -7207,15 +6238,16 @@ packages: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} + /source-map-support/0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + /source-map/0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - /source-map/0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - dev: true - /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} @@ -7433,6 +6465,16 @@ packages: uuid: 3.4.0 dev: true + /terser/5.14.2: + resolution: {integrity: sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.2 + acorn: 8.7.1 + commander: 2.20.3 + source-map-support: 0.5.21 + /test-exclude/6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} @@ -7714,7 +6756,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-plugin-dts/0.9.10_vite@2.9.13: + /vite-plugin-dts/0.9.10_vite@3.0.4: resolution: {integrity: sha512-dNfFJXRsm3YW8k+Wm8SesSaEGOaicKdgFz5PoUpT9zUh6URr5cwu5NMOBhJgiofrzcuYtOU2Ez7JQtg68RII8g==} engines: {node: '>=12.0.0'} peerDependencies: @@ -7723,150 +6765,7 @@ packages: fast-glob: 3.2.11 fs-extra: 10.1.0 ts-morph: 13.0.3 - vite: 2.9.13 - dev: true - - /vite-plugin-vue2/2.0.1_ih2aev7ln5tuozfxqlcfsxatvm: - resolution: {integrity: sha512-8ixcIDZwk3PSbdaqKrPFYDot044lPLIqpjjuRXUDHdRhml87Kbc6JqLq6uwHERlPovwfI3DpluWRMVgn/Llmag==} - peerDependencies: - vite: ^2.0.0 - vue-template-compiler: ^2.2.0 - dependencies: - '@babel/core': 7.18.2 - '@babel/parser': 7.18.4 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-proposal-decorators': 7.18.2_@babel+core@7.18.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.2 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.2 - '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.2 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-typescript': 7.18.4_@babel+core@7.18.2 - '@rollup/pluginutils': 4.2.1 - '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.18.2 - '@vue/component-compiler-utils': 3.3.0 - consolidate: 0.16.0 - debug: 4.3.4 - fs-extra: 10.1.0 - hash-sum: 2.0.0 - magic-string: 0.26.2 - prettier: 2.6.2 - querystring: 0.2.1 - rollup: 2.75.5 - slash: 3.0.0 - source-map: 0.7.4 - vite: 2.9.13 - vue-template-babel-compiler: 1.2.0_pbm7qwc5vtrk4c7psocs7h5ncu - vue-template-compiler: 2.7.4 - transitivePeerDependencies: - - arc-templates - - atpl - - babel-core - - bracket-template - - coffee-script - - dot - - dust - - dustjs-helpers - - dustjs-linkedin - - eco - - ect - - ejs - - haml-coffee - - hamlet - - hamljs - - handlebars - - hogan.js - - htmling - - jade - - jazz - - jqtpl - - just - - liquid-node - - liquor - - lodash - - marko - - mote - - mustache - - nunjucks - - plates - - pug - - qejs - - ractive - - razor-tmpl - - react - - react-dom - - slm - - squirrelly - - supports-color - - swig - - swig-templates - - teacup - - templayed - - then-jade - - then-pug - - tinyliquid - - toffee - - twig - - twing - - underscore - - vash - - velocityjs - - walrus - - whiskers - dev: true - - /vite/2.9.13: - resolution: {integrity: sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==} - engines: {node: '>=12.2.0'} - hasBin: true - peerDependencies: - less: '*' - sass: '*' - stylus: '*' - peerDependenciesMeta: - less: - optional: true - sass: - optional: true - stylus: - optional: true - dependencies: - esbuild: 0.14.42 - postcss: 8.4.14 - resolve: 1.22.0 - rollup: 2.75.5 - optionalDependencies: - fsevents: 2.3.2 - dev: true - - /vite/2.9.13_sass@1.52.2: - resolution: {integrity: sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==} - engines: {node: '>=12.2.0'} - hasBin: true - peerDependencies: - less: '*' - sass: '*' - stylus: '*' - peerDependenciesMeta: - less: - optional: true - sass: - optional: true - stylus: - optional: true - dependencies: - esbuild: 0.14.42 - postcss: 8.4.14 - resolve: 1.22.0 - rollup: 2.75.5 - sass: 1.52.2 - optionalDependencies: - fsevents: 2.3.2 + vite: 3.0.4 dev: true /vite/2.9.14: @@ -7887,20 +6786,21 @@ packages: dependencies: esbuild: 0.14.49 postcss: 8.4.14 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.77.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/2.9.14_sass@1.52.2: - resolution: {integrity: sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==} - engines: {node: '>=12.2.0'} + /vite/3.0.4: + resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} + engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: less: '*' sass: '*' stylus: '*' + terser: ^5.4.0 peerDependenciesMeta: less: optional: true @@ -7908,16 +6808,74 @@ packages: optional: true stylus: optional: true + terser: + optional: true dependencies: esbuild: 0.14.49 postcss: 8.4.14 - resolve: 1.22.0 + resolve: 1.22.1 + rollup: 2.77.0 + optionalDependencies: + fsevents: 2.3.2 + dev: true + + /vite/3.0.4_sass@1.52.2: + resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + less: '*' + sass: '*' + stylus: '*' + terser: ^5.4.0 + peerDependenciesMeta: + less: + optional: true + sass: + optional: true + stylus: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.14.49 + postcss: 8.4.14 + resolve: 1.22.1 rollup: 2.77.0 sass: 1.52.2 optionalDependencies: fsevents: 2.3.2 dev: true + /vite/3.0.4_sass@1.52.2+terser@5.14.2: + resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + less: '*' + sass: '*' + stylus: '*' + terser: ^5.4.0 + peerDependenciesMeta: + less: + optional: true + sass: + optional: true + stylus: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.14.49 + postcss: 8.4.14 + resolve: 1.22.1 + rollup: 2.77.0 + sass: 1.52.2 + terser: 5.14.2 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /vitest/0.14.1_c8@7.11.3+jsdom@19.0.0: resolution: {integrity: sha512-2UUm6jYgkwh7Y3VKSRR8OuaNCm+iA5LPDnal7jyITN39maZK9L+JVxqjtQ39PSFo5Fl3/BgaJvER6GGHX9JLxg==} engines: {node: '>=v14.16.0'} @@ -7946,7 +6904,7 @@ packages: local-pkg: 0.4.1 tinypool: 0.1.3 tinyspy: 0.3.2 - vite: 2.9.13 + vite: 2.9.14 transitivePeerDependencies: - less - sass @@ -8003,29 +6961,6 @@ packages: '@vue/devtools-api': 6.2.1 vue: 3.2.37 - /vue-template-babel-compiler/1.2.0_pbm7qwc5vtrk4c7psocs7h5ncu: - resolution: {integrity: sha512-CScBSX1/wCdmmZ/Lvj/63p2CCVTS0FMj0F69VRBo73CuJrjvPAPGmeNJ7D/cwt/VS2PduowRWbO8N4Zh4Z3b0g==} - engines: {node: '>=12.0.0'} - peerDependencies: - vue-template-compiler: ^2.6.0 - dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.2 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.2 - '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.2 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.2 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.2 - '@babel/types': 7.18.4 - deepmerge: 4.2.2 - vue-template-compiler: 2.7.4 - transitivePeerDependencies: - - supports-color - dev: true - /vue-template-compiler/2.7.4: resolution: {integrity: sha512-FgaeXI80FzhtDEsixq3WBrHLWpU2gzLb2DFusm62TrmCQyETsnUp0kTLpbExrTUw7g5YOnRf+xkh73nuEX+jGQ==} dependencies: @@ -8033,10 +6968,6 @@ packages: he: 1.2.0 dev: true - /vue-template-es2015-compiler/1.9.1: - resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} - dev: true - /vue-tsc/0.38.2_typescript@4.7.4: resolution: {integrity: sha512-+OMmpw9BZC9khul3I1HGtWchv7BCiaM7NvfdilVAiOFkjnivIoaW6jJm6YPQJaEPouePtpkDUWovyzgNxWdDsw==} hasBin: true @@ -8246,10 +7177,6 @@ packages: engines: {node: '>=10'} dev: true - /yallist/2.1.2: - resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=} - dev: true - /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: true diff --git a/runtime/react/package.json b/runtime/react/package.json index 2178178c..b7b7b9de 100644 --- a/runtime/react/package.json +++ b/runtime/react/package.json @@ -27,6 +27,6 @@ "@vitejs/plugin-react-refresh": "^1.3.1", "recast": "^0.20.4", "typescript": "^4.7.4", - "vite": "^2.9.13" + "vite": "^3.0.4" } } diff --git a/runtime/vue2/package.json b/runtime/vue2/package.json index 1107b00e..544265f1 100644 --- a/runtime/vue2/package.json +++ b/runtime/vue2/package.json @@ -23,7 +23,7 @@ "rollup": "^2.25.0", "rollup-plugin-external-globals": "^0.6.1", "sass": "^1.35.1", - "vite": "^2.9.13", + "vite": "^3.0.4", "@vitejs/plugin-vue2": "^1.1.2", "vue-template-compiler": "^2.7.4" } diff --git a/runtime/vue3/package.json b/runtime/vue3/package.json index 3eebc749..4d94450e 100644 --- a/runtime/vue3/package.json +++ b/runtime/vue3/package.json @@ -15,19 +15,19 @@ "@tmagic/schema": "1.1.0-beta.5", "@tmagic/stage": "1.1.0-beta.5", "axios": "^0.25.0", - "vue": "^3.2.0" + "vue": "^3.2.37" }, "devDependencies": { "@types/node": "^15.12.4", - "@vitejs/plugin-vue": "^2.3.3", - "@vue/compiler-sfc": "^3.2.0", + "@vitejs/plugin-vue": "^3.0.1", + "@vue/compiler-sfc": "^3.2.37", "@vue/test-utils": "^2.0.0", "recast": "^0.20.4", "rollup": "^2.25.0", "rollup-plugin-external-globals": "^0.6.1", "sass": "^1.35.1", "typescript": "^4.3.4", - "vite": "^2.9.13", + "vite": "^3.0.4", "vue-tsc": "^0.38.2" } }