chore: update deps

This commit is contained in:
roymondchen 2025-01-20 19:34:12 +08:00
parent 701a9d6f30
commit e234428965
21 changed files with 2379 additions and 2496 deletions

View File

@ -3,7 +3,7 @@
"name": "tmagic",
"private": true,
"type": "module",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.4",
"scripts": {
"bootstrap": "pnpm i && pnpm build",
"clean:top": "rimraf */**/dist */**/types */dist coverage dwt* temp",
@ -50,22 +50,22 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.8",
"c8": "^7.14.0",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.9.0",
"element-plus": "^2.9.3",
"enquirer": "^2.4.1",
"eslint": "^8.57.1",
"eslint-config-tencent": "^1.1.1",
"eslint-config-tencent": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.32.0",
"execa": "^4.1.0",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^11.2.6",
@ -74,17 +74,17 @@
"prettier": "^2.8.8",
"recast": "^0.20.5",
"rimraf": "^3.0.2",
"rollup": "^4.24.3",
"rollup": "^4.31.0",
"rollup-plugin-dts": "^6.1.1",
"semver": "^7.6.3",
"serialize-javascript": "^6.0.2",
"shx": "^0.3.4",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.9",
"vitepress": "^1.5.0",
"vitest": "^2.1.8",
"vue": "^3.5.12",
"vue-tsc": "^2.1.10"
"vitest": "^3.0.2",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
},
"config": {
"commitizen": {

View File

@ -51,7 +51,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"typescript": "*"

View File

@ -52,6 +52,6 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"tsc-alias": "^1.8.5",
"vite": "^6.0.3"
"vite": "^6.0.9"
}
}

View File

@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",

View File

@ -47,9 +47,9 @@
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"vue": ">=3.5.0",

View File

@ -74,13 +74,13 @@
"@types/serialize-javascript": "^5.0.1",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"sass": "^1.83.0",
"tsc-alias": "^1.8.5",
"type-fest": "^4.10.3",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/core": "workspace:*",

View File

@ -40,7 +40,7 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",

View File

@ -51,11 +51,11 @@
"@types/node": "^18.19.0",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"sass": "^1.83.0",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",

View File

@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"typescript": "*"

View File

@ -45,7 +45,7 @@
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"sass": "^1.83.0",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/core": "workspace:*",

View File

@ -45,10 +45,10 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"rimraf": "^3.0.2",
"sass": "^1.83.0",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",

View File

@ -39,10 +39,10 @@
],
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",

View File

@ -40,6 +40,6 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
}
}

View File

@ -43,6 +43,6 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
}
}

View File

@ -36,7 +36,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",

View File

@ -17,11 +17,11 @@
"@tmagic/editor": "1.5.5",
"@tmagic/element-plus-adapter": "1.5.5",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.9.0",
"element-plus": "^2.9.3",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
"serialize-javascript": "^6.0.0",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.3"
},
"devDependencies": {
@ -31,12 +31,12 @@
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript": "^5.7.3",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^6.0.3"
"vite": "^6.0.9"
}
}

4781
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.5.4",
"vite": "^5.2.11"
"typescript": "^5.7.3",
"vite": "^6.0.9"
}
}

View File

@ -49,9 +49,9 @@
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"rimraf": "^3.0.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.8"
"vite": "^6.0.9",
"vue-tsc": "^2.2.0"
}
}

View File

@ -30,10 +30,10 @@
"@tmagic/cli": "1.5.5",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.17.2",
"rollup": "^4.31.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"vite": "^6.0.3",
"vite": "^6.0.9",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue2": "^2.3.1",
"vue-template-compiler": "^2.7.4"

View File

@ -31,12 +31,12 @@
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.5.12",
"rollup": "^4.17.2",
"@vue/compiler-sfc": "^3.5.13",
"rollup": "^4.31.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"vite": "^6.0.3"
"typescript": "^5.7.3",
"vite": "^6.0.9"
}
}