Skip to content

Commit 576d8d6

Browse files
author
Maxime Quandalle
committed
Update Typescript to 2.0
Updating graphql-tag was also required because its 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.
1 parent 0c444d4 commit 576d8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"es6-promise": "^3.1.2",
41-
"graphql-tag": "^0.1.8",
41+
"graphql-tag": "^0.1.10",
4242
"lodash.assign": "^4.0.8",
4343
"lodash.clonedeep": "^4.3.2",
4444
"lodash.countby": "^4.4.0",
@@ -88,7 +88,7 @@
8888
"sinon": "^1.17.4",
8989
"source-map-support": "^0.4.0",
9090
"tslint": "3.13.0",
91-
"typescript": "^1.8.9",
91+
"typescript": "^2.0.0",
9292
"typings": "^1.0.0",
9393
"uglify-js": "^2.6.2"
9494
}

0 commit comments

Comments
 (0)