1
0
mirror of synced 2025-12-09 18:47:59 +08:00

chore: release v1.2.13

This commit is contained in:
roymondchen
2023-03-30 17:11:50 +08:00
parent 8aa2ecd9c8
commit 1b7d840e4d
21 changed files with 134 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.2.12",
"version": "1.2.13",
"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.12",
"@tmagic/core": "1.2.12",
"@tmagic/ui-react": "1.2.12",
"@tmagic/schema": "1.2.12",
"@tmagic/stage": "1.2.12",
"@tmagic/utils": "1.2.12",
"@tmagic/cli": "1.2.13",
"@tmagic/core": "1.2.13",
"@tmagic/ui-react": "1.2.13",
"@tmagic/schema": "1.2.13",
"@tmagic/stage": "1.2.13",
"@tmagic/utils": "1.2.13",
"axios": "^0.25.0",
"terser": "^5.14.2",
"react": "^17.0.2",