diff --git a/package.json b/package.json index 7bad5916..75d30205 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "typedoc": "^0.22.18", "typedoc-plugin-markdown": "^3.13.4", "typedoc-plugin-merge-modules": "^4.0.1", - "typescript": "^4.8.4" + "typescript": "4.7.4" } } diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index e993afc2..a498945e 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -45,7 +45,7 @@ "vue-tsc": "^0.40.13" }, "peerDependencies": { - "@vue-flow/core": "^0.4.29", + "@vue-flow/core": "^0.4.41", "vue": "^3.2.25" }, "publishConfig": { diff --git a/packages/pathfinding-edge/vite.config.ts b/packages/pathfinding-edge/vite.config.ts index b07f1d25..878d20f6 100644 --- a/packages/pathfinding-edge/vite.config.ts +++ b/packages/pathfinding-edge/vite.config.ts @@ -14,7 +14,6 @@ export default defineConfig({ extensions: ['.ts', '.vue'], }, build: { - minify: 'esbuild', emptyOutDir: false, lib: { formats: ['es', 'cjs', 'iife'], @@ -24,13 +23,14 @@ export default defineConfig({ rollupOptions: { // make sure to externalize deps that shouldn't be bundled // into your library - external: ['vue'], + external: ['vue', '@vue-flow/core'], output: { dir: './dist', // Provide global variables to use in the UMD build // for externalized deps globals: { - vue: 'Vue', + 'vue': 'Vue', + '@vue-flow/core': 'VueFlow', }, }, }, diff --git a/packages/resize-rotate-node/package.json b/packages/resize-rotate-node/package.json index 40f46a04..1f08debd 100644 --- a/packages/resize-rotate-node/package.json +++ b/packages/resize-rotate-node/package.json @@ -44,7 +44,7 @@ "vue-tsc": "^0.40.13" }, "peerDependencies": { - "@vue-flow/core": "^0.4.37", + "@vue-flow/core": "^0.4.41", "vue": "^3.2.25" }, "publishConfig": { diff --git a/packages/resize-rotate-node/vite.config.ts b/packages/resize-rotate-node/vite.config.ts index 959f3b86..3ba88012 100644 --- a/packages/resize-rotate-node/vite.config.ts +++ b/packages/resize-rotate-node/vite.config.ts @@ -7,14 +7,10 @@ import vueTypes from 'vite-plugin-vue-type-imports' // https://vitejs.dev/config/ export default defineConfig({ resolve: { - alias: { - '~': resolve('../vue-flow/src'), - }, dedupe: ['vue'], extensions: ['.ts', '.vue'], }, build: { - minify: 'esbuild', emptyOutDir: false, lib: { formats: ['es', 'cjs', 'iife'], @@ -24,13 +20,14 @@ export default defineConfig({ rollupOptions: { // make sure to externalize deps that shouldn't be bundled // into your library - external: ['vue'], + external: ['vue', '@vue-flow/core'], output: { dir: './dist', // Provide global variables to use in the UMD build // for externalized deps globals: { - vue: 'Vue', + 'vue': 'Vue', + '@vue-flow/core': 'VueFlow', }, }, }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 105bbc4d..c1bfe466 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,10 @@ importers: prettier: ^2.7.1 shx: ^0.3.4 turbo: ^1.5.5 - typescript: ^4.8.4 + typedoc: ^0.22.18 + typedoc-plugin-markdown: ^3.13.4 + typedoc-plugin-merge-modules: ^4.0.1 + typescript: 4.7.4 devDependencies: '@antfu/eslint-config': 0.27.0_yv3nvntfnealqm77uomj2fi4ki '@changesets/cli': 2.25.0 @@ -24,7 +27,10 @@ importers: prettier: 2.7.1 shx: 0.3.4 turbo: 1.5.5 - typescript: 4.8.4 + typedoc: 0.22.18_typescript@4.7.4 + typedoc-plugin-markdown: 3.13.4_typedoc@0.22.18 + typedoc-plugin-merge-modules: 4.0.1_typedoc@0.22.18 + typescript: 4.7.4 docs: specifiers: @@ -43,14 +49,11 @@ importers: canvas-confetti: ^1.5.1 dotenv: ^16.0.1 ohmyfetch: ^0.4.18 - typedoc: ^0.22.18 - typedoc-plugin-markdown: ^3.13.4 - typedoc-plugin-merge-modules: ^4.0.1 unplugin-auto-import: ^0.10.3 unplugin-icons: ^0.14.8 unplugin-vue-components: ^0.21.2 vite-plugin-windicss: ^1.8.7 - vitepress: ^1.0.0-alpha.4 + vitepress: 1.0.0-alpha.4 vue: ^3.2.37 windicss: ^3.5.6 dependencies: @@ -71,9 +74,6 @@ importers: '@windicss/plugin-scrollbar': 1.2.3 dotenv: 16.0.1 ohmyfetch: 0.4.18 - typedoc: 0.22.18_typescript@4.7.4 - typedoc-plugin-markdown: 3.13.4_typedoc@0.22.18 - typedoc-plugin-merge-modules: 4.0.1_typedoc@0.22.18 unplugin-auto-import: 0.10.3_vite@2.9.15 unplugin-icons: 0.14.8_vite@2.9.15 unplugin-vue-components: 0.21.2_vite@2.9.15+vue@3.2.37 @@ -445,13 +445,13 @@ packages: vue: 3.2.37 dev: false - /@antfu/eslint-config-basic/0.27.0_fbzrb3mx6vzqsr2yqelg57y2hy: + /@antfu/eslint-config-basic/0.27.0_q33pbges5tfm32wkquwrmcdcfq: resolution: {integrity: sha512-QgQVCiNiV9ZF7h09uBqTHctHDfVqJGIIpe0ZHCicLvUv233nAYeu4adAr53buhKrxDeoalozSs2ePiDiCyceTg==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.22.0 - eslint-plugin-antfu: 0.27.0_yv3nvntfnealqm77uomj2fi4ki + eslint-plugin-antfu: 0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0 eslint-plugin-html: 7.1.0 eslint-plugin-import: 2.26.0_e3bnlh74syaux3jintxekg4fya @@ -471,29 +471,29 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.27.0_yv3nvntfnealqm77uomj2fi4ki: + /@antfu/eslint-config-ts/0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-h/ai9xe65lXtsUiSBRAvfcN47fqn5uGHcCA5c0LoBRX6fVFHk06BbPWMlSJRtqmc3uBTmv3gU8SrnWwrycnKag==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.27.0_fbzrb3mx6vzqsr2yqelg57y2hy - '@typescript-eslint/eslint-plugin': 5.39.0_fbzrb3mx6vzqsr2yqelg57y2hy - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config-basic': 0.27.0_q33pbges5tfm32wkquwrmcdcfq + '@typescript-eslint/eslint-plugin': 5.39.0_q33pbges5tfm32wkquwrmcdcfq + '@typescript-eslint/parser': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq eslint: 8.22.0 - typescript: 4.8.4 + typescript: 4.7.4 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /@antfu/eslint-config-vue/0.27.0_yv3nvntfnealqm77uomj2fi4ki: + /@antfu/eslint-config-vue/0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-Iw4GY4rXK1dPxzIl35bOwPE1vn6E5Wm8uljqdpQYQpTX1j6el7Yo30bpanCogWRcdPSMWKcS7GVlHjV47QB59w==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.27.0_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config-ts': 0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq eslint: 8.22.0 eslint-plugin-vue: 9.6.0_eslint@8.22.0 transitivePeerDependencies: @@ -503,14 +503,14 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.27.0_yv3nvntfnealqm77uomj2fi4ki: + /@antfu/eslint-config/0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-xM1In6/ueNyKxxWO86jd7a9IdKby66lZVT/fE8k2RlP+X0xe5/DTTQfwLbVvnRpn77jCPIhEjNKVWxDO/DUEIg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-vue': 0.27.0_yv3nvntfnealqm77uomj2fi4ki - '@typescript-eslint/eslint-plugin': 5.39.0_fbzrb3mx6vzqsr2yqelg57y2hy - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config-vue': 0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/eslint-plugin': 5.39.0_q33pbges5tfm32wkquwrmcdcfq + '@typescript-eslint/parser': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq eslint: 8.22.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0 eslint-plugin-html: 7.1.0 @@ -2222,7 +2222,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.39.0_fbzrb3mx6vzqsr2yqelg57y2hy: + /@typescript-eslint/eslint-plugin/5.39.0_q33pbges5tfm32wkquwrmcdcfq: resolution: {integrity: sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2233,22 +2233,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/parser': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/type-utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki - '@typescript-eslint/utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/type-utils': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/utils': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 eslint: 8.22.0 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.39.0_yv3nvntfnealqm77uomj2fi4ki: + /@typescript-eslint/parser/5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2260,10 +2260,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.39.0 '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 debug: 4.3.4 eslint: 8.22.0 - typescript: 4.8.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true @@ -2276,7 +2276,7 @@ packages: '@typescript-eslint/visitor-keys': 5.39.0 dev: true - /@typescript-eslint/type-utils/5.39.0_yv3nvntfnealqm77uomj2fi4ki: + /@typescript-eslint/type-utils/5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2286,12 +2286,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + '@typescript-eslint/utils': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 eslint: 8.22.0 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true @@ -2301,7 +2301,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.39.0_typescript@4.8.4: + /@typescript-eslint/typescript-estree/5.39.0_typescript@4.7.4: resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2316,13 +2316,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.39.0_yv3nvntfnealqm77uomj2fi4ki: + /@typescript-eslint/utils/5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2331,7 +2331,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.39.0 '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 eslint: 8.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.22.0 @@ -2385,17 +2385,6 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue/2.3.4_vite@2.9.14+vue@3.2.37: - resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} - engines: {node: '>=12.0.0'} - peerDependencies: - vite: ^2.5.10 - vue: ^3.2.25 - dependencies: - vite: 2.9.14 - vue: 3.2.37 - dev: true - /@vitejs/plugin-vue/2.3.4_vite@2.9.15+vue@3.2.37: resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} engines: {node: '>=12.0.0'} @@ -2672,6 +2661,24 @@ packages: vue: 3.2.37 vue-demi: 0.13.6_vue@3.2.37 + /@vueuse/core/8.9.4_vue@3.2.40: + resolution: {integrity: sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q==} + peerDependencies: + '@vue/composition-api': ^1.1.0 + vue: ^2.6.0 || ^3.2.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + vue: + optional: true + dependencies: + '@types/web-bluetooth': 0.0.14 + '@vueuse/metadata': 8.9.4 + '@vueuse/shared': 8.9.4_vue@3.2.40 + vue: 3.2.40 + vue-demi: 0.13.6_vue@3.2.40 + dev: true + /@vueuse/core/9.3.0_vue@3.2.37: resolution: {integrity: sha512-64Rna8IQDWpdrJxgitDg7yv1yTp41ZmvV8zlLEylK4QQLWAhz1OFGZDPZ8bU4lwcGgbEJ2sGi2jrdNh4LttUSQ==} dependencies: @@ -2725,6 +2732,21 @@ packages: vue: 3.2.37 vue-demi: 0.13.6_vue@3.2.37 + /@vueuse/shared/8.9.4_vue@3.2.40: + resolution: {integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==} + peerDependencies: + '@vue/composition-api': ^1.1.0 + vue: ^2.6.0 || ^3.2.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + vue: + optional: true + dependencies: + vue: 3.2.40 + vue-demi: 0.13.6_vue@3.2.40 + dev: true + /@vueuse/shared/9.3.0_vue@3.2.37: resolution: {integrity: sha512-caGUWLY0DpPC6l31KxeUy6vPVNA0yKxx81jFYLoMpyP6cF84FG5Dkf69DfSUqL57wX8JcUkJDMnQaQIZPWFEQQ==} dependencies: @@ -5173,7 +5195,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/parser': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -5181,10 +5203,10 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.27.0_yv3nvntfnealqm77uomj2fi4ki: + /eslint-plugin-antfu/0.27.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-xjNfATHonE3Do2igOlhwjfL2tlaGnm1EgbsLLkHgdk30oIvJU4bLNxF6wXIuaCdjqmwWIqF6smJbX2YhtaEC4w==} dependencies: - '@typescript-eslint/utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/utils': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq transitivePeerDependencies: - eslint - supports-color @@ -5238,7 +5260,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/parser': 5.39.0_4rv7y5c6xz3vfxwhbrcxxi73bq array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 @@ -7169,10 +7191,6 @@ packages: semver: 7.3.7 dev: true - /jsonc-parser/3.1.0: - resolution: {integrity: sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==} - dev: true - /jsonc-parser/3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true @@ -7632,6 +7650,12 @@ packages: hasBin: true dev: true + /marked/4.1.1: + resolution: {integrity: sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==} + engines: {node: '>= 12'} + hasBin: true + dev: true + /mdast-util-from-markdown/0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} dependencies: @@ -8810,7 +8834,7 @@ packages: /pkg-types/0.3.3: resolution: {integrity: sha512-6AJcCMnjUQPQv/Wk960w0TOmjhdjbeaQJoSKWRQv9N3rgkessCu6J0Ydsog/nw1MbpnxHuPzYbfOn2KmlZO1FA==} dependencies: - jsonc-parser: 3.1.0 + jsonc-parser: 3.2.0 mlly: 0.5.5 pathe: 0.3.2 dev: true @@ -10008,7 +10032,7 @@ packages: /shiki/0.10.1: resolution: {integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==} dependencies: - jsonc-parser: 3.1.0 + jsonc-parser: 3.2.0 vscode-oniguruma: 1.6.2 vscode-textmate: 5.2.0 dev: true @@ -10613,14 +10637,14 @@ packages: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: true - /tsutils/3.21.0_typescript@4.8.4: + /tsutils/3.21.0_typescript@4.7.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.8.4 + typescript: 4.7.4 dev: true /tty-table/4.1.6: @@ -10805,7 +10829,7 @@ packages: dependencies: glob: 8.0.3 lunr: 2.3.9 - marked: 4.0.18 + marked: 4.1.1 minimatch: 5.1.0 shiki: 0.10.1 typescript: 4.7.4 @@ -11647,30 +11671,6 @@ packages: svgo: 2.8.0 dev: true - /vite/2.9.14: - resolution: {integrity: sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==} - 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.51 - postcss: 8.4.14 - resolve: 1.22.1 - rollup: 2.77.2 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /vite/2.9.15: resolution: {integrity: sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==} engines: {node: '>=12.2.0'} @@ -11754,13 +11754,13 @@ packages: dependencies: '@docsearch/css': 3.1.1 '@docsearch/js': 3.1.1_imvgwgjzmeisgkq5uchhrryg6y - '@vitejs/plugin-vue': 2.3.4_vite@2.9.14+vue@3.2.37 + '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.40 '@vue/devtools-api': 6.2.1 - '@vueuse/core': 8.9.4_vue@3.2.37 + '@vueuse/core': 8.9.4_vue@3.2.40 body-scroll-lock: 4.0.0-beta.0 shiki: 0.10.1 - vite: 2.9.14 - vue: 3.2.37 + vite: 2.9.15 + vue: 3.2.40 transitivePeerDependencies: - '@algolia/client-search' - '@types/react'