1
0
mirror of synced 2025-12-07 17:32:33 +08:00

chore: release v1.2.0

This commit is contained in:
roymondchen
2022-12-22 11:14:59 +08:00
parent 3934ebd030
commit b13aaeb0e9
21 changed files with 129 additions and 120 deletions

View File

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