mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Upgrade core-js to 3.31.0 (#160181)
https://github.com/zloirock/core-js/blob/master/CHANGELOG.md
This commit is contained in:
parent
79d8349eaf
commit
768bae7817
4 changed files with 7 additions and 7 deletions
|
@ -796,7 +796,7 @@
|
|||
"compare-versions": "3.5.1",
|
||||
"constate": "^3.3.2",
|
||||
"copy-to-clipboard": "^3.0.8",
|
||||
"core-js": "^3.29.0",
|
||||
"core-js": "^3.31.0",
|
||||
"cronstrue": "^1.51.0",
|
||||
"cuid": "^2.1.8",
|
||||
"cytoscape": "^3.10.0",
|
||||
|
|
|
@ -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.29.0',
|
||||
corejs: '3.31.0',
|
||||
bugfixes: true,
|
||||
|
||||
...(options['@babel/preset-env'] || {}),
|
||||
|
|
|
@ -19,7 +19,7 @@ module.exports = (api, options = {}) => {
|
|||
modules: false,
|
||||
// Please read the explanation for this
|
||||
// in node_preset.js
|
||||
corejs: '3.29.0',
|
||||
corejs: '3.31.0',
|
||||
bugfixes: true,
|
||||
browserslistEnv: api.env('production') ? 'production' : 'dev',
|
||||
},
|
||||
|
|
|
@ -12942,10 +12942,10 @@ core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.9:
|
|||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
|
||||
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
|
||||
|
||||
core-js@^3.0.4, core-js@^3.29.0, core-js@^3.6.5, core-js@^3.8.2, core-js@^3.8.3:
|
||||
version "3.29.0"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.29.0.tgz#0273e142b67761058bcde5615c503c7406b572d6"
|
||||
integrity sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==
|
||||
core-js@^3.0.4, core-js@^3.31.0, core-js@^3.6.5, core-js@^3.8.2, core-js@^3.8.3:
|
||||
version "3.31.0"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.31.0.tgz#4471dd33e366c79d8c0977ed2d940821719db344"
|
||||
integrity sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==
|
||||
|
||||
core-util-is@1.0.2, core-util-is@^1.0.2, core-util-is@~1.0.0:
|
||||
version "1.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue