Skip to content

Commit

Permalink
fix: #5273 for all components
Browse files Browse the repository at this point in the history
  • Loading branch information
饶紫轩 committed May 30, 2022
1 parent 981886d commit 04a6f4f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-utils": "1.42.0",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"classnames": "^2.2.6",
"omit.js": "^2.0.2",
"rc-util": "^5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/descriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ant-design/pro-form": "1.69.1",
"@ant-design/pro-skeleton": "1.0.8",
"@ant-design/pro-utils": "1.42.0",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"rc-util": "^5.0.6",
"use-json-comparison": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-provider": "1.7.1",
"@ant-design/pro-utils": "1.42.0",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.8",
"classnames": "^2.2.6",
"lodash.tonumber": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ant-design/pro-field": "1.34.14",
"@ant-design/pro-provider": "1.7.1",
"@ant-design/pro-utils": "1.42.0",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"@umijs/use-params": "^1.0.9",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-provider": "1.7.1",
"@ant-design/pro-utils": "1.42.0",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"@umijs/route-utils": "^2.1.0",
"@umijs/ssr-darkreader": "^4.9.44",
"@umijs/use-params": "^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ant-design/pro-card": "1.20.7",
"@ant-design/pro-field": "1.34.14",
"@ant-design/pro-table": "2.76.1",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"classnames": "^2.2.6",
"moment": "^2.24.0",
"rc-resize-observer": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ie >= 11"
],
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"rc-util": "^5.0.1",
"swr": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ie >= 11"
],
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"use-media-antd-query": "^1.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@ant-design/pro-provider": "1.7.1",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.0",
"classnames": "^2.2.6",
"moment": "^2.27.0",
"rc-util": "^5.0.6",
Expand Down

0 comments on commit 04a6f4f

Please sign in to comment.