1
0
mirror of synced 2025-12-11 12:17:56 +08:00

chore: release v1.3.0-alpha.8

This commit is contained in:
roymondchen
2023-06-27 15:28:52 +08:00
parent fbf3896878
commit 649720079a
22 changed files with 156 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.3.0-alpha.7",
"version": "1.3.0-alpha.8",
"type": "module",
"private": true,
"scripts": {
@@ -13,14 +13,14 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/core": "1.3.0-alpha.7",
"@tmagic/design": "1.3.0-alpha.7",
"@tmagic/editor": "1.3.0-alpha.7",
"@tmagic/element-plus-adapter": "1.3.0-alpha.7",
"@tmagic/form": "1.3.0-alpha.7",
"@tmagic/schema": "1.3.0-alpha.7",
"@tmagic/stage": "1.3.0-alpha.7",
"@tmagic/utils": "1.3.0-alpha.7",
"@tmagic/core": "1.3.0-alpha.8",
"@tmagic/design": "1.3.0-alpha.8",
"@tmagic/editor": "1.3.0-alpha.8",
"@tmagic/element-plus-adapter": "1.3.0-alpha.8",
"@tmagic/form": "1.3.0-alpha.8",
"@tmagic/schema": "1.3.0-alpha.8",
"@tmagic/stage": "1.3.0-alpha.8",
"@tmagic/utils": "1.3.0-alpha.8",
"element-plus": "^2.2.32",
"monaco-editor": "^0.39.0",
"serialize-javascript": "^6.0.0",