4.2.4-dev

This commit is contained in:
Xu Chang 2024-02-26 17:54:26 +08:00
parent b9ed948315
commit 4363f9de3e
1 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-frontend-base",
"version": "4.2.3",
"version": "4.2.4",
"description": "oak框架中前端与业务逻辑无关的平台部分",
"author": {
"name": "XuChang"
@ -21,9 +21,9 @@
"history": "^5.3.0",
"i18n-js": "^4.3.0",
"node-schedule": "^2.1.1",
"oak-common-aspect": "^2.2.5",
"oak-domain": "^4.2.2",
"oak-memory-tree-store": "^3.1.4",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "file:../oak-domain",
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"ol": "^7.3.0",
"react-native-device-info": "^10.12.0",
"react-native-localize": "^3.0.4",
@ -31,7 +31,8 @@
"react-responsive": "^9.0.2",
"rmc-pull-to-refresh": "^1.0.13",
"socket.io-client": "^4.7.2",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"weapp.socket.io": "^2.2.1"
},
"peerDependencies": {
"@ant-design/icons": ">=5.2.6",
@ -93,4 +94,4 @@
"module": "es/index",
"types": "es/index.d.ts",
"typings": "es/index.d.ts"
}
}