1
0
mirror of synced 2026-03-23 11:18:36 +08:00

chore: release v1.3.0-alpha.7

This commit is contained in:
roymondchen
2023-06-19 14:55:29 +08:00
parent 2b881c3863
commit 591c4d05b2
22 changed files with 170 additions and 149 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.3.0-alpha.6",
"version": "1.3.0-alpha.7",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
@@ -33,14 +33,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/design": "1.3.0-alpha.6",
"@tmagic/form": "1.3.0-alpha.6",
"@tmagic/utils": "1.3.0-alpha.6",
"@tmagic/design": "1.3.0-alpha.7",
"@tmagic/form": "1.3.0-alpha.7",
"@tmagic/utils": "1.3.0-alpha.7",
"lodash-es": "^4.17.21",
"vue": "^3.3.4"
},
"peerDependencies": {
"@tmagic/form": "1.3.0-alpha.6",
"@tmagic/form": "1.3.0-alpha.7",
"vue": "^3.3.4"
},
"devDependencies": {