Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 89d349f commit 17e19e4
Show file tree
Hide file tree
Showing 3 changed files with 1,133 additions and 655 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset-app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"author": "Deloitte Digital AU",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/core": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/core": "7.24.3",
"@babel/preset-react": "7.24.1",
"@deloitte-digital-au/babel-preset-app": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"author": "Deloitte Digital AU",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/core": "7.24.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/plugin-transform-destructuring": "7.4.4",
"@babel/plugin-transform-regenerator": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/runtime": "7.4.4",
"@babel/plugin-transform-destructuring": "7.24.1",
"@babel/plugin-transform-regenerator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/runtime": "7.24.1",
"babel-plugin-dynamic-import-node": "2.2.0"
}
}
Loading

0 comments on commit 17e19e4

Please sign in to comment.