chore: 批量更新 vtj 低代码引擎依赖

This commit is contained in:
wangxuefeng 2025-02-27 16:40:08 +08:00
parent 8e6d5887ac
commit 0c0ce0697f
7 changed files with 124 additions and 208 deletions

View File

@ -16,17 +16,17 @@
"clean": "rimraf node_modules"
},
"dependencies": {
"@vtj/core": "^0.10.4",
"@vtj/designer": "0.10.4",
"@vtj/icons": "0.10.4",
"@vtj/local": "^0.10.4",
"@vtj/materials": "^0.10.4",
"@vtj/core": "^0.10.5",
"@vtj/designer": "0.10.5",
"@vtj/icons": "0.10.5",
"@vtj/local": "^0.10.5",
"@vtj/materials": "^0.10.5",
"@vtj/node": "0.10.1",
"@vtj/pro": "^0.10.4",
"@vtj/renderer": "^0.10.4",
"@vtj/ui": "^0.10.4",
"@vtj/utils": "0.10.4",
"@vtj/web": "^0.10.4",
"@vtj/pro": "^0.10.5",
"@vtj/renderer": "^0.10.5",
"@vtj/ui": "^0.10.5",
"@vtj/utils": "0.10.5",
"@vtj/web": "^0.10.5",
"element-plus": "^2.9.4",
"licia-es": "^1.46.0",
"vue": "~3.5.13",

View File

@ -1,11 +0,0 @@
import { request } from '@/utils/request';
export type DictType = 'gender' | 'sell_status';
export async function getDictData(params: { type: DictType }) {
return request<LabelValueOptions>({
url: '/dict/data',
method: 'GET',
params,
});
}

View File

@ -1,33 +0,0 @@
import { request } from '@/utils/request';
/**
* @description 耀
*/
export function getWzryHeroList(query: API.PageParams) {
return request({
url: '/demo/wzry/hero_list',
method: 'get',
params: query,
});
}
/**
* @description
*/
export function getLolHeroList(query: API.PageParams) {
return request({
url: '/demo/lol/hero_list',
method: 'get',
params: query,
});
}
/**
* @description
*/
export function getLolHeroInfo({ id }) {
return request({
url: `/demo/lol/hero_info/${id}`,
method: 'get',
});
}

View File

@ -1,14 +0,0 @@
import { request } from '@/utils/request';
interface DemoOptionsItem {
name: string;
id: string;
}
export async function optionsListApi(params?: Recordable) {
return request<DemoOptionsItem[]>({
url: '/select/getDemoOptions',
method: 'GET',
params,
});
}

View File

@ -1,26 +0,0 @@
import { request } from '@/utils/request';
enum Api {
Login = '/boyanghu/iotree-service/platform/login',
}
/**
* @description:
*/
export interface LoginParams {
phone: string;
password?: string;
code?: string;
type: number; // 0短信 1密码
}
/**
* @description:
*/
export function loginApi(params: LoginParams) {
return request({
url: Api.Login,
method: 'POST',
data: params,
});
}

View File

@ -16,10 +16,10 @@
"@iframe-resizer/child": "^5.3.3",
"@sy/low-code-shared": "workspace:*",
"@sy/web-vitals": "workspace:*",
"@vtj/core": "^0.10.4",
"@vtj/icons": "0.10.4",
"@vtj/materials": "^0.10.4",
"@vtj/renderer": "^0.10.4",
"@vtj/core": "^0.10.5",
"@vtj/icons": "0.10.5",
"@vtj/materials": "^0.10.5",
"@vtj/renderer": "^0.10.5",
"core-js": "^3.40.0",
"element-plus": "^2.9.4",
"licia-es": "^1.46.0",
@ -31,7 +31,7 @@
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.6",
"@sy/vite-plugin-http2-proxy": "workspace:*",
"vite-plugin-mkcert": "^1.17.6",
"@vitejs/plugin-vue": "^5.2.1"
"@vitejs/plugin-vue": "^5.2.1",
"vite-plugin-mkcert": "^1.17.6"
}
}

216
pnpm-lock.yaml generated
View File

