Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Aug 1, 2024
1 parent 81a221e commit 92e6d40
Show file tree
Hide file tree
Showing 19 changed files with 1,870 additions and 2,155 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tmagic",
"private": true,
"type": "module",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.6.0",
"scripts": {
"bootstrap": "pnpm i && pnpm build",
"clean:top": "rimraf */**/dist */**/types */dist coverage dwt*",
Expand Down Expand Up @@ -46,14 +46,14 @@
"@types/node": "^18.19.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "^2.0.5",
"c8": "^7.11.3",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.7.5",
"element-plus": "^2.7.8",
"enquirer": "^2.3.6",
"eslint": "^8.38.0",
"eslint-config-tencent": "^1.0.4",
Expand All @@ -75,10 +75,10 @@
"serialize-javascript": "^6.0.0",
"shx": "^0.3.4",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vitepress": "1.2.2",
"vitest": "^1.6.0",
"vue": "^3.4.27"
"vitest": "^2.0.3",
"vue": "^3.4.35"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"@tmagic/data-source": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"tsc-alias": "^1.8.5",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/dep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
],
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vue-tsc": "^2.0.19"
},
"peerDependencies": {
"vue": "^3.4.27",
"vue": "^3.4.35",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"@types/node": "^18.19.0",
"@types/serialize-javascript": "^5.0.1",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"sass": "^1.77.0",
"tsc-alias": "^1.8.5",
"type-fest": "^4.10.3",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vue-tsc": "^2.0.19"
},
"peerDependencies": {
Expand All @@ -89,7 +89,7 @@
"@tmagic/utils": "workspace:*",
"monaco-editor": "^0.48.0",
"typescript": "*",
"vue": "^3.4.27"
"vue": "^3.4.35"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
4 changes: 2 additions & 2 deletions packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",
"element-plus": "^2.7.5",
"element-plus": ">=2.7.8",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"sass": "^1.77.0",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vue-tsc": "^2.0.19"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",
"@tmagic/utils": "workspace:*",
"vue": "^3.4.27",
"vue": "^3.4.35",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/stage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"sass": "^1.77.0",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"@tmagic/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"sass": "^1.77.0",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vue-tsc": "^2.0.19"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",
"@tmagic/form": "workspace:*",
"@tmagic/utils": "workspace:*",
"vue": "^3.4.27",
"vue": "^3.4.35",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tdesign-vue-next-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"typescript"
],
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/compiler-sfc": "^3.4.27",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vue-tsc": "^2.0.19"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",
"tdesign-vue-next": "^1.8.1",
"vue": "^3.4.27",
"vue": "^3.4.35",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/qrcode": "^1.4.2",
"@vue/compiler-sfc": "^3.4.27",
"rimraf": "^3.0.2",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vue-tsc": "^2.0.19"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.15",
"@tmagic/utils": "1.4.15",
"element-plus": "^2.7.5",
"element-plus": "^2.7.8",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
"serialize-javascript": "^6.0.0",
"vue": "^3.4.27",
"vue": "^3.4.35",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@types/serialize-javascript": "^5.0.1",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.27",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.35",
"sass": "^1.77.0",
"terser": "^5.31.0",
"terser": "^5.31.3",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^5.3.1"
"vite": "^5.3.5"
}
}
Loading

0 comments on commit 92e6d40

Please sign in to comment.