Skip to content

Commit

Permalink
chore: 更新element-plus版本
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Dec 8, 2023
1 parent fe26ac5 commit 25a8456
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"conventional-changelog-cli": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.2.32",
"element-plus": "^2.4.3",
"enquirer": "^2.3.6",
"eslint": "^8.38.0",
"eslint-config-tencent": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.9",
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.3.5",
"@tmagic/dep": "1.3.5",
"@tmagic/design": "1.3.5",
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 @@ -38,12 +38,12 @@
],
"dependencies": {
"@tmagic/design": "1.3.5",
"element-plus": "^2.2.32",
"element-plus": "^2.4.3",
"vue": "^3.3.8"
},
"peerDependencies": {
"@tmagic/design": "1.3.5",
"element-plus": "^2.2.32",
"element-plus": "^2.4.3",
"vue": "^3.3.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/design": "1.3.5",
"@tmagic/utils": "1.3.5",
"lodash-es": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.3.5",
"@tmagic/design": "1.3.5",
"@tmagic/editor": "1.3.5",
Expand All @@ -21,7 +21,7 @@
"@tmagic/schema": "1.3.5",
"@tmagic/stage": "1.3.5",
"@tmagic/utils": "1.3.5",
"element-plus": "^2.2.32",
"element-plus": "^2.4.3",
"monaco-editor": "^0.41.0",
"serialize-javascript": "^6.0.0",
"vue": "^3.3.8",
Expand Down
67 changes: 19 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25a8456

Please sign in to comment.