Skip to content

Commit

Permalink
Update Typescript to 2.O
Browse files Browse the repository at this point in the history
Updating graphql-tag was also required because it’s incorect types definition
was raising errors with TS 2.0, see apollographql/graphql-tag#1.

I haven’t opt-in for the `strictNullChecks` option yet, for that’s certainly
something to do to get the full benefit of this new TS release.
  • Loading branch information
mquandalle committed Jul 18, 2016
1 parent 0c444d4 commit 95b591b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"es6-promise": "^3.1.2",
"graphql-tag": "^0.1.8",
"graphql-tag": "^0.1.10",
"lodash.assign": "^4.0.8",
"lodash.clonedeep": "^4.3.2",
"lodash.countby": "^4.4.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"sinon": "^1.17.4",
"source-map-support": "^0.4.0",
"tslint": "3.13.0",
"typescript": "^1.8.9",
"typescript": "^2.0.0",
"typings": "^1.0.0",
"uglify-js": "^2.6.2"
}
Expand Down

0 comments on commit 95b591b

Please sign in to comment.