Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 2, 2018
1 parent 4617360 commit 06431b5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"pre-commit": "1.2.2",
"prettier": "1.10.2",
"ts-jest": "20.0.14",
"typescript": "2.5.2"
"typescript": "2.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/apollo-cache-inmemory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollup": "0.55.1",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.5.2",
"typescript": "2.7.1",
"uglifyjs": "2.4.11"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rollup-plugin-node-resolve": "3.0.2",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.5.2",
"typescript": "2.7.1",
"uglifyjs": "2.4.11"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-client-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rimraf": "2.6.2",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.5.2",
"typescript": "2.7.1",
"uglifyjs": "2.4.11"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"rxjs": "5.5.6",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.4.2",
"typescript": "2.7.1",
"uglify-js": "3.3.9",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rollup": "0.55.1",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.5.2",
"typescript": "2.7.1",
"uglifyjs": "2.4.11"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-anywhere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rollup": "0.55.1",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.5.2",
"typescript": "2.7.1",
"uglify": "0.1.5"
},
"jest": {
Expand Down

0 comments on commit 06431b5

Please sign in to comment.