Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 37ef087

Browse files
committed
trying to fix circle-ci
1 parent 3a7536c commit 37ef087

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

.babelrc

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
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+
}
2230
],
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+
}
3837
]
39-
}
38+
]
39+
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
"@babel/register": "^7.4.4",
4646
"@binary-com/binary-indicators": "^1.6.3",
4747
"app-module-path": "^2.2.0",
48+
"babel-core": "^7.0.0-bridge.0",
4849
"babel-eslint": "^10.0.1",
49-
"babel-jest": "^24.8.0",
50+
"babel-jest": "^23.4.2",
5051
"babel-loader": "^8.0.6",
5152
"binary-live-api": "^29.0.1",
5253
"binary-utils": "^4.23.0",

0 commit comments

Comments
 (0)