This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree 2 files changed +38
-37
lines changed
2 files changed +38
-37
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [
3
- " @babel/preset-react" ,
4
- [
5
- " @babel/preset-env" ,
6
- {
7
- "targets" : {
8
- "browsers" : [
9
- " last 2 versions" ,
10
- " ios_saf >= 8" ,
11
- " not IE <= 10" ,
12
- " chrome >= 49" ,
13
- " firefox >= 49" ,
14
- " > 1%"
15
- ]
16
- },
17
- "loose" : true ,
18
- "useBuiltIns" : " usage" ,
19
- "corejs" : " 2.6.5" ,
20
- }
21
- ]
2
+ "presets" : [
3
+ " @babel/preset-react" ,
4
+ [
5
+ " @babel/preset-env" ,
6
+ {
7
+ "targets" : {
8
+ "browsers" : [
9
+ " last 2 versions" ,
10
+ " ios_saf >= 8" ,
11
+ " not IE <= 10" ,
12
+ " chrome >= 49" ,
13
+ " firefox >= 49" ,
14
+ " > 1%"
15
+ ]
16
+ },
17
+ "loose" : true ,
18
+ "useBuiltIns" : " usage" ,
19
+ "corejs" : " 2.6.5"
20
+ }
21
+ ]
22
+ ],
23
+ "plugins" : [
24
+ [
25
+ " @babel/plugin-proposal-object-rest-spread" ,
26
+ {
27
+ "useBuiltIns" : " usage" ,
28
+ "corejs" : " 2.6.5"
29
+ }
22
30
],
23
- "plugins" : [
24
- [
25
- " @babel/plugin-proposal-object-rest-spread" ,
26
- {
27
- "useBuiltIns" : " usage" ,
28
- "corejs" : " 2.6.5" ,
29
- }
30
- ],
31
- [
32
- " @babel/plugin-proposal-class-properties" ,
33
- {
34
- "useBuiltIns" : " usage" ,
35
- "corejs" : " 2.6.5" ,
36
- }
37
- ]
31
+ [
32
+ " @babel/plugin-proposal-class-properties" ,
33
+ {
34
+ "useBuiltIns" : " usage" ,
35
+ "corejs" : " 2.6.5"
36
+ }
38
37
]
39
- }
38
+ ]
39
+ }
Original file line number Diff line number Diff line change 45
45
"@babel/register" : " ^7.4.4" ,
46
46
"@binary-com/binary-indicators" : " ^1.6.3" ,
47
47
"app-module-path" : " ^2.2.0" ,
48
+ "babel-core" : " ^7.0.0-bridge.0" ,
48
49
"babel-eslint" : " ^10.0.1" ,
49
- "babel-jest" : " ^24.8.0 " ,
50
+ "babel-jest" : " ^23.4.2 " ,
50
51
"babel-loader" : " ^8.0.6" ,
51
52
"binary-live-api" : " ^29.0.1" ,
52
53
"binary-utils" : " ^4.23.0" ,
You can’t perform that action at this time.
0 commit comments