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

chore: release v1.0.5

This commit is contained in:
roymondchen
2022-07-08 17:39:39 +08:00
committed by jia000
parent e901ad4dd0
commit d5f6f69994
17 changed files with 111 additions and 69 deletions

View File

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