Skip to content

Commit

Permalink
更新依赖版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
1eeing committed Jun 3, 2024
1 parent f4ef9d0 commit 3130651
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@xkit-yx/call-kit": "^3.0.0",
"@xkit-yx/call-kit-react-ui": "^0.6.0",
"@xkit-yx/im-kit-ui": "10.0.1-beta.1",
"@xkit-yx/im-kit-ui": "^10.x",
"react-dom": "^16.8.0",
"umi": "^3.5.40"
},
Expand Down
7 changes: 4 additions & 3 deletions react/src/YXUIKit/im-kit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xkit-yx/im-kit-ui",
"version": "10.0.1-beta.1",
"version": "10.0.1",
"description": "云信即时通讯组件",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -54,12 +54,13 @@
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@xkit-yx/im-store-v2": "^0.1.0",
"@xkit-yx/im-store-v2": "^0.1.1",
"@xkit-yx/utils": "^0.6.0",
"antd": "^4.16.3",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"nim-web-sdk-ng": "10.2.700",
"react-string-replace": "^1.1.0"
}
},
"gitHead": "4e09464e7bb40f8b578b2704e7931ea1e6928417"
}
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@xkit-yx/im-kit-ui": "10.0.1-beta.1",
"@xkit-yx/im-kit-ui": "^10.x",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"vue": "^3.2.45"
Expand Down

0 comments on commit 3130651

Please sign in to comment.