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

chore: release v1.2.4

This commit is contained in:
roymondchen
2023-02-17 14:24:14 +08:00
parent a013f35cd9
commit 8102aaeb12
21 changed files with 129 additions and 120 deletions

View File

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