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

chore: release v1.2.11

This commit is contained in:
roymondchen
2023-03-30 11:21:22 +08:00
parent 5eb3b0dcae
commit 74ce204489
21 changed files with 138 additions and 120 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
@@ -46,12 +46,12 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/core": "1.2.10",
"@tmagic/design": "1.2.10",
"@tmagic/form": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/stage": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/core": "1.2.11",
"@tmagic/design": "1.2.11",
"@tmagic/form": "1.2.11",
"@tmagic/schema": "1.2.11",
"@tmagic/stage": "1.2.11",
"@tmagic/utils": "1.2.11",
"buffer": "^6.0.3",
"color": "^3.1.3",
"events": "^3.3.0",
@@ -63,8 +63,8 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/design": "1.2.10",
"@tmagic/form": "1.2.10",
"@tmagic/design": "1.2.11",
"@tmagic/form": "1.2.11",
"monaco-editor": "^0.34.0",
"vue": "^3.2.37"
},