1
0
mirror of synced 2026-04-03 06:28:35 +08:00

chore: release v1.2.0-beta.3

This commit is contained in:
roymondchen
2022-10-12 15:42:02 +08:00
parent b77cf108cd
commit 3baf6ffffc
21 changed files with 152 additions and 130 deletions

View File

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