1
0
mirror of synced 2025-12-07 14:03:39 +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": "runtime-react",
"version": "1.4.14",
"version": "1.4.15",
"type": "module",
"private": true,
"scripts": {
@@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.14",
"@tmagic/data-source": "1.4.14",
"@tmagic/ui-react": "1.4.14",
"@tmagic/schema": "1.4.14",
"@tmagic/stage": "1.4.14",
"@tmagic/utils": "1.4.14",
"@tmagic/core": "1.4.15",
"@tmagic/data-source": "1.4.15",
"@tmagic/ui-react": "1.4.15",
"@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.15",
"@tmagic/utils": "1.4.15",
"axios": "^0.25.0",
"lodash-es": "^4.17.21",
"terser": "^5.31.0",