@ -96,38 +96,38 @@ importers:
apps/designer:
dependencies:
'@vtj/core':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
'@vtj/designer':
specifier: 0.10.4
version: 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
specifier: 0.10.5
version: 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/icons':
specifier: 0.10.4
version: 0.10.4(vue@3.5.13(typescript@5.7.3))
specifier: 0.10.5
version: 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/local':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
'@vtj/materials':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
'@vtj/node':
specifier: 0.10.1
version: 0.10.1
'@vtj/pro':
specifier: ^0.10.4
version: 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
specifier: ^0.10.5
version: 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
'@vtj/ui':
specifier: ^0.10.4
version: 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
specifier: ^0.10.5
version: 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/utils':
specifier: 0.10.4
version: 0.10.4
specifier: 0.10.5
version: 0.10.5
'@vtj/web':
specifier: ^0.10.4
version: 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
specifier: ^0.10.5
version: 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
element-plus:
specifier: ^2.9.4
version: 2.9.4(vue@3.5.13(typescript@5.7.3))
@ -416,17 +416,17 @@ importers:
specifier: workspace:*
version: link:../../packages/web-vitals
'@vtj/core':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
'@vtj/icons':
specifier: 0.10.4
version: 0.10.4(vue@3.5.13(typescript@5.7.3))
specifier: 0.10.5
version: 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/materials':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
'@vtj/renderer':
specifier: ^0.10.4
version: 0.10.4
specifier: ^0.10.5
version: 0.10.5
core-js:
specifier: ^3.40.0
version: 3.40.0
@ -2582,8 +2582,8 @@ packages:
'@microsoft/api-extractor-model@7.30.3':
resolution: {integrity: sha512-yEAvq0F78MmStXdqz9TTT4PZ05Xu5R8nqgwI5xmUmQjWBQ9E6R2n8HB/iZMRciG4rf9iwI2mtuQwIzDXBvHn1w==}
'@microsoft/api-extractor@7.50.1':
resolution: {integrity: sha512-L18vz0ARLNaBLKwWe0DdEf7eijDsb7ERZspgZK7PxclLoQrc+9hJZo8y4OVfCHxNVyxlwVywY2WdE/3pOFViLQ==}
'@microsoft/api-extractor@7.51.0':
resolution: {integrity: sha512-LjyQ2xljliss2kIsSo8Npu9mBv6wnaR3ikBagCU2mC7Ggn30sTAOFLzVNyMLOMiuSOFxsEbskrBO5lLn92qnZQ==}
hasBin: true
'@microsoft/tsdoc-config@0.17.1':
@ -3581,8 +3581,8 @@ packages:
'@vtj/base@0.10.1':
resolution: {integrity: sha512-iFbpzjqJiLKEXJiMHUCfO/W+lcJ5df/OdHE7eiqhE8YZ4P28XTQz7sUNzXat6tr/II8opiNT9b/RoN1+lpvpBQ==}
'@vtj/charts@0.10.4':
resolution: {integrity: sha512-rsUUchsqUT+mdy1UWs/j7bHi6UerKN65aiO+LXGbYhq0SeXEUcuaGbPCX+cegUxmW3EDbfp3sfMZ+Y+K2Uj08A==}
'@vtj/charts@0.10.5':
resolution: {integrity: sha512-x4yQ9hk1O9ZkKpXlMfNKO/wj+/mlIX4abS+pmDHfbPSgxbMWoaWbq96RJKtKOZf6gA8l9KQIOlhJeha2CCTKFw==}
engines: {node: '>=16.0.0'}
'@vtj/cli@0.10.1':
@ -3590,48 +3590,48 @@ packages:
engines: {node: '>=20.0.0'}
hasBin: true
'@vtj/coder@0.10.4':
resolution: {integrity: sha512-LXqqLDADctL26eiNVGqh+s6SRqgpOe4PEzM/LBvG42Xz6F55o7XCFUf3yN87TaMVrUHjTadGm+q+VJFB1D1tsw==}
'@vtj/coder@0.10.5':
resolution: {integrity: sha512-tw34Fsc8PPWsmeuwwfAW8olBpi4BVvxVj9LZaz1iQOJRu4BrDnMDmZTjT4AhCGacHvqt7rArQhRHpmAZhfyP0A==}
'@vtj/core@0.10.4':
resolution: {integrity: sha512-EBTMveUX0+u0evsDwfp89AjzGI5BEVNBdmc8CbdsQltMG8IgLpQb+kXf13aWENdl2RpWcTRYyyGfvHIIki7fsw==}
'@vtj/core@0.10.5':
resolution: {integrity: sha512-sJrJiBy6mmmVvzbU7o1oM/9vFc6FJi7bPaE2v95Wq+4iMz7+/Tj5j+YqFNICTf5e/QT+RPig+Fl5w/d0pK4ouQ==}
'@vtj/designer@0.10.4':
resolution: {integrity: sha512-SOqXbDasF1SpM/EliyYcnFOI7F2ky+1H8z6IwJOrTTgUrl6hlhVlQVI3HPNSsX2O58ODY5HUcGtdf8+XK5R8hg==}
'@vtj/designer@0.10.5':
resolution: {integrity: sha512-E//QGzsXpuxjSpucgEw29paLbjBSB1KTfltJehDKPAjSSDKxuz3AP8E/pJQ56s2bqyG+/bemYuPye4UrwlCp8g==}
'@vtj/icons@0.10.4':
resolution: {integrity: sha512-QeLOjdkZZVDfvADOGqieJiPgUb2WHnXyIPeu4LYlOYVCtSq2tvuEUvH6EqgLbbCuST23fvWtLX3Dv6XcxrAmdA==}
'@vtj/icons@0.10.5':
resolution: {integrity: sha512-H75dD5Wzk8axQ8//gJQVy+/6Yc0vlQvT2XSZfMKPw1awojYBMuGItKnRoYCY9XhWZT4cpszBGfgdZpKa6kfG6g==}
'@vtj/local@0.10.4':
resolution: {integrity: sha512-6UsKyBqESDBpQ4re/0SwOMGBBo8isl9KITdcSVT63S7q3sQOBQZ/rIbkrTCyC+vlzvIdSmQO5uzrZ76RcXQ8qg==}
'@vtj/local@0.10.5':
resolution: {integrity: sha512-ByfkrNLWHg0qoORKv2mk70WvgBjFx0y81xMVHSQlW/KxWKKha5lfxRDWxpGMYwKb7xzbZO4W6bRx56QR6RxQKA==}
'@vtj/materials@0.10.4':
resolution: {integrity: sha512-u3Z4wnZXM6irMyqtgmg16Z2BPUxvS5A/ckKYTFTjh1FYGWu12ALHmsEfB/UelEfggn7ByxuFAaqZmDhYQSTuew==}
'@vtj/materials@0.10.5':
resolution: {integrity: sha512-5REeMN7i+KTD/YcH66pfyhdyhLg41ca3tYdkKM3O1ZB/X9Kd+78IBL7zWOu9ABJpS7royY+IbNB0qibpvDU2UA==}
'@vtj/node@0.10.1':
resolution: {integrity: sha512-BFym/sZB1gG6tnZ9x/BGqM8eg3hAcCfEQGwfgYIiIO16QXk9WnGS7ao4sJAru6IL00ly7jg35zXcwbjqrVJe2Q==}
'@vtj/parser@0.10.4':
resolution: {integrity: sha512-2FTHaXlrvSP2YsrZ1756jzBD6dp2X1Raf/gvJNoXENCFsVjGgwMkOSZYpKivwCDUmdtzZgjAZkQBgeq9xF15ww==}
'@vtj/parser@0.10.5':
resolution: {integrity: sha512-UtM8Ec414Mw7NmlqsR+zdikeROo4itpcRE/ffSYG0XnSug+YkniWMejiHZbcdbr+XJ/GINLgD91vGgAfBpj11Q==}
'@vtj/pro@0.10.4':
resolution: {integrity: sha512-XRj93UNzdZUAY177Jv1b1j+QZnRG4Yxw6+3Nt59iMdMLGEG5rso0gG5dP9rlB7BFmAF12NI/xQ7jCCgyD+j78Q==}
'@vtj/pro@0.10.5':
resolution: {integrity: sha512-zr6GVlZQ6UrFczrOlsXgUsXefnZHAx8LTA7kVN5UAUeHJ6gcYkrw5K5piO4N5vF93yBmMcBkvU5FmbEyXweTOw==}
'@vtj/renderer@0.10.4':
resolution: {integrity: sha512-7qT9ymPpXiW0kT8DP8v4JAGDqO3m4fFKR4tK+QmI7mI/JRsvVwMrAg8mNoGIFowfnZSTVzoUdlg2BgFkf607CA==}
'@vtj/renderer@0.10.5':
resolution: {integrity: sha512-l5qdTHjYYeXHUBZjh5WVB3ZqzGmjryVYZZLeMf+WhH13rj0xj9xO4SPvsdyIdcKaIkaFJioy2nTGPZPkpVx+YA==}
'@vtj/ui@0.10.4':
resolution: {integrity: sha512-X+egi5OKFvNFLYrs2zF1/LP7RnQISK19jyPjm4jUKl1NE8cCga6SnPpJt+9xxVDuTSpyP+D5Vdx9YZ5p0uTr4g==}
'@vtj/ui@0.10.5':
resolution: {integrity: sha512-GGjVQp5kYyLISbJyVPe9WKpX8eGWxCZbmmTrrX19OS48jMvjz6l0W/Vi+eW0XzL5uy4e1J1iazt3t8oGjTRJ7g==}
engines: {node: '>=16.0.0'}
'@vtj/uni@0.10.4':
resolution: {integrity: sha512-LUYCEn01Defxm3FgkXSnlkBvVphJLGNMGXO4oKsSGyuFZZmheR2/bEeow1VIONus6BsOX+0Qh2Q4kOMRM0M0DA==}
'@vtj/uni@0.10.5':
resolution: {integrity: sha512-P2PPrfw1ij/dpL7gSLitEhDjHwyWLWO7YoxFsMI6Dwy0iG6Hb9YAEKJ2KK1svnbLEz8kmYpFqHDXqhJGKIaBig==}
'@vtj/utils@0.10.4':
resolution: {integrity: sha512-YLiJ8IQOZcb7r3LtLd+eg7VjS5zfty4tbeCjGIDPKhnB+2uq2pReoHGeyJs/lTAOxaO5Bnpisz4L8tez/1Tmfg==}
'@vtj/utils@0.10.5':
resolution: {integrity: sha512-jWsjAtYff7WIced76Cqb5iNoo9T+pH9CTmp8RxVxgc7LehMlDr8v8jzXjyEewdKGrSbvEIACJS41r5Dv1xxzBQ==}
'@vtj/web@0.10.4':
resolution: {integrity: sha512-NQqFa/mHqQoJEASw/AulIG/h5l+o7Vj89s/htioP0k29llfAWAQIXLWbtGOub89y2omJcf6uFEibxswGPizN7A==}
'@vtj/web@0.10.5':
resolution: {integrity: sha512-AHZ/b9EJxTI1dwxhsY1EAGOps9nrGaie1sKgtlzzXYQa022Si1Iy+DpYWOhyX0SHAf5DbKpEyFu+Sl+5Ik8E5w==}
'@vue/babel-helper-vue-transform-on@1.2.5':
resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==}
@ -12715,7 +12715,7 @@ snapshots:
transitivePeerDependencies:
- '@types/node'
'@microsoft/api-extractor@7.50.1(@types/node@22.12.0)':
'@microsoft/api-extractor@7.51.0(@types/node@22.12.0)':
dependencies:
'@microsoft/api-extractor-model': 7.30.3(@types/node@22.12.0)
'@microsoft/tsdoc': 0.15.1
@ -13938,10 +13938,10 @@ snapshots:
'@types/numeral': 2.0.5
reflect-metadata: 0.2.2
'@vtj/charts@0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
'@vtj/charts@0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vtj/icons': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.4
'@vtj/icons': 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.5
'@vueuse/core': 12.5.0(typescript@5.7.3)
echarts: 5.6.0
transitivePeerDependencies:
@ -14011,24 +14011,24 @@ snapshots:
- vue
- yaml
'@vtj/coder@0.10.4':
'@vtj/coder@0.10.5':
dependencies:
'@vtj/base': 0.10.1
'@vtj/core': 0.10.4
'@vtj/core': 0.10.5
prettier: 3.4.2
'@vtj/core@0.10.4':
'@vtj/core@0.10.5':
dependencies:
'@vtj/base': 0.10.1
'@vtj/designer@0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
'@vtj/designer@0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vtj/core': 0.10.4
'@vtj/icons': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer': 0.10.4
'@vtj/ui': 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/uni': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.4
'@vtj/core': 0.10.5
'@vtj/icons': 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer': 0.10.5
'@vtj/ui': 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/uni': 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.5
html2canvas: 1.4.1
mockjs: 1.1.0
monaco-editor: 0.52.2
@ -14037,24 +14037,24 @@ snapshots:
- typescript
- vue
'@vtj/icons@0.10.4(vue@3.5.13(typescript@5.7.3))':
'@vtj/icons@0.10.5(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@element-plus/icons-vue': 2.3.1(vue@3.5.13(typescript@5.7.3))
transitivePeerDependencies:
- vue
'@vtj/local@0.10.4':
'@vtj/local@0.10.5':
dependencies:
'@vtj/coder': 0.10.4
'@vtj/core': 0.10.4
'@vtj/coder': 0.10.5
'@vtj/core': 0.10.5
'@vtj/node': 0.10.1
'@vtj/parser': 0.10.4
'@vtj/parser': 0.10.5
formidable: 3.5.2
transitivePeerDependencies:
- debug
- supports-color
'@vtj/materials@0.10.4': {}
'@vtj/materials@0.10.5': {}
'@vtj/node@0.10.1':
dependencies:
@ -14065,27 +14065,27 @@ snapshots:
transitivePeerDependencies:
- debug
'@vtj/parser@0.10.4':
'@vtj/parser@0.10.5':
dependencies:
'@babel/generator': 7.26.9
'@babel/parser': 7.26.9
'@babel/traverse': 7.26.9
'@vtj/base': 0.10.1
'@vtj/coder': 0.10.4
'@vtj/core': 0.10.4
'@vtj/coder': 0.10.5
'@vtj/core': 0.10.5
'@vue/compiler-dom': 3.5.13
'@vue/compiler-sfc': 3.5.13
transitivePeerDependencies:
- supports-color
'@vtj/pro@0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
'@vtj/pro@0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vtj/core': 0.10.4
'@vtj/designer': 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/local': 0.10.4
'@vtj/materials': 0.10.4
'@vtj/renderer': 0.10.4
'@vtj/uni': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/core': 0.10.5
'@vtj/designer': 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/local': 0.10.5
'@vtj/materials': 0.10.5
'@vtj/renderer': 0.10.5
'@vtj/uni': 0.10.5(vue@3.5.13(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- debug
@ -14093,15 +14093,15 @@ snapshots:
- typescript
- vue
'@vtj/renderer@0.10.4':
'@vtj/renderer@0.10.5':
dependencies:
'@vtj/core': 0.10.4
'@vtj/utils': 0.10.4
'@vtj/core': 0.10.5
'@vtj/utils': 0.10.5
'@vtj/ui@0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
'@vtj/ui@0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vtj/icons': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.4
'@vtj/icons': 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.5
'@vueuse/core': 12.5.0(typescript@5.7.3)
element-plus: 2.9.4(vue@3.5.13(typescript@5.7.3))
sortablejs: 1.15.6
@ -14112,27 +14112,27 @@ snapshots:
- typescript
- vue
'@vtj/uni@0.10.4(vue@3.5.13(typescript@5.7.3))':
'@vtj/uni@0.10.5(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vtj/core': 0.10.4
'@vtj/icons': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer': 0.10.4
'@vtj/utils': 0.10.4
'@vtj/core': 0.10.5
'@vtj/icons': 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer': 0.10.5
'@vtj/utils': 0.10.5
transitivePeerDependencies:
- vue
'@vtj/utils@0.10.4':
'@vtj/utils@0.10.5':
dependencies:
'@vtj/base': 0.10.1
'@vtj/web@0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
'@vtj/web@0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vtj/charts': 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/core': 0.10.4
'@vtj/icons': 0.10.4(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer': 0.10.4
'@vtj/ui': 0.10.4(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.4
'@vtj/charts': 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/core': 0.10.5
'@vtj/icons': 0.10.5(vue@3.5.13(typescript@5.7.3))
'@vtj/renderer': 0.10.5
'@vtj/ui': 0.10.5(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
'@vtj/utils': 0.10.5
core-js: 3.40.0
regenerator-runtime: 0.14.1
transitivePeerDependencies:
@ -21149,7 +21149,7 @@ snapshots:
vite-plugin-dts@4.5.0(@types/node@22.12.0)(rollup@3.29.5)(typescript@5.7.3)(vite@6.0.11(@types/node@22.12.0)(jiti@2.4.2)(less@4.2.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)):
dependencies:
'@microsoft/api-extractor': 7.50.1(@types/node@22.12.0)
'@microsoft/api-extractor': 7.51.0(@types/node@22.12.0)
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
'@volar/typescript': 2.4.11
'@vue/language-core': 2.2.0(typescript@5.7.3)