Skip to content

Commit

Permalink
fix(deps): update babel monorepo to ~7.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent 3147900 commit 4bfb5e5
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"prettier": "3.0.3",
"tsbb": "^4.1.0",
"recursive-readdir-files": "2.3.1",
"@babel/core": "~7.21.3",
"@babel/preset-typescript": "~7.21.0"
"@babel/core": "~7.24.0",
"@babel/preset-typescript": "~7.24.0"
}
}
2 changes: 1 addition & 1 deletion packages/antdp-edit-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=17.x"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.24.0",
"rc-field-form": "~1.44.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 @@ -38,7 +38,7 @@
"react-dom": ">=17.x"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.24.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 @@ -31,7 +31,7 @@
"dependencies": {
"@ant-design/icons": "~5.3.5",
"@antdp/authorized": "2.1.1",
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.24.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 @@ -34,7 +34,7 @@
"@antdp/document-title": "2.1.1",
"@antdp/fullscreen": "2.1.1",
"@antdp/layout-tabs": "2.1.1",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.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 @@ -29,7 +29,7 @@
},
"dependencies": {
"@ant-design/icons": "~5.3.5",
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.24.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 @@ -15,7 +15,7 @@
"provenance": true
},
"dependencies": {
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.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 @@ -29,7 +29,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.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 @@ -28,7 +28,7 @@
},
"dependencies": {
"@ant-design/icons": "~5.3.5",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.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 @@ -27,7 +27,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.24.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 @@ -24,6 +24,6 @@
],
"dependencies": {
"@ant-design/icons": "~5.3.5",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.0"
}
}
2 changes: 1 addition & 1 deletion packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1",
"@babel/runtime": "~7.24.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 @@ -28,7 +28,7 @@
"react-dom": ">=16.7.0"
},
"dependencies": {
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.0"
},
"devDependencies": {
"antd": "5.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/request/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.24.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 @@ -35,7 +35,7 @@
"@ant-design/icons": "~5.3.5",
"@antdp/antdp-ui": "2.1.1",
"@antdp/document-title": "2.1.1",
"@babel/runtime": "~7.20.1"
"@babel/runtime": "~7.24.0"
},
"devDependencies": {
"@types/react": "~18.2.0",
Expand Down

0 comments on commit 4bfb5e5

Please sign in to comment.