Skip to content

Commit

Permalink
update corejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 18, 2023
1 parent e514623 commit c3ba2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-babel-preset/node_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = (_, options = {}) => {
// Because of that we should use for that value the same version we install
// in the package.json in order to have the same polyfills between the environment
// and the tests
corejs: '3.31.0',
corejs: '3.34.0',
bugfixes: true,

...(options['@babel/preset-env'] || {}),
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-babel-preset/webpack_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (api, options = {}) => {
modules: false,
// Please read the explanation for this
// in node_preset.js
corejs: '3.31.0',
corejs: '3.34.0',
bugfixes: true,
browserslistEnv: api.env('production') ? 'production' : 'dev',
},
Expand Down

0 comments on commit c3ba2bb

Please sign in to comment.