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

chore: release v1.2.15

This commit is contained in:
roymondchen
2023-04-26 11:23:28 +08:00
parent 982cc4685e
commit e4079d1e60
21 changed files with 141 additions and 122 deletions

View File

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