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

chore: release v1.0.0

This commit is contained in:
roymondchen
2022-06-24 20:41:48 +08:00
committed by jia000
parent c83d83b1a1
commit 618f853d63
18 changed files with 207 additions and 163 deletions

View File

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