1
0
mirror of synced 2026-04-05 07:48:35 +08:00

v1.0.0-beta.14

This commit is contained in:
roymondchen
2022-05-07 17:09:24 +08:00
committed by jia000
parent 3fcaeb9936
commit ca97e2410b
25 changed files with 49 additions and 49 deletions

View File

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