Skip to content

Commit

Permalink
chore: add missing dependencies (#8775)
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin authored Oct 10, 2024
1 parent a9db469 commit 58d2d5a
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 12 deletions.
1 change: 1 addition & 0 deletions packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-utils": "2.15.18",
Expand Down
1 change: 1 addition & 0 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-utils": "2.15.18",
Expand Down
1 change: 1 addition & 0 deletions packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.8.8",
"@ant-design/pro-field": "2.16.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"> 1%"
],
"dependencies": {
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/cssinjs": "^1.21.1",
"@babel/runtime": "^7.18.0",
"@ctrl/tinycolor": "^3.4.0",
"dayjs": "^1.11.10",
"rc-util": "^5.0.1",
"swr": "^2.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.8.8",
"@ant-design/pro-field": "2.16.2",
Expand Down
42 changes: 31 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58d2d5a

Please sign in to comment.