From 9ef4d3c2bc487df40901c87e87dcf37110616e15 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Mon, 5 Feb 2024 18:46:16 +0800 Subject: [PATCH] chore: bump version --- packages/varlet-cli/package.json | 14 +- .../template/generators/base/package.json | 4 +- packages/varlet-ui-playground/package.json | 2 +- .../src/download/template/package.json | 4 +- packages/varlet-ui/package.json | 4 +- packages/varlet-use/package.json | 2 +- pnpm-lock.yaml | 335 +++++++++++------- 7 files changed, 227 insertions(+), 138 deletions(-) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 05e32f53592..cc00e392871 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -43,12 +43,12 @@ "@varlet/release": "^0.2.1", "@babel/core": "^7.22.5", "@babel/preset-typescript": "^7.22.5", - "@vitejs/plugin-vue": "5.0.1", + "@vitejs/plugin-vue": "5.0.3", "@vitejs/plugin-vue-jsx": "3.1.0", - "@vue/babel-plugin-jsx": "1.1.5", - "@vue/compiler-sfc": "3.4.3", - "@vue/runtime-core": "3.4.3", - "vue": "3.4.3", + "@vue/babel-plugin-jsx": "1.2.1", + "@vue/compiler-sfc": "3.4.15", + "@vue/runtime-core": "3.4.15", + "vue": "3.4.15", "vite": "5.0.10", "esbuild": "0.19.3", "vitest": "1.1.0", @@ -92,7 +92,7 @@ "@varlet/ui": "workspace:*", "@varlet/icons": "workspace:*", "@varlet/touch-emulator": "workspace:*", - "@vue/runtime-core": "3.4.3", + "@vue/runtime-core": "3.4.15", "@vue/test-utils": "2.4.1", "@vitest/coverage-istanbul": "1.1.0", "vitest": "1.1.0", @@ -100,7 +100,7 @@ "clipboard": "^2.0.6", "live-server": "^1.2.1", "lodash-es": "^4.17.21", - "vue": "3.4.3", + "vue": "3.4.15", "vue-router": "4.2.0" } } \ No newline at end of file diff --git a/packages/varlet-cli/template/generators/base/package.json b/packages/varlet-cli/template/generators/base/package.json index 51236a5a892..92d150db058 100644 --- a/packages/varlet-cli/template/generators/base/package.json +++ b/packages/varlet-cli/template/generators/base/package.json @@ -44,7 +44,7 @@ "@varlet/shared": "workspace:*", "@varlet/ui": "workspace:*", "@vue/test-utils": "2.4.1", - "@vue/runtime-core": "3.4.3", + "@vue/runtime-core": "3.4.15", "@vitest/coverage-istanbul": "1.1.0", "jsdom": "22.1.0", "vitest": "1.1.0", @@ -56,7 +56,7 @@ "prettier": "^2.8.8", "simple-git-hooks": "^2.8.0", "typescript": "^5.1.5", - "vue": "3.4.3", + "vue": "3.4.15", "vue-router": "4.2.0" }, "lint-staged": { diff --git a/packages/varlet-ui-playground/package.json b/packages/varlet-ui-playground/package.json index 9dd17022dd7..6ca48e9a48d 100644 --- a/packages/varlet-ui-playground/package.json +++ b/packages/varlet-ui-playground/package.json @@ -20,7 +20,7 @@ "@vue/repl": "^2.4.0", "file-saver": "^2.0.5", "jszip": "^3.6.0", - "vue": "3.4.3" + "vue": "3.4.15" }, "eslintConfig": { "rules": { diff --git a/packages/varlet-ui-playground/src/download/template/package.json b/packages/varlet-ui-playground/src/download/template/package.json index c6c694ea050..96de59f9572 100644 --- a/packages/varlet-ui-playground/src/download/template/package.json +++ b/packages/varlet-ui-playground/src/download/template/package.json @@ -7,13 +7,13 @@ "serve": "vite preview" }, "dependencies": { - "vue": "^3.3.4", + "vue": "^3.4.15", "@varlet/ui": "latest", "@varlet/touch-emulator": "latest" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", - "@vue/compiler-sfc": "^3.3.4", + "@vue/compiler-sfc": "^3.4.15", "vite": "^4.3.9" } } diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 8b44b9375b7..93e2b0bb6b9 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -66,7 +66,7 @@ "@varlet/cli": "workspace:*", "@varlet/ui": "workspace: *", "@varlet/touch-emulator": "workspace:*", - "@vue/runtime-core": "3.4.3", + "@vue/runtime-core": "3.4.15", "@vue/test-utils": "2.4.1", "@types/lodash-es": "^4.17.6", "@types/node": "^18.7.18", @@ -77,7 +77,7 @@ "live-server": "^1.2.1", "lodash-es": "^4.17.21", "typescript": "^5.1.5", - "vue": "3.4.3", + "vue": "3.4.15", "vue-router": "4.2.0" } } \ No newline at end of file diff --git a/packages/varlet-use/package.json b/packages/varlet-use/package.json index 953e0154423..6d8a3867253 100644 --- a/packages/varlet-use/package.json +++ b/packages/varlet-use/package.json @@ -43,7 +43,7 @@ "@types/node": "^18.7.18", "tsup": "7.2.0", "typescript": "^5.1.5", - "vue": "3.4.3" + "vue": "3.4.15" }, "peerDependencies": { "vue": "^3.2.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c172aa009b..5a1fe02cc91 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,26 +68,26 @@ importers: specifier: workspace:* version: link:../varlet-vite-plugins '@vitejs/plugin-vue': - specifier: 5.0.1 - version: 5.0.1(vite@5.0.10)(vue@3.4.3) + specifier: 5.0.3 + version: 5.0.3(vite@5.0.10)(vue@3.4.15) '@vitejs/plugin-vue-jsx': specifier: 3.1.0 - version: 3.1.0(vite@5.0.10)(vue@3.4.3) + version: 3.1.0(vite@5.0.10)(vue@3.4.15) '@vitest/coverage-istanbul': specifier: 1.1.0 version: 1.1.0(vitest@1.1.0) '@vue/babel-plugin-jsx': - specifier: 1.1.5 - version: 1.1.5(@babel/core@7.22.5) + specifier: 1.2.1 + version: 1.2.1(@babel/core@7.22.5) '@vue/compiler-sfc': - specifier: 3.4.3 - version: 3.4.3 + specifier: 3.4.15 + version: 3.4.15 '@vue/runtime-core': - specifier: 3.4.3 - version: 3.4.3 + specifier: 3.4.15 + version: 3.4.15 '@vue/test-utils': specifier: 2.4.1 - version: 2.4.1(vue@3.4.3) + version: 2.4.1(vue@3.4.15) chokidar: specifier: ^3.5.2 version: 3.5.3 @@ -158,11 +158,11 @@ importers: specifier: 1.1.0 version: 1.1.0(@types/node@18.7.20)(jsdom@22.1.0)(less@3.13.1) vue: - specifier: 3.4.3 - version: 3.4.3(typescript@5.1.5) + specifier: 3.4.15 + version: 3.4.15(typescript@5.1.5) vue-router: specifier: 4.2.0 - version: 4.2.0(vue@3.4.3) + version: 4.2.0(vue@3.4.15) webfont: specifier: 11.2.26 version: 11.2.26(chokidar@3.5.3) @@ -301,11 +301,11 @@ importers: specifier: 1.1.0 version: 1.1.0(vitest@1.1.0) '@vue/runtime-core': - specifier: 3.4.3 - version: 3.4.3 + specifier: 3.4.15 + version: 3.4.15 '@vue/test-utils': specifier: 2.4.1 - version: 2.4.1(vue@3.4.3) + version: 2.4.1(vue@3.4.15) clipboard: specifier: ^2.0.6 version: 2.0.11 @@ -325,11 +325,11 @@ importers: specifier: 1.1.0 version: 1.1.0(@types/node@18.7.18)(jsdom@22.1.0) vue: - specifier: 3.4.3 - version: 3.4.3(typescript@5.1.5) + specifier: 3.4.15 + version: 3.4.15(typescript@5.1.5) vue-router: specifier: 4.2.0 - version: 4.2.0(vue@3.4.3) + version: 4.2.0(vue@3.4.15) packages/varlet-ui-playground: dependencies: @@ -349,8 +349,8 @@ importers: specifier: ^3.6.0 version: 3.10.1 vue: - specifier: 3.4.3 - version: 3.4.3(typescript@5.1.5) + specifier: 3.4.15 + version: 3.4.15(typescript@5.1.5) devDependencies: '@types/file-saver': specifier: ^2.0.5 @@ -387,8 +387,8 @@ importers: specifier: ^5.1.5 version: 5.1.5 vue: - specifier: 3.4.3 - version: 3.4.3(typescript@5.1.5) + specifier: 3.4.15 + version: 3.4.15(typescript@5.1.5) packages/varlet-vite-plugins: dependencies: @@ -871,6 +871,14 @@ packages: dependencies: '@babel/types': 7.22.5 + /@babel/parser@7.23.9: + resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.9 + dev: false + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} @@ -881,8 +889,18 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.6): - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.5): + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6): + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1021,6 +1039,24 @@ packages: transitivePeerDependencies: - supports-color + /@babel/traverse@7.23.9: + resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/types@7.20.7: resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==} engines: {node: '>=6.9.0'} @@ -1046,6 +1082,15 @@ packages: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 + /@babel/types@7.23.9: + resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: false + /@esbuild/android-arm64@0.18.20: resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} @@ -1562,25 +1607,25 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - /@nolyfill/array-includes@1.0.24: - resolution: {integrity: sha512-4vnalzvzxhffSjyRVlmYJo1wqTCL5jesG94CeER4bwUx/S7sCtInHEZ3fncnt+MYMX+53BbSPOQT8Oz3NmdGig==} + /@nolyfill/array-includes@1.0.28: + resolution: {integrity: sha512-3LFZArKSQTQu//UvQXb4lBHWvhxmiZ5h2v50WIXfWb5UPNgeLpeGP8WgsfTePCpZgNlxt5JVFDdv5zLRa7cQXw==} engines: {node: '>=12.4.0'} dependencies: - '@nolyfill/shared': 1.0.24 + '@nolyfill/shared': 1.0.28 dev: false - /@nolyfill/array.prototype.flat@1.0.24: - resolution: {integrity: sha512-RCD+BTf2JXc2SexkTOVm7ELYfQRmJjfdHBavuWaE715QP8zvv5zh4hpFqS7jZpDZWC4bTCpmiuDS3CmEepKrLA==} + /@nolyfill/array.prototype.flat@1.0.28: + resolution: {integrity: sha512-bvBWaZDCWV7+jD70tJCy3Olp03Qx9svHN2KmC2j0CYvqfYRet5+iOb09nzb6QULqGrj7O8DQJ03ZQk6gih9J3g==} engines: {node: '>=12.4.0'} dependencies: - '@nolyfill/shared': 1.0.24 + '@nolyfill/shared': 1.0.28 dev: false - /@nolyfill/array.prototype.flatmap@1.0.24: - resolution: {integrity: sha512-OH6aQ70QztI/5apHKaMWehcBPgxNy5dWGPlWNUSoD6BfG0u1XdOxtFOjqAruQnU+mbxr6eHA9OMAkHUvxTyl0Q==} + /@nolyfill/array.prototype.flatmap@1.0.28: + resolution: {integrity: sha512-Ui/aMijqnYISchzIG0MbRiRh2DKWORJW2s//nw6rJ5jFp6x+nmFCQ5U2be3+id36VsmTxXiv+qLAHxdfXz8g8g==} engines: {node: '>=12.4.0'} dependencies: - '@nolyfill/shared': 1.0.24 + '@nolyfill/shared': 1.0.28 dev: false /@nolyfill/has@1.0.21: @@ -1590,33 +1635,33 @@ packages: '@nolyfill/shared': 1.0.21 dev: false - /@nolyfill/object.assign@1.0.24: - resolution: {integrity: sha512-s1UPaJu730s6WWct5+NZVCDxu3OXM74ZvWxfnluNp89Rha92xDn5QpRqtHolB2WsTXBwQJDqZV72Jhr1gPTIbw==} + /@nolyfill/object.assign@1.0.28: + resolution: {integrity: sha512-rrtnXgU2XJvUF9jFMwRbyvLdAlCIJOKtecflza4xWDom6u8UPliTOS0OQ6kvhql7/hpv9b8x9p0s467BVY58xg==} engines: {node: '>=12.4.0'} dependencies: - '@nolyfill/shared': 1.0.24 + '@nolyfill/shared': 1.0.28 dev: false - /@nolyfill/object.entries@1.0.24: - resolution: {integrity: sha512-im+bDIpHCgshjKasOEyHpQNE34xMtQMyV6ECLtkOTwZ0RX4OleSKSreogVbOyo5ocLR7PoscmdM8TQRpVQSVpQ==} + /@nolyfill/object.entries@1.0.28: + resolution: {integrity: sha512-2t4PayP6Sx7Z20HJjcf8XhhPBO8/H31bwMdP0yEdDcxSXeEhl90Ibb9E3XKzSlcsGf43nXyfabHNrnfvdWE4Ng==} engines: {node: '>=12.4.0'} dependencies: - '@nolyfill/shared': 1.0.24 + '@nolyfill/shared': 1.0.28 dev: false - /@nolyfill/object.values@1.0.24: - resolution: {integrity: sha512-FEbvgDQUGDdWZmXHvg8DhKzI9LM3jclZKVmkIx5ZMs3xLb37Sh/c6VG56pmObrHZjwISlDs4cHouVYRsFzwLZw==} + /@nolyfill/object.values@1.0.28: + resolution: {integrity: sha512-W6CdQv4Y/19aA5tenUhRELqlBoD92D4Uh1TDp5uHXD7s9zEHgcDCPCdA8ak6y4I66fR//Fir6C1mAQWv1QLnXw==} engines: {node: '>=12.4.0'} dependencies: - '@nolyfill/shared': 1.0.24 + '@nolyfill/shared': 1.0.28 dev: false /@nolyfill/shared@1.0.21: resolution: {integrity: sha512-qDc/NoaFU23E0hhiDPeUrvWzTXIPE+RbvRQtRWSeHHNmCIgYI9HS1jKzNYNJxv4jvZ/1VmM3L6rNVxbj+LBMNA==} dev: false - /@nolyfill/shared@1.0.24: - resolution: {integrity: sha512-TGCpg3k5N7jj9AgU/1xFw9K1g4AC1vEE5ZFkW77oPNNLzprxT17PvFaNr/lr3BkkT5fJ5LNMntaTIq+pyWaeEA==} + /@nolyfill/shared@1.0.28: + resolution: {integrity: sha512-UJTshFMDgugBcYXGLopbL1enYpGREOEfjUMQKLPLeJqWfbfElGtYbGbUcucCENa7cicGo3M5u/DnPiZe/PYQyw==} dev: false /@nolyfill/side-channel@1.0.21: @@ -2021,7 +2066,7 @@ packages: semver: 7.5.4 dev: false - /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.10)(vue@3.4.3): + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.10)(vue@3.4.15): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2030,22 +2075,22 @@ packages: dependencies: '@babel/core': 7.23.6 '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.6) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.6) + '@vue/babel-plugin-jsx': 1.2.1(@babel/core@7.23.6) vite: 5.0.10(@types/node@18.7.20)(less@3.13.1) - vue: 3.4.3(typescript@5.1.5) + vue: 3.4.15(typescript@5.1.5) transitivePeerDependencies: - supports-color dev: false - /@vitejs/plugin-vue@5.0.1(vite@5.0.10)(vue@3.4.3): - resolution: {integrity: sha512-lwvZX5tDhJpRJEKsjoUSWgaD26Lk9X4aDYGAPpr/Q6cLTT3PC8LPu2dsnYEweAZiNgHsbyKL2Svc/CDrFOsbtw==} + /@vitejs/plugin-vue@5.0.3(vite@5.0.10)(vue@3.4.15): + resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 vue: ^3.2.25 dependencies: vite: 5.0.10(@types/node@18.7.20)(less@3.13.1) - vue: 3.4.3(typescript@5.1.5) + vue: 3.4.15(typescript@5.1.5) dev: false /@vitest/coverage-istanbul@1.1.0(vitest@1.1.0): @@ -2127,22 +2172,27 @@ packages: keytar: 7.9.0 dev: true - /@vue/babel-helper-vue-transform-on@1.1.5: - resolution: {integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==} + /@vue/babel-helper-vue-transform-on@1.2.1: + resolution: {integrity: sha512-jtEXim+pfyHWwvheYwUwSXm43KwQo8nhOBDyjrUITV6X2tB7lJm6n/+4sqR8137UVZZul5hBzWHdZ2uStYpyRQ==} dev: false - /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.22.5): - resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} + /@vue/babel-plugin-jsx@1.2.1(@babel/core@7.22.5): + resolution: {integrity: sha512-Yy9qGktktXhB39QE99So/BO2Uwm/ZG+gpL9vMg51ijRRbINvgbuhyJEi4WYmGRMx/MSTfK0xjgZ3/MyY+iLCEg==} peerDependencies: '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: '@babel/core': 7.22.5 - '@babel/helper-module-imports': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - '@vue/babel-helper-vue-transform-on': 1.1.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.5) + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.6 + '@vue/babel-helper-vue-transform-on': 1.2.1 + '@vue/babel-plugin-resolve-type': 1.2.1(@babel/core@7.22.5) camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 @@ -2150,18 +2200,23 @@ packages: - supports-color dev: false - /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.6): - resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} + /@vue/babel-plugin-jsx@1.2.1(@babel/core@7.23.6): + resolution: {integrity: sha512-Yy9qGktktXhB39QE99So/BO2Uwm/ZG+gpL9vMg51ijRRbINvgbuhyJEi4WYmGRMx/MSTfK0xjgZ3/MyY+iLCEg==} peerDependencies: '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: '@babel/core': 7.23.6 - '@babel/helper-module-imports': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.6) - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - '@vue/babel-helper-vue-transform-on': 1.1.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.6 + '@vue/babel-helper-vue-transform-on': 1.2.1 + '@vue/babel-plugin-resolve-type': 1.2.1(@babel/core@7.23.6) camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 @@ -2169,78 +2224,104 @@ packages: - supports-color dev: false - /@vue/compiler-core@3.4.3: - resolution: {integrity: sha512-u8jzgFg0EDtSrb/hG53Wwh1bAOQFtc1ZCegBpA/glyvTlgHl+tq13o1zvRfLbegYUw/E4mSTGOiCnAJ9SJ+lsg==} + /@vue/babel-plugin-resolve-type@1.2.1(@babel/core@7.22.5): + resolution: {integrity: sha512-IOtnI7pHunUzHS/y+EG/yPABIAp0VN8QhQ0UCS09jeMVxgAnI9qdOzO85RXdQGxq+aWCdv8/+k3W0aYO6j/8fQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/parser': 7.23.6 + '@vue/compiler-sfc': 3.4.15 + dev: false + + /@vue/babel-plugin-resolve-type@1.2.1(@babel/core@7.23.6): + resolution: {integrity: sha512-IOtnI7pHunUzHS/y+EG/yPABIAp0VN8QhQ0UCS09jeMVxgAnI9qdOzO85RXdQGxq+aWCdv8/+k3W0aYO6j/8fQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: + '@babel/code-frame': 7.23.5 + '@babel/core': 7.23.6 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 '@babel/parser': 7.23.6 - '@vue/shared': 3.4.3 + '@vue/compiler-sfc': 3.4.15 + dev: false + + /@vue/compiler-core@3.4.15: + resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.4.15 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.0.2 - /@vue/compiler-dom@3.4.3: - resolution: {integrity: sha512-oGF1E9/htI6JWj/lTJgr6UgxNCtNHbM6xKVreBWeZL9QhRGABRVoWGAzxmtBfSOd+w0Zi5BY0Es/tlJrN6WgEg==} + /@vue/compiler-dom@3.4.15: + resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==} dependencies: - '@vue/compiler-core': 3.4.3 - '@vue/shared': 3.4.3 + '@vue/compiler-core': 3.4.15 + '@vue/shared': 3.4.15 - /@vue/compiler-sfc@3.4.3: - resolution: {integrity: sha512-NuJqb5is9I4uzv316VRUDYgIlPZCG8D+ARt5P4t5UDShIHKL25J3TGZAUryY/Aiy0DsY7srJnZL5ryB6DD63Zw==} + /@vue/compiler-sfc@3.4.15: + resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==} dependencies: '@babel/parser': 7.23.6 - '@vue/compiler-core': 3.4.3 - '@vue/compiler-dom': 3.4.3 - '@vue/compiler-ssr': 3.4.3 - '@vue/shared': 3.4.3 + '@vue/compiler-core': 3.4.15 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 estree-walker: 2.0.2 magic-string: 0.30.5 - postcss: 8.4.32 + postcss: 8.4.33 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.4.3: - resolution: {integrity: sha512-wnYQtMBkeFSxgSSQbYGQeXPhQacQiog2c6AlvMldQH6DB+gSXK/0F6DVXAJfEiuBSgBhUc8dwrrG5JQcqwalsA==} + /@vue/compiler-ssr@3.4.15: + resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==} dependencies: - '@vue/compiler-dom': 3.4.3 - '@vue/shared': 3.4.3 + '@vue/compiler-dom': 3.4.15 + '@vue/shared': 3.4.15 /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} - /@vue/reactivity@3.4.3: - resolution: {integrity: sha512-q5f9HLDU+5aBKizXHAx0w4whkIANs1Muiq9R5YXm0HtorSlflqv9u/ohaMxuuhHWCji4xqpQ1eL04WvmAmGnFg==} + /@vue/reactivity@3.4.15: + resolution: {integrity: sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==} dependencies: - '@vue/shared': 3.4.3 + '@vue/shared': 3.4.15 /@vue/repl@2.4.0: resolution: {integrity: sha512-vXXEysYTCZdJo3kECwKDTxd6GI3F9RzJ3dkslY6fpdGn7q+aCizLqcWiEnWaeBjbqOh31rMsPPUxhhC3jhaiXQ==} dev: false - /@vue/runtime-core@3.4.3: - resolution: {integrity: sha512-C1r6QhB1qY7D591RCSFhMULyzL9CuyrGc+3PpB0h7dU4Qqw6GNyo4BNFjHZVvsWncrUlKX3DIKg0Y7rNNr06NQ==} + /@vue/runtime-core@3.4.15: + resolution: {integrity: sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==} dependencies: - '@vue/reactivity': 3.4.3 - '@vue/shared': 3.4.3 + '@vue/reactivity': 3.4.15 + '@vue/shared': 3.4.15 - /@vue/runtime-dom@3.4.3: - resolution: {integrity: sha512-wrsprg7An5Ec+EhPngWdPuzkp0BEUxAKaQtN9dPU/iZctPyD9aaXmVtehPJerdQxQale6gEnhpnfywNw3zOv2A==} + /@vue/runtime-dom@3.4.15: + resolution: {integrity: sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==} dependencies: - '@vue/runtime-core': 3.4.3 - '@vue/shared': 3.4.3 + '@vue/runtime-core': 3.4.15 + '@vue/shared': 3.4.15 csstype: 3.1.3 - /@vue/server-renderer@3.4.3(vue@3.4.3): - resolution: {integrity: sha512-BUxt8oVGMKKsqSkM1uU3d3Houyfy4WAc2SpSQRebNd+XJGATVkW/rO129jkyL+kpB/2VRKzE63zwf5RtJ3XuZw==} + /@vue/server-renderer@3.4.15(vue@3.4.15): + resolution: {integrity: sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==} peerDependencies: - vue: 3.4.3 + vue: 3.4.15 dependencies: - '@vue/compiler-ssr': 3.4.3 - '@vue/shared': 3.4.3 - vue: 3.4.3(typescript@5.1.5) + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 + vue: 3.4.15(typescript@5.1.5) - /@vue/shared@3.4.3: - resolution: {integrity: sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ==} + /@vue/shared@3.4.15: + resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==} - /@vue/test-utils@2.4.1(vue@3.4.3): + /@vue/test-utils@2.4.1(vue@3.4.15): resolution: {integrity: sha512-VO8nragneNzUZUah6kOjiFmD/gwRjUauG9DROh6oaOeFwX1cZRUNHhdeogE8635cISigXFTtGLUQWx5KCb0xeg==} peerDependencies: '@vue/server-renderer': ^3.0.1 @@ -2250,7 +2331,7 @@ packages: optional: true dependencies: js-beautify: 1.14.9 - vue: 3.4.3(typescript@5.1.5) + vue: 3.4.15(typescript@5.1.5) vue-component-type-helpers: 1.8.4 /@xmldom/xmldom@0.7.13: @@ -3547,8 +3628,8 @@ packages: confusing-browser-globals: 1.0.11 eslint: 8.43.0 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint@8.43.0) - object.assign: /@nolyfill/object.assign@1.0.24 - object.entries: /@nolyfill/object.entries@1.0.24 + object.assign: /@nolyfill/object.assign@1.0.28 + object.entries: /@nolyfill/object.entries@1.0.28 semver: 6.3.0 dev: false @@ -3611,9 +3692,9 @@ packages: optional: true dependencies: '@typescript-eslint/parser': 5.60.1(eslint@8.43.0)(typescript@5.2.2) - array-includes: /@nolyfill/array-includes@1.0.24 - array.prototype.flat: /@nolyfill/array.prototype.flat@1.0.24 - array.prototype.flatmap: /@nolyfill/array.prototype.flatmap@1.0.24 + array-includes: /@nolyfill/array-includes@1.0.28 + array.prototype.flat: /@nolyfill/array.prototype.flat@1.0.28 + array.prototype.flatmap: /@nolyfill/array.prototype.flatmap@1.0.28 debug: 3.2.7 doctrine: 2.1.0 eslint: 8.43.0 @@ -3623,7 +3704,7 @@ packages: is-core-module: 2.12.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: /@nolyfill/object.values@1.0.24 + object.values: /@nolyfill/object.values@1.0.28 resolve: 1.22.1 semver: 6.3.0 tsconfig-paths: 3.14.1 @@ -5929,6 +6010,14 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 + /postcss@8.4.33: + resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.0.2 + /prebuild-install@7.1.1: resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==} engines: {node: '>=10'} @@ -7457,27 +7546,27 @@ packages: - supports-color dev: false - /vue-router@4.2.0(vue@3.4.3): + /vue-router@4.2.0(vue@3.4.15): resolution: {integrity: sha512-c+usESa6ZoWsm4PPdzRSyenp5A4dsUtnDJnrI03fY1IpIihA9TK3x5ffgkFDpjhLJZewsXoKURapNLFdZjuqTg==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.0 - vue: 3.4.3(typescript@5.1.5) + vue: 3.4.15(typescript@5.1.5) - /vue@3.4.3(typescript@5.1.5): - resolution: {integrity: sha512-GjN+culMAGv/mUbkIv8zMKItno8npcj5gWlXkSxf1SPTQf8eJ4A+YfHIvQFyL1IfuJcMl3soA7SmN1fRxbf/wA==} + /vue@3.4.15(typescript@5.1.5): + resolution: {integrity: sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.3 - '@vue/compiler-sfc': 3.4.3 - '@vue/runtime-dom': 3.4.3 - '@vue/server-renderer': 3.4.3(vue@3.4.3) - '@vue/shared': 3.4.3 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-sfc': 3.4.15 + '@vue/runtime-dom': 3.4.15 + '@vue/server-renderer': 3.4.15(vue@3.4.15) + '@vue/shared': 3.4.15 typescript: 5.1.5 /w3c-xmlserializer@4.0.0: