1
0
mirror of synced 2025-12-10 19:57:59 +08:00

chore: release v1.1.3

This commit is contained in:
roymondchen
2022-09-13 14:32:48 +08:00
parent e0a16bcf0a
commit 66579793c2
19 changed files with 137 additions and 116 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"scripts": {
"clean:top": "rimraf dist",
@@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/editor": "1.1.2",
"@tmagic/form": "1.1.2",
"@tmagic/schema": "1.1.2",
"@tmagic/stage": "1.1.2",
"@tmagic/utils": "1.1.2",
"@tmagic/editor": "1.1.3",
"@tmagic/form": "1.1.3",
"@tmagic/schema": "1.1.3",
"@tmagic/stage": "1.1.3",
"@tmagic/utils": "1.1.3",
"element-plus": "^2.2.6",
"monaco-editor": "^0.34.0",
"serialize-javascript": "^6.0.0",