1
0
mirror of synced 2026-03-24 11:48:35 +08:00

chore: release v1.3.0-alpha.20

This commit is contained in:
roymondchen
2023-08-24 15:24:02 +08:00
parent 5319afa563
commit 644fa4f7c0
22 changed files with 167 additions and 145 deletions

View File

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