1
0
mirror of synced 2026-03-23 02:58:34 +08:00

chore: release v1.3.11

This commit is contained in:
roymondchen
2024-01-12 16:43:16 +08:00
parent 2679969cb6
commit 30929e8bd3
23 changed files with 166 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.3.10",
"version": "1.3.11",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
@@ -47,14 +47,14 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.3.10",
"@tmagic/dep": "1.3.10",
"@tmagic/design": "1.3.10",
"@tmagic/form": "1.3.10",
"@tmagic/schema": "1.3.10",
"@tmagic/stage": "1.3.10",
"@tmagic/table": "1.3.10",
"@tmagic/utils": "1.3.10",
"@tmagic/core": "1.3.11",
"@tmagic/dep": "1.3.11",
"@tmagic/design": "1.3.11",
"@tmagic/form": "1.3.11",
"@tmagic/schema": "1.3.11",
"@tmagic/stage": "1.3.11",
"@tmagic/table": "1.3.11",
"@tmagic/utils": "1.3.11",
"buffer": "^6.0.3",
"color": "^3.1.3",
"emmet-monaco-es": "^5.3.0",
@@ -68,8 +68,8 @@
"vue": "^3.3.8"
},
"peerDependencies": {
"@tmagic/design": "1.3.10",
"@tmagic/form": "1.3.10",
"@tmagic/design": "1.3.11",
"@tmagic/form": "1.3.11",
"monaco-editor": "^0.41.0",
"vue": "^3.3.8"
},