Skip to content

Commit

Permalink
fix(deps): update dependency @ant-design/icons to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent 266fe71 commit 580c7f1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/antdp-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/icons": "5.1.3",
"@antdp/authorized": "2.0.15",
"@babel/runtime": "~7.20.1",
"classnames": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/icons": "5.1.3",
"@antdp/authorized": "2.0.15",
"@antdp/document-title": "2.0.15",
"@antdp/fullscreen": "2.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"umi"
],
"dependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/icons": "5.1.3",
"@babel/runtime": "~7.20.1",
"@umijs/max": "~4.0.47",
"umi-plugin-antd-icon-config": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/fullscreen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/icons": "5.1.3",
"@babel/runtime": "~7.20.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"index.d.ts"
],
"dependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/icons": "5.1.3",
"@babel/runtime": "~7.20.1"
}
}
2 changes: 1 addition & 1 deletion packages/user-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/icons": "5.1.3",
"@antdp/antdp-ui": "2.0.15",
"@antdp/document-title": "2.0.15",
"@babel/runtime": "~7.20.1"
Expand Down

0 comments on commit 580c7f1

Please sign in to comment.