1
0
mirror of synced 2026-03-23 11:18:36 +08:00

chore: release v1.2.0-beta.8

This commit is contained in:
roymondchen
2022-10-25 17:41:35 +08:00
parent 2dda4f3488
commit 73ecdfff70
21 changed files with 147 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.2.0-beta.7",
"version": "1.2.0-beta.8",
"main": "src/index.ts",
"engines": {
"node": ">=14"
@@ -13,8 +13,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.2.0-beta.7",
"@tmagic/schema": "1.2.0-beta.7",
"@tmagic/core": "1.2.0-beta.8",
"@tmagic/schema": "1.2.0-beta.8",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"