Skip to content

Commit 7dbcfb1

Browse files
committed
[Dev Deps] update babel-cli, babel-core, babel-eslint, babel-jest, babel-plugin-transform-flow-strip-types, babel-plugin-transform-object-rest-spread, babel-polyfill, babel-preset-es2015, coveralls, eslint-config-airbnb-base, eslint, eslint-plugin-flowtype, eslint-plugin-import, jest, rimraf
1 parent 198d0a5 commit 7dbcfb1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
"test": "jest --coverage __tests__/**/*"
3030
},
3131
"devDependencies": {
32-
"babel-cli": "^6.14.0",
33-
"babel-core": "^6.14.0",
34-
"babel-eslint": "^7.0.0",
35-
"babel-jest": "^20.0.0",
32+
"babel-cli": "^6.24.1",
33+
"babel-core": "^6.25.0",
34+
"babel-eslint": "^7.2.3",
35+
"babel-jest": "^20.0.3",
3636
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
37-
"babel-plugin-transform-flow-strip-types": "^6.21.0",
38-
"babel-plugin-transform-object-rest-spread": "^6.20.2",
39-
"babel-polyfill": "^6.16.0",
40-
"babel-preset-es2015": "^6.14.0",
41-
"coveralls": "^2.11.8",
42-
"eslint": "^3.12.2",
43-
"eslint-config-airbnb-base": "^11.0.0",
44-
"eslint-plugin-flowtype": "^2.32.1",
45-
"eslint-plugin-import": "^2.2.0",
37+
"babel-plugin-transform-flow-strip-types": "^6.22.0",
38+
"babel-plugin-transform-object-rest-spread": "^6.23.0",
39+
"babel-polyfill": "^6.23.0",
40+
"babel-preset-es2015": "^6.24.1",
41+
"coveralls": "^2.13.1",
42+
"eslint": "^3.19.0",
43+
"eslint-config-airbnb-base": "^11.2.0",
44+
"eslint-plugin-flowtype": "^2.34.0",
45+
"eslint-plugin-import": "^2.3.0",
4646
"expect": "^1.20.2",
4747
"flow-bin": "^0.47.0",
48-
"jest": "^20.0.0",
48+
"jest": "^20.0.4",
4949
"jscodeshift": "^0.3.30",
5050
"minimist": "^1.2.0",
51-
"rimraf": "^2.5.2",
51+
"rimraf": "^2.6.1",
5252
"to-ast": "^1.0.0"
5353
},
5454
"engines": {

0 commit comments

Comments
 (0)