Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 29, 2018
1 parent ee0f9ec commit 0341276
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start-server-and-test": "1.5.0",
"meteor-theme-hexo": "1.0.16",
"typedoc": "0.9.0",
"typescript": "2.8.3"
"typescript": "2.9.2"
},
"scripts": {
"start": "npm run build && chexo apollo-hexo-config -- server",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-sourcemaps": "0.4.2",
"ts-jest": "20.0.14",
"typescript": "2.8.3"
"typescript": "2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/apollo-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"rimraf": "2.6.2",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"typescript": "2.9.2",
"uglifyjs": "2.4.11"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache-inmemory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rollup": "0.59.4",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"typescript": "2.9.2",
"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 @@ -53,7 +53,7 @@
"rollup-plugin-node-resolve": "3.3.0",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"typescript": "2.9.2",
"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 @@ -81,7 +81,7 @@
"rxjs": "6.2.0",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"typescript": "2.9.2",
"uglify-js": "3.3.27",
"webpack": "3.12.0",
"webpack-bundle-analyzer": "2.13.1"
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 @@ -56,7 +56,7 @@
"rollup": "0.59.4",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"typescript": "2.9.2",
"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 @@ -58,7 +58,7 @@
"rollup": "0.59.4",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"typescript": "2.9.2",
"uglify": "0.1.5"
},
"jest": {
Expand Down

0 comments on commit 0341276

Please sign in to comment.