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

chore: release v1.2.0-beta.18

This commit is contained in:
roymondchen
2022-11-24 21:04:33 +08:00
parent e497ab0008
commit deeb55cd0b
21 changed files with 144 additions and 130 deletions

View File

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