1
0
mirror of synced 2026-03-24 03:38:34 +08:00

chore: release v1.3.0-beta.3

This commit is contained in:
roymondchen
2023-10-23 11:20:38 +08:00
parent bd9686dbd8
commit bfb30923e1
22 changed files with 170 additions and 145 deletions

View File

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