1
0
mirror of synced 2026-03-22 18:48:34 +08:00

chore: release v1.2.10

This commit is contained in:
roymondchen
2023-03-27 14:20:03 +08:00
parent 54e2ce2c7e
commit 3b3fbb288d
21 changed files with 136 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.2.9",
"version": "1.2.10",
"type": "module",
"private": true,
"scripts": {
@@ -21,12 +21,12 @@
"build:event:admin": "vite build --config build.vite.config.ts --mode event:admin"
},
"dependencies": {
"@tmagic/cli": "1.2.9",
"@tmagic/core": "1.2.9",
"@tmagic/ui-react": "1.2.9",
"@tmagic/schema": "1.2.9",
"@tmagic/stage": "1.2.9",
"@tmagic/utils": "1.2.9",
"@tmagic/cli": "1.2.10",
"@tmagic/core": "1.2.10",
"@tmagic/ui-react": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/stage": "1.2.10",
"@tmagic/utils": "1.2.10",
"axios": "^0.25.0",
"terser": "^5.14.2",
"react": "^17.0.2",