chore: update deps

This commit is contained in:
roymondchen 2024-12-13 16:54:56 +08:00
parent 6cf20cee34
commit 98f45d2334
23 changed files with 653 additions and 501 deletions

View File

@ -49,14 +49,14 @@
"@types/node": "18.19.61", "@types/node": "18.19.61",
"@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.4", "@vitest/coverage-v8": "^2.1.4",
"c8": "^7.14.0", "c8": "^7.14.0",
"commitizen": "^4.3.1", "commitizen": "^4.3.1",
"conventional-changelog-cli": "^4.1.0", "conventional-changelog-cli": "^4.1.0",
"cosmiconfig": "^8.3.6", "cosmiconfig": "^8.3.6",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.8.6", "element-plus": "^2.9.0",
"enquirer": "^2.4.1", "enquirer": "^2.4.1",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-tencent": "^1.1.1", "eslint-config-tencent": "^1.1.1",
@ -80,9 +80,9 @@
"serialize-javascript": "^6.0.2", "serialize-javascript": "^6.0.2",
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^5.4.10", "vite": "^6.0.3",
"vitepress": "^1.4.2", "vitepress": "^1.5.0",
"vitest": "^2.1.4", "vitest": "^2.1.8",
"vue": "^3.5.12", "vue": "^3.5.12",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
}, },

View File

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

View File

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

View File

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

View File

@ -46,10 +46,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"vite": "^5.4.10" "vite": "^6.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"vue": ">=3.5.0", "vue": ">=3.5.0",

View File

@ -73,14 +73,14 @@
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@types/serialize-javascript": "^5.0.1", "@types/serialize-javascript": "^5.0.1",
"@types/sortablejs": "^1.15.8", "@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.78.0", "sass": "^1.83.0",
"tsc-alias": "^1.8.5", "tsc-alias": "^1.8.5",
"type-fest": "^4.10.3", "type-fest": "^4.10.3",
"vite": "^5.4.10" "vite": "^6.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/core": "workspace:*", "@tmagic/core": "workspace:*",

View File

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

View File

@ -50,12 +50,12 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@types/sortablejs": "^1.15.8", "@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.78.0", "sass": "^1.83.0",
"vite": "^5.4.10" "vite": "^6.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/design": "workspace:*", "@tmagic/design": "workspace:*",

View File

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

View File

@ -44,8 +44,8 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.78.0", "sass": "^1.83.0",
"vite": "^5.4.10" "vite": "^6.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/core": "workspace:*", "@tmagic/core": "workspace:*",

View File

@ -44,11 +44,11 @@
"devDependencies": { "devDependencies": {
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.78.0", "sass": "^1.83.0",
"vite": "^5.4.10" "vite": "^6.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/design": "workspace:*", "@tmagic/design": "workspace:*",

View File

@ -38,11 +38,11 @@
"typescript" "typescript"
], ],
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"vite": "^5.4.10" "vite": "^6.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/design": "workspace:*", "@tmagic/design": "workspace:*",

View File

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

View File

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

View File

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

View File

@ -17,7 +17,7 @@
"@tmagic/editor": "1.5.0", "@tmagic/editor": "1.5.0",
"@tmagic/element-plus-adapter": "1.5.0", "@tmagic/element-plus-adapter": "1.5.0",
"@tmagic/tmagic-form-runtime": "1.1.3", "@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.8.6", "element-plus": "^2.9.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0", "monaco-editor": "^0.48.0",
"serialize-javascript": "^6.0.0", "serialize-javascript": "^6.0.0",
@ -28,15 +28,15 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@types/serialize-javascript": "^5.0.1", "@types/serialize-javascript": "^5.0.1",
"@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"sass": "^1.78.0", "sass": "^1.83.0",
"terser": "^5.31.6", "terser": "^5.31.6",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"unplugin-auto-import": "^0.12.0", "unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11", "unplugin-vue-components": "^0.22.11",
"vite": "^5.4.10" "vite": "^6.0.3"
} }
} }

1054
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"@tmagic/core": ">=1.5.0-beta.14", "@tmagic/core": ">=1.5.0",
"@tmagic/stage": ">=1.5.0-beta.14", "@tmagic/stage": ">=1.5.0",
"react": ">=18.3.1", "react": ">=18.3.1",
"typescript": "*" "typescript": "*"
}, },

View File

@ -34,7 +34,7 @@
"@tmagic/cli": "1.5.0", "@tmagic/cli": "1.5.0",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1", "@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vite": "^5.2.11" "vite": "^5.2.11"

View File

@ -32,8 +32,8 @@
"url": "https://github.com/Tencent/tmagic-editor.git" "url": "https://github.com/Tencent/tmagic-editor.git"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/core": ">=1.5.0-beta.14", "@tmagic/core": ">=1.5.0",
"@tmagic/editor": ">=1.5.0-beta.14", "@tmagic/editor": ">=1.5.0",
"element-plus": ">=2.8.0", "element-plus": ">=2.8.0",
"vue": ">=3.5.0", "vue": ">=3.5.0",
"typescript": "*" "typescript": "*"
@ -48,10 +48,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"vite": "^5.4.10", "vite": "^6.0.3",
"vue-tsc": "^2.1.8" "vue-tsc": "^2.1.8"
} }
} }

View File

@ -32,8 +32,8 @@
"vue-demi": "^0.14.10" "vue-demi": "^0.14.10"
}, },
"peerDependencies": { "peerDependencies": {
"@tmagic/core": ">=1.5.0-beta.14", "@tmagic/core": ">=1.5.0",
"@tmagic/stage": ">=1.5.0-beta.14", "@tmagic/stage": ">=1.5.0",
"@vue/composition-api": ">=1.7.2", "@vue/composition-api": ">=1.7.2",
"typescript": "*", "typescript": "*",
"vue": ">=2.6.0 || >=3.5.0" "vue": ">=2.6.0 || >=3.5.0"

View File

@ -32,9 +32,9 @@
"axios": "^0.27.2", "axios": "^0.27.2",
"rollup": "^4.17.2", "rollup": "^4.17.2",
"rollup-plugin-external-globals": "^0.10.0", "rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.78.0", "sass": "^1.83.0",
"vite": "^5.4.10", "vite": "^6.0.3",
"@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue2": "^2.3.1", "@vitejs/plugin-vue2": "^2.3.1",
"vue-template-compiler": "^2.7.4" "vue-template-compiler": "^2.7.4"
} }

View File

@ -26,17 +26,17 @@
"vue": ">=3.5.0" "vue": ">=3.5.0"
}, },
"devDependencies": { "devDependencies": {
"@tmagic/cli": "1.5.0", "@tmagic/cli": "^1.5.0",
"@types/node": "^18.19.0", "@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "^3.1.0", "@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"rollup": "^4.17.2", "rollup": "^4.17.2",
"rollup-plugin-external-globals": "^0.10.0", "rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.78.0", "sass": "^1.83.0",
"terser": "^5.31.6", "terser": "^5.31.6",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vite": "^5.4.10" "vite": "^6.0.3"
} }
} }