File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ import 'whatwg-fetch';
22
22
import 'promise-polyfill/lib/polyfill' ;
23
23
24
24
// ES6
25
- import 'core-js/fn /array/find' ;
26
- import 'core-js/fn /array/find-index' ;
27
- import 'core-js/fn /object/assign' ;
28
- import 'core-js/fn /string/starts-with' ;
29
- import 'core-js/fn /string/repeat' ;
30
- import 'core-js/fn /symbol' ;
31
- import 'core-js/fn /symbol/iterator' ;
25
+ import 'core-js/features /array/find' ;
26
+ import 'core-js/features /array/find-index' ;
27
+ import 'core-js/features /object/assign' ;
28
+ import 'core-js/features /string/starts-with' ;
29
+ import 'core-js/features /string/repeat' ;
30
+ import 'core-js/features /symbol' ;
31
+ import 'core-js/features /symbol/iterator' ;
Original file line number Diff line number Diff line change 16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "core-js" : " 2.6.5 " ,
19
+ "core-js" : " 3.0.0 " ,
20
20
"promise-polyfill" : " 8.1.0" ,
21
21
"whatwg-fetch" : " 2.0.4"
22
22
},
Original file line number Diff line number Diff line change @@ -4073,16 +4073,21 @@ copy-props@^2.0.1:
4073
4073
each-props "^1.3.0"
4074
4074
is-plain-object "^2.0.1"
4075
4075
4076
- core-js@2.6.5, core-js@^2.5.7 :
4077
- version "2.6.5 "
4078
- resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.5 .tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895 "
4079
- integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A ==
4076
+ core-js@3.0.0 :
4077
+ version "3.0.0 "
4078
+ resolved "https://registry.npmjs.org/core-js/-/core-js-3.0.0 .tgz#a8dbfa978d29bfc263bfb66c556d0ca924c28957 "
4079
+ integrity sha512-WBmxlgH2122EzEJ6GH8o9L/FeoUKxxxZ6q6VUxoTlsE4EvbTWKJb447eyVxTEuq0LpXjlq/kCB2qgBvsYRkLvQ ==
4080
4080
4081
4081
core-js@^2.2.0, core-js@^2.4.0:
4082
4082
version "2.5.5"
4083
4083
resolved "https://registry.npmjs.org/core-js/-/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b"
4084
4084
integrity sha1-sU3ek2xkDAV5prUMq8wTLdYSfjs=
4085
4085
4086
+ core-js@^2.5.7:
4087
+ version "2.6.5"
4088
+ resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
4089
+ integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
4090
+
4086
4091
[email protected] , core-util-is@~1.0.0:
4087
4092
version "1.0.2"
4088
4093
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
You can’t perform that action at this time.
0 commit comments