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

chore: release v1.5.5

This commit is contained in:
roymondchen
2025-01-14 16:33:37 +08:00
parent 040b787e8f
commit 34878d26f8
21 changed files with 45 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.5.4",
"version": "1.5.5",
"type": "module",
"private": true,
"scripts": {
@@ -19,19 +19,19 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.4",
"@tmagic/data-source": "1.5.4",
"@tmagic/core": "1.5.5",
"@tmagic/data-source": "1.5.5",
"@tmagic/react-runtime-help": "0.0.3",
"@tmagic/schema": "1.5.4",
"@tmagic/stage": "1.5.4",
"@tmagic/utils": "1.5.4",
"@tmagic/schema": "1.5.5",
"@tmagic/stage": "1.5.5",
"@tmagic/utils": "1.5.5",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.4",
"@tmagic/cli": "1.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",