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

chore: release v1.2.0-beta.22

This commit is contained in:
roymondchen
2022-12-06 21:02:59 +08:00
parent bd5aa8e0b9
commit 8ab6cdb03c
20 changed files with 123 additions and 119 deletions

View File

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