Skip to content

Commit

Permalink
[Dev Deps] update babel-cli, babel-core, babel-eslint, `babel-j…
Browse files Browse the repository at this point in the history
…est`, `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`
  • Loading branch information
ljharb committed Jun 12, 2017
1 parent 198d0a5 commit 7dbcfb1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"test": "jest --coverage __tests__/**/*"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^20.0.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"coveralls": "^2.11.8",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.2.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"expect": "^1.20.2",
"flow-bin": "^0.47.0",
"jest": "^20.0.0",
"jest": "^20.0.4",
"jscodeshift": "^0.3.30",
"minimist": "^1.2.0",
"rimraf": "^2.5.2",
"rimraf": "^2.6.1",
"to-ast": "^1.0.0"
},
"engines": {
Expand Down

0 comments on commit 7dbcfb1

Please sign in to comment.