Skip to content

Commit

Permalink
Update dev deps and try and fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Nov 14, 2017
1 parent 6c762b1 commit 5322166
Show file tree
Hide file tree
Showing 3 changed files with 1,312 additions and 315 deletions.
4 changes: 4 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[ignore]

[include]
<PROJECT_DIR>/src

[libs]

[options]

[version]
^0.59.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"webpack": ">=2.3.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-1": "^6.24.1",
"flow-bin": "^0.44.2",
"graphql": "^0.9.3",
"flow-bin": "^0.59.0",
"graphql": "^0.10.5",
"relay-compiler": "^1.2.0",
"rimraf": "^2.6.1",
"webpack": "^2.4.1"
"rimraf": "^2.6.2",
"webpack": "^3.8.1"
},
"babel": {
"presets": [
Expand Down
Loading

0 comments on commit 5322166

Please sign in to comment.