From 425d6994f31ad3d246c8393f90d9ccef2daba07b Mon Sep 17 00:00:00 2001 From: symbot Date: Tue, 7 May 2024 11:40:39 +0300 Subject: [PATCH] release: v1.0.209 --- CHANGELOG.md | 15 +++++ cli/api-client/CHANGELOG.md | 4 ++ cli/api-client/package.json | 4 +- cli/create-vc-app/CHANGELOG.md | 9 +++ cli/create-vc-app/package.json | 4 +- .../src/templates/base/_package.json | 10 +-- configs/release-config/CHANGELOG.md | 4 ++ configs/release-config/package.json | 4 +- configs/ts-config/CHANGELOG.md | 4 ++ configs/ts-config/package.json | 2 +- configs/vite-config/CHANGELOG.md | 4 ++ configs/vite-config/package.json | 4 +- framework/CHANGELOG.md | 10 +++ framework/package.json | 8 +-- package.json | 2 +- sample/vc-app-extend/CHANGELOG.md | 4 ++ sample/vc-app-extend/package.json | 12 ++-- sample/vc-app/CHANGELOG.md | 4 ++ sample/vc-app/package.json | 12 ++-- yarn.lock | 64 +++++++++---------- 20 files changed, 121 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92135e97..9934f28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + +### Bug Fixes + +* **create-vc-app:** fixed boilerplate release script ([b1e3124](https://github.com/VirtoCommerce/vc-shell/commit/b1e312445acb99402850e22208c1c9e4b7912502)) + + +### Features + +* img extensions, renaming vm-1315 ([cd02d04](https://github.com/VirtoCommerce/vc-shell/commit/cd02d04d924f9049521b2f116e0ed192f29ce981)) +* support of edit mode for blade and vc-table vm-1312 ([b1c8daa](https://github.com/VirtoCommerce/vc-shell/commit/b1c8daae2255befdadd8a3012354ba3efa813e84)) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index 9091c932..a9297d1d 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/cli/api-client/package.json b/cli/api-client/package.json index a866fb5d..d129f4ff 100644 --- a/cli/api-client/package.json +++ b/cli/api-client/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/api-client-generator", "description": "Tool for API clients generation", - "version": "1.0.208", + "version": "1.0.209", "type": "module", "bin": "./dist/api-client-generator.js", "files": [ @@ -12,7 +12,7 @@ "build": "vite build" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/ts-config": "^1.0.209", "typescript": "^5.3.3" }, "dependencies": { diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index a7d25064..f6e27d8f 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + +### Bug Fixes + +* **create-vc-app:** fixed boilerplate release script ([b1e3124](https://github.com/VirtoCommerce/vc-shell/commit/b1e312445acb99402850e22208c1c9e4b7912502)) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/cli/create-vc-app/package.json b/cli/create-vc-app/package.json index 4baa3f79..32c2776f 100644 --- a/cli/create-vc-app/package.json +++ b/cli/create-vc-app/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/create-vc-app", "description": "Application scaffolding", - "version": "1.0.208", + "version": "1.0.209", "type": "module", "bin": "./dist/index.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/prompts": "^2.4.4", - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/ts-config": "^1.0.209", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "shx": "^0.3.4", diff --git a/cli/create-vc-app/src/templates/base/_package.json b/cli/create-vc-app/src/templates/base/_package.json index 3a0df99e..f8413899 100644 --- a/cli/create-vc-app/src/templates/base/_package.json +++ b/cli/create-vc-app/src/templates/base/_package.json @@ -23,9 +23,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "@vc-shell/api-client-generator": "^1.0.208", - "@vc-shell/release-config": "^1.0.208", - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/api-client-generator": "^1.0.209", + "@vc-shell/release-config": "^1.0.209", + "@vc-shell/ts-config": "^1.0.209", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -55,8 +55,8 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", - "@vc-shell/config-generator": "^1.0.208", - "@vc-shell/framework": "^1.0.208", + "@vc-shell/config-generator": "^1.0.209", + "@vc-shell/framework": "^1.0.209", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "cross-spawn": "^7.0.3", diff --git a/configs/release-config/CHANGELOG.md b/configs/release-config/CHANGELOG.md index 0ee101ae..4afe612e 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 7d3e5cef..23991f92 100644 --- a/configs/release-config/package.json +++ b/configs/release-config/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/release-config", - "version": "1.0.208", + "version": "1.0.209", "type": "module", "main": "dist/release-config.js", "types": "./dist/index.d.ts", @@ -20,7 +20,7 @@ "devDependencies": { "@types/prompts": "^2.4.7", "@types/semver": "^7.5.4", - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/ts-config": "^1.0.209", "typescript": "^5.3.3", "vite-plugin-dts": "^3.6.4" }, diff --git a/configs/ts-config/CHANGELOG.md b/configs/ts-config/CHANGELOG.md index 600b9404..9918134a 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/configs/ts-config/package.json b/configs/ts-config/package.json index 467156e1..5174080f 100644 --- a/configs/ts-config/package.json +++ b/configs/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/ts-config", - "version": "1.0.208", + "version": "1.0.209", "main": "./tsconfig.json", "files": [ "tsconfig.json" diff --git a/configs/vite-config/CHANGELOG.md b/configs/vite-config/CHANGELOG.md index 828387eb..f55dec1e 100644 --- a/configs/vite-config/CHANGELOG.md +++ b/configs/vite-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/configs/vite-config/package.json b/configs/vite-config/package.json index d10d6816..29d3a1d5 100644 --- a/configs/vite-config/package.json +++ b/configs/vite-config/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/config-generator", "description": "Generate Vite configurations", - "version": "1.0.208", + "version": "1.0.209", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -19,7 +19,7 @@ "vue": "^3.4.15" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/ts-config": "^1.0.209", "tsc-alias": "^1.8.8", "typescript": "^5.3.3" }, diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index f7c78810..b61197bc 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + +### Features + +* img extensions, renaming vm-1315 ([cd02d04](https://github.com/VirtoCommerce/vc-shell/commit/cd02d04d924f9049521b2f116e0ed192f29ce981)) +* support of edit mode for blade and vc-table vm-1312 ([b1c8daa](https://github.com/VirtoCommerce/vc-shell/commit/b1c8daae2255befdadd8a3012354ba3efa813e84)) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/framework/package.json b/framework/package.json index 85635098..e35e6d53 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/framework", - "version": "1.0.208", + "version": "1.0.209", "type": "module", "main": "./dist/framework.js", "types": "./dist/index.d.ts", @@ -59,9 +59,9 @@ "devDependencies": { "@types/dompurify": "^3.0.5", "@types/quill": "^2.0.14", - "@vc-shell/api-client-generator": "^1.0.208", - "@vc-shell/config-generator": "^1.0.208", - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/api-client-generator": "^1.0.209", + "@vc-shell/config-generator": "^1.0.209", + "@vc-shell/ts-config": "^1.0.209", "@vitejs/plugin-vue": "^5.0.3", "sass": "^1.69.6", "shx": "^0.3.4", diff --git a/package.json b/package.json index 9ae8fc3f..b4e21b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/root", - "version": "1.0.208", + "version": "1.0.209", "private": true, "repository": "https://github.com/VirtoCommerce/vc-shell", "scripts": { diff --git a/sample/vc-app-extend/CHANGELOG.md b/sample/vc-app-extend/CHANGELOG.md index 53fb0e80..232d0f12 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/sample/vc-app-extend/package.json b/sample/vc-app-extend/package.json index 7475061e..18025508 100644 --- a/sample/vc-app-extend/package.json +++ b/sample/vc-app-extend/package.json @@ -1,6 +1,6 @@ { "name": "vc-app-extend", - "version": "1.0.208", + "version": "1.0.209", "private": true, "scripts": { "serve": "cross-env APP_ENV=development vite --force", @@ -26,9 +26,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", - "@vc-shell/api-client-generator": "^1.0.208", - "@vc-shell/release-config": "^1.0.208", - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/api-client-generator": "^1.0.209", + "@vc-shell/release-config": "^1.0.209", + "@vc-shell/ts-config": "^1.0.209", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -60,8 +60,8 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@vc-app-extend/api": "^1.0.113", "@vc-app/modules": "^1.0.113", - "@vc-shell/config-generator": "^1.0.208", - "@vc-shell/framework": "^1.0.208", + "@vc-shell/config-generator": "^1.0.209", + "@vc-shell/framework": "^1.0.209", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/sample/vc-app/CHANGELOG.md b/sample/vc-app/CHANGELOG.md index 5c63c37d..17c336f8 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07) + + + ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30) diff --git a/sample/vc-app/package.json b/sample/vc-app/package.json index 4703611e..b4337730 100644 --- a/sample/vc-app/package.json +++ b/sample/vc-app/package.json @@ -1,6 +1,6 @@ { "name": "vc-app", - "version": "1.0.208", + "version": "1.0.209", "private": true, "scripts": { "bootstrap": "yarn build:api && yarn build:modules-library", @@ -33,9 +33,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", - "@vc-shell/api-client-generator": "^1.0.208", - "@vc-shell/release-config": "^1.0.208", - "@vc-shell/ts-config": "^1.0.208", + "@vc-shell/api-client-generator": "^1.0.209", + "@vc-shell/release-config": "^1.0.209", + "@vc-shell/ts-config": "^1.0.209", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -67,8 +67,8 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@vc-app/api": "^1.0.113", "@vc-app/modules": "^1.0.113", - "@vc-shell/config-generator": "^1.0.208", - "@vc-shell/framework": "^1.0.208", + "@vc-shell/config-generator": "^1.0.209", + "@vc-shell/framework": "^1.0.209", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index c8a7eed4..ca85e24e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4709,11 +4709,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/api-client-generator@npm:^1.0.208, @vc-shell/api-client-generator@workspace:cli/api-client": +"@vc-shell/api-client-generator@npm:^1.0.209, @vc-shell/api-client-generator@workspace:cli/api-client": version: 0.0.0-use.local resolution: "@vc-shell/api-client-generator@workspace:cli/api-client" dependencies: - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/ts-config": "npm:^1.0.209" chalk: "npm:^2.4.2" nswag: "npm:^13.20.0" typescript: "npm:^5.3.3" @@ -4724,11 +4724,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/config-generator@npm:^1.0.208, @vc-shell/config-generator@workspace:configs/vite-config": +"@vc-shell/config-generator@npm:^1.0.209, @vc-shell/config-generator@workspace:configs/vite-config": version: 0.0.0-use.local resolution: "@vc-shell/config-generator@workspace:configs/vite-config" dependencies: - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/ts-config": "npm:^1.0.209" "@vitejs/plugin-vue": "npm:^5.0.3" tsc-alias: "npm:^1.8.8" typescript: "npm:^5.3.3" @@ -4744,7 +4744,7 @@ __metadata: resolution: "@vc-shell/create-vc-app@workspace:cli/create-vc-app" dependencies: "@types/prompts": "npm:^2.4.4" - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/ts-config": "npm:^1.0.209" chalk: "npm:^2.4.2" copyfiles: "npm:^2.4.1" cross-env: "npm:^7.0.3" @@ -4760,7 +4760,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/framework@npm:^1.0.208, @vc-shell/framework@workspace:framework": +"@vc-shell/framework@npm:^1.0.209, @vc-shell/framework@workspace:framework": version: 0.0.0-use.local resolution: "@vc-shell/framework@workspace:framework" dependencies: @@ -4769,9 +4769,9 @@ __metadata: "@microsoft/signalr": "npm:^8.0.0" "@types/dompurify": "npm:^3.0.5" "@types/quill": "npm:^2.0.14" - "@vc-shell/api-client-generator": "npm:^1.0.208" - "@vc-shell/config-generator": "npm:^1.0.208" - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/api-client-generator": "npm:^1.0.209" + "@vc-shell/config-generator": "npm:^1.0.209" + "@vc-shell/ts-config": "npm:^1.0.209" "@vee-validate/i18n": "npm:^4.12.4" "@vee-validate/rules": "npm:^4.12.4" "@vitejs/plugin-vue": "npm:^5.0.3" @@ -4805,13 +4805,13 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/release-config@npm:^1.0.208, @vc-shell/release-config@workspace:configs/release-config": +"@vc-shell/release-config@npm:^1.0.209, @vc-shell/release-config@workspace:configs/release-config": version: 0.0.0-use.local resolution: "@vc-shell/release-config@workspace:configs/release-config" dependencies: "@types/prompts": "npm:^2.4.7" "@types/semver": "npm:^7.5.4" - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/ts-config": "npm:^1.0.209" chalk: "npm:^2.4.2" mri: "npm:^1.2.0" prompts: "npm:^2.4.2" @@ -4893,23 +4893,23 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/ts-config@npm:^1.0.208, @vc-shell/ts-config@workspace:configs/ts-config": +"@vc-shell/ts-config@npm:^1.0.209, @vc-shell/ts-config@workspace:configs/ts-config": version: 0.0.0-use.local resolution: "@vc-shell/ts-config@workspace:configs/ts-config" languageName: unknown linkType: soft -"@vcmp-vendor-portal/api@npm:^1.0.197, @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client": +"@vcmp-vendor-portal/api@npm:^1.0.199, @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client": version: 0.0.0-use.local resolution: "@vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client" languageName: unknown linkType: soft -"@vcmp-vendor-portal/modules@npm:^1.0.197, @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules": +"@vcmp-vendor-portal/modules@npm:^1.0.199, @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules": version: 0.0.0-use.local resolution: "@vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules" peerDependencies: - "@vcmp-vendor-portal/api": ^1.0.197 + "@vcmp-vendor-portal/api": ^1.0.199 languageName: unknown linkType: soft @@ -5718,13 +5718,13 @@ __metadata: "@types/node": "npm:^20.10.5" "@typescript-eslint/eslint-plugin": "npm:^7.4.0" "@typescript-eslint/parser": "npm:^7.4.0" - "@vc-shell/api-client-generator": "npm:^1.0.208" - "@vc-shell/config-generator": "npm:^1.0.208" - "@vc-shell/framework": "npm:^1.0.208" - "@vc-shell/release-config": "npm:^1.0.208" - "@vc-shell/ts-config": "npm:^1.0.208" - "@vcmp-vendor-portal/api": "npm:^1.0.197" - "@vcmp-vendor-portal/modules": "npm:^1.0.197" + "@vc-shell/api-client-generator": "npm:^1.0.209" + "@vc-shell/config-generator": "npm:^1.0.209" + "@vc-shell/framework": "npm:^1.0.209" + "@vc-shell/release-config": "npm:^1.0.209" + "@vc-shell/ts-config": "npm:^1.0.209" + "@vcmp-vendor-portal/api": "npm:^1.0.199" + "@vcmp-vendor-portal/modules": "npm:^1.0.199" "@virtocommerce/import-app": "npm:^1.0.153" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" @@ -14855,11 +14855,11 @@ __metadata: "@typescript-eslint/parser": "npm:^7.4.0" "@vc-app-extend/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.208" - "@vc-shell/config-generator": "npm:^1.0.208" - "@vc-shell/framework": "npm:^1.0.208" - "@vc-shell/release-config": "npm:^1.0.208" - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/api-client-generator": "npm:^1.0.209" + "@vc-shell/config-generator": "npm:^1.0.209" + "@vc-shell/framework": "npm:^1.0.209" + "@vc-shell/release-config": "npm:^1.0.209" + "@vc-shell/ts-config": "npm:^1.0.209" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0" @@ -14911,11 +14911,11 @@ __metadata: "@typescript-eslint/parser": "npm:^7.4.0" "@vc-app/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.208" - "@vc-shell/config-generator": "npm:^1.0.208" - "@vc-shell/framework": "npm:^1.0.208" - "@vc-shell/release-config": "npm:^1.0.208" - "@vc-shell/ts-config": "npm:^1.0.208" + "@vc-shell/api-client-generator": "npm:^1.0.209" + "@vc-shell/config-generator": "npm:^1.0.209" + "@vc-shell/framework": "npm:^1.0.209" + "@vc-shell/release-config": "npm:^1.0.209" + "@vc-shell/ts-config": "npm:^1.0.209" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0"