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

v1.0.0-beta.3

This commit is contained in:
roymondchen
2022-03-14 21:59:42 +08:00
committed by jia000
parent de9d7d340a
commit 012c5ceeca
25 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "src/index.ts",
"engines": {
"node": ">=14"
@@ -13,7 +13,7 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/schema": "^1.0.0-beta.2",
"@tmagic/schema": "^1.0.0-beta.3",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},