mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-11-03 01:52:15 +08:00
chore: update deps
This commit is contained in:
parent
e01ce2128e
commit
5f246bbc98
@ -1 +0,0 @@
|
||||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
||||
1
commitlint.config.js
Normal file
1
commitlint.config.js
Normal file
@ -0,0 +1 @@
|
||||
export default { extends: ['@commitlint/config-conventional'] };
|
||||
26
package.json
26
package.json
@ -3,7 +3,7 @@
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@10.11.1",
|
||||
"scripts": {
|
||||
"bootstrap": "pnpm i && pnpm build",
|
||||
"clean:top": "rimraf */**/dist */**/types */dist coverage dwt* temp packages/cli/lib",
|
||||
@ -43,27 +43,27 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.3",
|
||||
"@commitlint/cli": "^19.8.1",
|
||||
"@commitlint/config-conventional": "^19.8.1",
|
||||
"@rollup/plugin-alias": "^5.1.1",
|
||||
"@tmagic/eslint-config": "workspace: ^*",
|
||||
"@tmagic/eslint-config": "workspace:*",
|
||||
"@types/node": "18.19.61",
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"c8": "^7.14.0",
|
||||
"commitizen": "^4.3.1",
|
||||
"conventional-changelog-cli": "^4.1.0",
|
||||
"conventional-changelog-cli": "^5.0.0",
|
||||
"cosmiconfig": "^8.3.6",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"element-plus": "^2.9.7",
|
||||
"element-plus": "^2.9.11",
|
||||
"enquirer": "^2.4.1",
|
||||
"eslint": "^9.25.0",
|
||||
"eslint": "^9.28.0",
|
||||
"execa": "^4.1.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"husky": "^7.0.4",
|
||||
"husky": "^9.1.7",
|
||||
"jsdom": "^19.0.0",
|
||||
"lint-staged": "^11.2.6",
|
||||
"lint-staged": "^16.1.0",
|
||||
"minimist": "^1.2.8",
|
||||
"picocolors": "^1.1.1",
|
||||
"prettier": "^3.5.3",
|
||||
@ -74,11 +74,11 @@
|
||||
"semver": "^7.7.1",
|
||||
"serialize-javascript": "^6.0.2",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.4",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vitepress": "^1.6.3",
|
||||
"vitest": "^3.1.1",
|
||||
"vue": "^3.5.13",
|
||||
"vitest": "^3.2.1",
|
||||
"vue": "catalog:",
|
||||
"vue-tsc": "^2.2.8"
|
||||
},
|
||||
"config": {
|
||||
|
||||
@ -55,19 +55,19 @@
|
||||
"buffer": "^6.0.3",
|
||||
"color": "^3.1.3",
|
||||
"deep-object-diff": "^1.1.9",
|
||||
"emmet-monaco-es": "^5.3.0",
|
||||
"emmet-monaco-es": "^5.5.0",
|
||||
"events": "^3.3.0",
|
||||
"gesto": "^1.19.1",
|
||||
"gesto": "^1.19.4",
|
||||
"keycon": "^1.4.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moveable": "^0.53.0",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
"sortablejs": "^1.15.2"
|
||||
"serialize-javascript": "^6.0.2",
|
||||
"sortablejs": "^1.15.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/events": "^3.0.0",
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/serialize-javascript": "^5.0.1",
|
||||
"@types/serialize-javascript": "^5.0.4",
|
||||
"@types/sortablejs": "^1.15.8",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"type-fest": "^4.10.3"
|
||||
|
||||
@ -17,26 +17,26 @@
|
||||
"@tmagic/editor": "1.5.21",
|
||||
"@tmagic/element-plus-adapter": "1.5.21",
|
||||
"@tmagic/tmagic-form-runtime": "1.1.3",
|
||||
"element-plus": "^2.9.7",
|
||||
"element-plus": "^2.9.11",
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.48.0",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.4.3"
|
||||
"monaco-editor": "^0.52.2",
|
||||
"serialize-javascript": "^6.0.2",
|
||||
"vue": "catalog:",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/node": "^18.19.0",
|
||||
"@types/serialize-javascript": "^5.0.1",
|
||||
"@types/serialize-javascript": "^5.0.4",
|
||||
"@vitejs/plugin-legacy": "^6.0.0",
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"@vue/compiler-sfc": "catalog:",
|
||||
"sass": "^1.83.0",
|
||||
"terser": "^5.31.6",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript": "catalog:",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"unplugin-vue-components": "^0.22.11",
|
||||
"vite": "^6.2.4"
|
||||
"vite": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
2436
pnpm-lock.yaml
generated
2436
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -5,4 +5,10 @@ packages:
|
||||
- 'vue-components/*'
|
||||
- 'react-components/*'
|
||||
- 'eslint-config'
|
||||
|
||||
catalog:
|
||||
vue: ^3.5.16
|
||||
'@vue/compiler-sfc': ^3.5.16
|
||||
vite: ^6.3.5
|
||||
typescript: "^5.8.3"
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-legacy": "^6.0.0",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.1",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.4"
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
"rollup": "^4.38.0",
|
||||
"rollup-plugin-external-globals": "^0.10.0",
|
||||
"sass": "^1.83.0",
|
||||
"vite": "^6.2.4",
|
||||
"vite": "catalog:",
|
||||
"@vitejs/plugin-legacy": "^6.0.0",
|
||||
"@vitejs/plugin-vue2": "^2.3.1",
|
||||
"vue-template-compiler": "^2.7.4"
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"@tmagic/stage": "1.5.21",
|
||||
"@tmagic/vue-runtime-help": "^1.1.0",
|
||||
"axios": "^0.25.0",
|
||||
"vue": "^3.5.0"
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tmagic/cli": "1.5.21",
|
||||
@ -31,12 +31,12 @@
|
||||
"@vitejs/plugin-legacy": "^6.0.0",
|
||||
"@vitejs/plugin-vue": "5.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"@vue/compiler-sfc": "catalog:",
|
||||
"rollup": "^4.38.0",
|
||||
"rollup-plugin-external-globals": "^0.10.0",
|
||||
"sass": "^1.83.0",
|
||||
"terser": "^5.31.6",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.4"
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"paths": {
|
||||
"vue": ["./node_modules/vue"],
|
||||
// 内部模块都指向 src/index.ts, 会有更好的代码跳转体验.
|
||||
"@tmagic/*": ["./packages/*/src"],
|
||||
"@tmagic/tmagic-form-runtime": ["./runtime/tmagic-form/src"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user