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

chore: release v1.3.16

This commit is contained in:
roymondchen
2024-03-01 16:36:32 +08:00
parent ffc3e57aa1
commit 0e314ef5ad
24 changed files with 181 additions and 165 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.3.15",
"version": "1.3.16",
"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.15",
"@tmagic/dep": "1.3.15",
"@tmagic/design": "1.3.15",
"@tmagic/form": "1.3.15",
"@tmagic/schema": "1.3.15",
"@tmagic/stage": "1.3.15",
"@tmagic/table": "1.3.15",
"@tmagic/utils": "1.3.15",
"@tmagic/core": "1.3.16",
"@tmagic/dep": "1.3.16",
"@tmagic/design": "1.3.16",
"@tmagic/form": "1.3.16",
"@tmagic/schema": "1.3.16",
"@tmagic/stage": "1.3.16",
"@tmagic/table": "1.3.16",
"@tmagic/utils": "1.3.16",
"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.15",
"@tmagic/form": "1.3.15",
"@tmagic/design": "1.3.16",
"@tmagic/form": "1.3.16",
"monaco-editor": "^0.41.0",
"vue": "^3.3.8"
},