1
0
mirror of synced 2025-12-09 10:37:55 +08:00

chore: release v1.0.0-rc.13

This commit is contained in:
roymondchen
2022-06-22 16:55:04 +08:00
committed by jia000
parent 069aec64c1
commit 906002f809
17 changed files with 96 additions and 69 deletions

View File

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