Skip to content

Commit

Permalink
Merge pull request #53 from hocgin/v4.0.28
Browse files Browse the repository at this point in the history
feat: v4.0.28
  • Loading branch information
hocgin authored Dec 8, 2021
2 parents 621529e + 9e28b79 commit 82913dc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 26 deletions.
4 changes: 4 additions & 0 deletions _docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
| useAction | 请求处理组 |
| initialValues | 初始化值 |
| xx$ | 事件 |

### 包依赖类型

https://yarn.bootcss.com/docs/dependency-types/
62 changes: 36 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocgin/ui",
"version": "4.0.27",
"version": "4.0.28",
"sideEffects": [
".less",
".css"
Expand Down Expand Up @@ -36,44 +36,54 @@
]
},
"dependencies": {
"antd": "^4.15.5",
"@ant-design/pro-descriptions": "^1.9.13",
"@ant-design/pro-field": "^1.22.1",
"@ant-design/pro-form": "^1.43.2",
"@ant-design/pro-layout": "^6.25.4",
"@ant-design/pro-table": "^2.53.1",
"@ant-design/icons": "^4.6.3",
"@umijs/plugin-request": "^2.7.0",
"ahooks": "^3.0.0-alpha.12",
"classnames": "^2.3.1",
"draft-js-prism": "^1.0.6",
"memoize-one": "^5.2.1",

"emoji-mart": "^3.0.1",
"@uiw/react-md-editor": "^3.0.8",
"braft-editor": "^2.3.9",
"braft-extensions": "^0.1.1",

"draft-js-prism": "^1.0.6",
"react-copy-to-clipboard": "^5.0.4",
"react-countup": "^5.2.0",
"react-image": "^4.0.3",
"react-infinite-scroller": "^1.2.2"
},
"peerDependencies": {
"@ant-design/icons": "^4.6.3",
"@ant-design/pro-descriptions": "^1.9.13",
"@ant-design/pro-field": "^1.22.1",
"@ant-design/pro-form": "^1.43.2",
"@ant-design/pro-layout": "^6.25.4",
"@ant-design/pro-table": "^2.53.1",
"emoji-mart": "^3.0.1",
"@uiw/react-md-editor": "^3.0.8",
"braft-editor": "^2.3.9",
"braft-extensions": "^0.1.1",
"antd": "^4.15.5",
"react": "^16.12.0"
},
"devDependencies": {
"@ant-design/icons": "^4.6.3",
"@ant-design/pro-descriptions": "^1.9.13",
"@ant-design/pro-field": "^1.22.1",
"@ant-design/pro-form": "^1.43.2",
"@ant-design/pro-layout": "^6.25.4",
"@ant-design/pro-table": "^2.53.1",
"emoji-mart": "^3.0.1",
"@uiw/react-md-editor": "^3.0.8",
"braft-editor": "^2.3.9",
"braft-extensions": "^0.1.1",
"antd": "^4.15.5",
"react": "^16.12.0",
"bundleDependencies": [
"antd",
"@ant-design/pro-table",
"@ant-design/pro-layout",
"@ant-design/pro-form",
"@ant-design/pro-field",
"@ant-design/pro-descriptions",
"@ant-design/icons",
"@umijs/plugin-request",

"emoji-mart",
"@uiw/react-md-editor",
"braft-editor",
"braft-extensions",

"memoize-one",
"ahooks",
"classnames"
],
"optionalDependencies": {
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-infinite-scroller": "^1.2.2",
"@umijs/test": "^3.0.5",
Expand Down

1 comment on commit 82913dc

@vercel
Copy link

@vercel vercel bot commented on 82913dc Dec 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.