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

chore: release v1.3.0-alpha.15

This commit is contained in:
roymondchen
2023-07-24 20:10:24 +08:00
parent 23bee0b3ae
commit 1f6ae515f3
22 changed files with 149 additions and 139 deletions

View File

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