Skip to content

Commit f9a81c5

Browse files
committed
(chore) - upgrade and simplify dev dependencies.
1 parent 33a7d69 commit f9a81c5

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

.babelrc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"presets": ["es2015"],
3-
"plugins": [
4-
"transform-object-rest-spread",
5-
"transform-flow-strip-types",
6-
]
2+
"presets": ["airbnb"],
3+
"plugins": ["@babel/plugin-transform-flow-strip-types"]
74
}

package.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,21 @@
3030
"jest": "jest --coverage __tests__/**/*"
3131
},
3232
"devDependencies": {
33-
"babel-cli": "^6.26.0",
34-
"babel-core": "^6.26.3",
35-
"babel-eslint": "^8.2.5",
36-
"babel-jest": "^21.2.0",
37-
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
38-
"babel-plugin-transform-flow-strip-types": "^6.22.0",
39-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
40-
"babel-polyfill": "^6.26.0",
41-
"babel-preset-es2015": "^6.24.1",
33+
"@babel/core": "^7.0.0",
34+
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
35+
"babel-eslint": "^10.0.1",
36+
"babel-jest": "^24.0.0",
37+
"babel-preset-airbnb": "^3.2.0",
4238
"coveralls": "^3.0.1",
43-
"eslint": "^4.19.1",
39+
"eslint": "^5.3.0",
4440
"eslint-config-airbnb-base": "^13.0.0",
45-
"eslint-plugin-flowtype": "^2.49.3",
41+
"eslint-plugin-flowtype": "^3.2.1",
4642
"eslint-plugin-import": "^2.13.0",
4743
"estraverse": "^4.2.0",
48-
"expect": "^21.2.1",
44+
"expect": "^24.0.0",
4945
"flow-bin": "^0.88.0",
5046
"in-publish": "^2.0.0",
51-
"jest": "^21.2.1",
47+
"jest": "^24.0.0",
5248
"jscodeshift": "^0.6.0",
5349
"minimist": "^1.2.0",
5450
"object.assign": "^4.1.0",

0 commit comments

Comments
 (0)