Skip to content

Commit

Permalink
chore(project): update core-js to 3.6.2 (#5010)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 14, 2020
1 parent cfd5cec commit c2cf35c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
Binary file added .yarn/offline-mirror/core-js-2.6.11.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/core-js-3.4.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/core-js-3.6.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/components/demo/js/components/boot-nav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'core-js/modules/es6.array.find';
import 'core-js/modules/es.array.find';

import React from 'react';
import ReactDOM from 'react-dom';
Expand Down
4 changes: 2 additions & 2 deletions packages/components/demo/polyfills/devenv.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Polyfill for dev env UI based on `carbon-components-react`
import 'core-js/modules/es6.string.includes';
import 'core-js/modules/es7.object.values';
import 'core-js/modules/es.string.includes';
import 'core-js/modules/es.object.values';
import 'whatwg-fetch';
import PromisePolyfill from 'promise/lib/es6-extensions';
import rejectionTracking from 'promise/lib/rejection-tracking';
Expand Down
6 changes: 3 additions & 3 deletions packages/components/demo/polyfills/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */
import 'core-js/modules/es6.array.from';
import 'core-js/modules/es6.math.sign';
import 'core-js/modules/es6.object.assign';
import 'core-js/modules/es.array.from';
import 'core-js/modules/es.math.sign';
import 'core-js/modules/es.object.assign';
/* eslint-enable import/no-extraneous-dependencies */

import './custom-event';
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"chokidar": "^2.0.0",
"classnames": "^2.2.0",
"commander": "^2.13.0",
"core-js": "^2.4.0",
"core-js": "^3.6.2",
"cross-env": "^5.2.0",
"css-loader": "^0.28.0",
"custom-event": "^1.0.0",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7831,20 +7831,25 @@ core-js@^1.0.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=

core-js@^2.2.0, core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
core-js@^2.2.0, core-js@^2.5.0, core-js@^2.6.5:
version "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.0, core-js@^3.0.1, core-js@^3.0.4, core-js@^3.1.3:
core-js@^2.4.0:
version "2.6.11"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==

core-js@^3.0.0, core-js@^3.0.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.4.tgz#3a2837fc48e582e1ae25907afcd6cf03b0cc7a07"
integrity sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ==

core-js@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.4.0.tgz#29ea478601789c72f2978e9bb98f43546f89d3aa"
integrity sha512-lQxb4HScV71YugF/X28LtePZj9AB7WqOpcB+YztYxusvhrgZiQXPmCYfPC5LHsw/+ScEtDbXU3xbqH3CjBRmYA==
core-js@^3.0.1, core-js@^3.1.3, core-js@^3.4.0, core-js@^3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.2.tgz#2799ea1a59050f0acf50dfe89b916d6503b16caa"
integrity sha512-hIE5dXkRzRvnZ5vhkRfQxUvDxQZmD9oueA08jDYRBKJHx+VIl/Pne/e0A4x9LObEEthC/TqiZybUoNM4tRgnKg==

core-util-is@1.0.2, core-util-is@^1.0.0, core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit c2cf35c

Please sign in to comment.