Skip to content

Commit

Permalink
chore(deps): update dependency antd to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2023
1 parent 569e0fb commit 929b5bb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
"react-dom": "^18.2.0",
"react": "^18.2.0",
"react-refresh": "^0.14.0",
"antd": "5.6.1"
"antd": "5.6.3"
},
"resolutions": {
"react-dom": "^18.2.0",
"react": "^18.2.0",
"react-refresh": "^0.14.0",
"antd": "5.6.1"
"antd": "5.6.3"
},
"dependencies": {
"compile-less-cli": "1.8.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/antdp-edit-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/antdp-fuzzy-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/lodash": "~4.14.181",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/antdp-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/classnames": "2.3.1",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
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 @@ -37,7 +37,7 @@
},
"devDependencies": {
"@umijs/max": "~4.0.47",
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "~6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@umijs/max": "~4.0.47",
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "~6.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/runtime": "~7.20.1"
},
"devDependencies": {
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/user-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"antd": "5.6.1",
"antd": "5.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit 929b5bb

Please sign in to comment.