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

chore: release v1.0.1

This commit is contained in:
roymondchen
2022-06-27 12:10:04 +08:00
committed by jia000
parent 3de29e0316
commit fd1fea2519
18 changed files with 139 additions and 107 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"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.0",
"@tmagic/form": "1.0.0",
"@tmagic/schema": "1.0.0",
"@tmagic/stage": "1.0.0",
"@tmagic/utils": "1.0.0",
"@tmagic/core": "1.0.1",
"@tmagic/form": "1.0.1",
"@tmagic/schema": "1.0.1",
"@tmagic/stage": "1.0.1",
"@tmagic/utils": "1.0.1",
"buffer": "^6.0.3",
"color": "^3.1.3",
"element-plus": "^2.2.0",
@@ -60,7 +60,7 @@
"vue": "^3.2.0"
},
"peerDependencies": {
"@tmagic/form": "1.0.0",
"@tmagic/form": "1.0.1",
"element-plus": "^2.2.0",
"monaco-editor": "^0.32.1",
"vue": "^3.2.0"