1
0
mirror of synced 2025-12-08 10:07:54 +08:00

chore: release v1.4.15

This commit is contained in:
roymondchen
2024-07-26 13:05:51 +08:00
parent 96224b4d92
commit 211673c6a5
22 changed files with 70 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.14",
"version": "1.4.15",
"type": "module",
"private": true,
"scripts": {
@@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.14",
"@tmagic/design": "1.4.14",
"@tmagic/editor": "1.4.14",
"@tmagic/element-plus-adapter": "1.4.14",
"@tmagic/form": "1.4.14",
"@tmagic/core": "1.4.15",
"@tmagic/design": "1.4.15",
"@tmagic/editor": "1.4.15",
"@tmagic/element-plus-adapter": "1.4.15",
"@tmagic/form": "1.4.15",
"@tmagic/tmagic-form-runtime": "1.0.11",
"@tmagic/schema": "1.4.14",
"@tmagic/stage": "1.4.14",
"@tmagic/utils": "1.4.14",
"@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.15",
"@tmagic/utils": "1.4.15",
"element-plus": "^2.7.5",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",