1
0
mirror of synced 2026-04-05 07:48:35 +08:00

chore: release v1.3.12

This commit is contained in:
roymondchen
2024-01-18 11:47:54 +08:00
parent c30e7d340b
commit 2d5bd2ddb4
23 changed files with 166 additions and 152 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.3.11",
"version": "1.3.12",
"type": "module",
"private": true,
"scripts": {
@@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.3.11",
"@tmagic/design": "1.3.11",
"@tmagic/editor": "1.3.11",
"@tmagic/element-plus-adapter": "1.3.11",
"@tmagic/form": "1.3.11",
"@tmagic/core": "1.3.12",
"@tmagic/design": "1.3.12",
"@tmagic/editor": "1.3.12",
"@tmagic/element-plus-adapter": "1.3.12",
"@tmagic/form": "1.3.12",
"@tmagic/tmagic-form-runtime": "1.0.0",
"@tmagic/schema": "1.3.11",
"@tmagic/stage": "1.3.11",
"@tmagic/utils": "1.3.11",
"@tmagic/schema": "1.3.12",
"@tmagic/stage": "1.3.12",
"@tmagic/utils": "1.3.12",
"element-plus": "^2.4.3",
"monaco-editor": "^0.41.0",
"serialize-javascript": "^6.0.0",