|
@@ -31,12 +31,14 @@
|
31
|
31
|
"yaeti": "1.0.1"
|
32
|
32
|
},
|
33
|
33
|
"devDependencies": {
|
34
|
|
- "babel-core": "6.26.0",
|
35
|
|
- "babel-eslint": "8.0.3",
|
36
|
|
- "babel-loader": "7.1.2",
|
37
|
|
- "babel-preset-env": "1.6.1",
|
38
|
|
- "babel-preset-flow": "6.23.0",
|
39
|
|
- "babel-preset-stage-1": "6.24.1",
|
|
34
|
+ "@babel/core": "7.1.2",
|
|
35
|
+ "@babel/plugin-proposal-class-properties": "7.1.0",
|
|
36
|
+ "@babel/plugin-proposal-export-namespace-from": "7.0.0",
|
|
37
|
+ "@babel/plugin-transform-flow-strip-types": "7.0.0",
|
|
38
|
+ "@babel/preset-env": "7.1.0",
|
|
39
|
+ "@babel/preset-flow": "7.0.0",
|
|
40
|
+ "babel-eslint": "10.0.1",
|
|
41
|
+ "babel-loader": "8.0.4",
|
40
|
42
|
"core-js": "2.5.1",
|
41
|
43
|
"eslint": "4.12.1",
|
42
|
44
|
"eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1",
|