1
0
mirror of synced 2025-12-09 18:47:59 +08:00

chore: release v1.0.3

This commit is contained in:
roymondchen
2022-07-05 14:57:08 +08:00
committed by jia000
parent 3090bc7763
commit 56a7707721
17 changed files with 107 additions and 69 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "@tmagic/editor",
"sideEffects": [
"dist/*",
@@ -43,11 +43,11 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons": "0.0.11",
"@tmagic/core": "1.0.2",
"@tmagic/form": "1.0.2",
"@tmagic/schema": "1.0.2",
"@tmagic/stage": "1.0.2",
"@tmagic/utils": "1.0.2",
"@tmagic/core": "1.0.3",
"@tmagic/form": "1.0.3",
"@tmagic/schema": "1.0.3",
"@tmagic/stage": "1.0.3",
"@tmagic/utils": "1.0.3",
"buffer": "^6.0.3",
"color": "^3.1.3",
"element-plus": "^2.2.6",
@@ -60,7 +60,7 @@
"vue": "^3.2.0"
},
"peerDependencies": {
"@tmagic/form": "1.0.2",
"@tmagic/form": "1.0.3",
"element-plus": "^2.2.6",
"monaco-editor": "^0.32.1",
"vue": "^3.2.0"