Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Krueger committed Oct 10, 2017
1 parent 2682059 commit f2d809c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
"prepublishOnly": "npm run lint && npm test && npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"coveralls": "^2.13.1",
"esdoc": "^1.0.1",
"coveralls": "^3.0.0",
"esdoc": "^1.0.3",
"esdoc-flow-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.3.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint": "^4.8.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.7.0",
"flow": "^0.2.3",
"flow-bin": "^0.52.0",
"flow-typed": "^2.1.5",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"prettier": "^1.5.3",
"webpack": "^3.4.1"
"flow-bin": "^0.56.0",
"flow-typed": "^2.2.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"prettier": "^1.7.4",
"webpack": "^3.6.0"
},
"jest": {
"moduleDirectories": [
Expand Down

0 comments on commit f2d809c

Please sign in to comment.