Skip to content

Commit

Permalink
fix(deps): update dependency @babel/runtime to ~7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2023
1 parent 496774b commit c077347
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/antdp-edit-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": ">=17.x"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"rc-field-form": "~1.29.0"
},
"devDependencies": {
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 @@ -37,7 +37,7 @@
"react-dom": ">=17.x"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"lodash": "4.17.21"
},
"devDependencies": {
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 @@ -30,7 +30,7 @@
"dependencies": {
"@ant-design/icons": "5.0.1",
"@antdp/authorized": "1.8.24",
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"classnames": "2.3.2",
"immutability-helper": "^3.1.1",
"react-dnd": "^16.0.1",
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 @@ -33,7 +33,7 @@
"@antdp/document-title": "2.0.2",
"@antdp/fullscreen": "2.0.2",
"@antdp/layout-tabs": "2.0.2",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
},
"devDependencies": {
"@umijs/max": "~4.0.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"dependencies": {
"@ant-design/icons": "5.0.1",
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"@umijs/max": "~4.0.47",
"umi-plugin-antd-icon-config": "3.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"antd"
],
"dependencies": {
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/document-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fullscreen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"ahooks": "~3.7.2"
},
"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 @@ -20,6 +20,6 @@
],
"dependencies": {
"@ant-design/icons": "5.0.1",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
}
}
2 changes: 1 addition & 1 deletion packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"react-frame-component": "5.2.6"
},
"devDependencies": {
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 @@ -27,7 +27,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
},
"devDependencies": {
"antd": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.21.0",
"umi-request": "1.4.0"
},
"devDependencies": {
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 @@ -34,7 +34,7 @@
"@ant-design/icons": "5.0.1",
"@antdp/antdp-ui": "2.0.2",
"@antdp/document-title": "2.0.2",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.21.0"
},
"devDependencies": {
"@types/react": "~18.0.31",
Expand Down

0 comments on commit c077347

Please sign in to comment.