1
0
mirror of synced 2026-03-23 19:28:40 +08:00

chore: release v1.2.15

This commit is contained in:
roymondchen
2023-04-26 11:23:28 +08:00
parent 982cc4685e
commit e4079d1e60
21 changed files with 141 additions and 122 deletions

View File

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