Skip to content

Commit a71defa

Browse files
mortezaalizadehkassens
authored andcommitted
Upgraded dependencies and development dependecies (#203)
* Upgraded all dependecies including development ones to use latest version * Added graphql ver 0.12.x as peer dependency * Upgraded all dependecies including graphql to latest version: 0.13.0 * Upgraded flow version in .flowconfig file * Upgraded dependencies and development dependecies * Downgraded flow type checker library version for time being to pass the flow type check
1 parent 2e951b6 commit a71defa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
"coveralls": "3.0.0",
7171
"eslint": "^4.17.0",
7272
"eslint-plugin-babel": "^4.1.2",
73-
"eslint-plugin-flowtype": "^2.42.0",
73+
"eslint-plugin-flowtype": "^2.44.0",
7474
"flow-bin": "^0.65.0",
75-
"graphql": "^0.13.0",
75+
"graphql": "^0.13.1",
7676
"isparta": "4.0.0",
77-
"mocha": "^5.0.0",
78-
"sane": "^2.3.0"
77+
"mocha": "^5.0.1",
78+
"sane": "^2.4.1"
7979
}
8080
}

0 commit comments

Comments
 (0)