1
0
mirror of synced 2025-12-11 04:07:55 +08:00

chore: release v1.3.0-alpha.5

This commit is contained in:
roymondchen
2023-06-06 19:15:57 +08:00
parent 97101f18a6
commit bdad1a41f9
22 changed files with 148 additions and 139 deletions

View File

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