Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency typescript to v3 (#252)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency typescript to v3

* fix build -> skipping affected packages
  • Loading branch information
renovate[bot] authored and mayurkale22 committed Jan 11, 2019
1 parent c165623 commit ef3486a
Show file tree
Hide file tree
Showing 32 changed files with 354 additions and 899 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"devDependencies": {
"@types/node": "^10.12.12",
"lerna": "^2.11.0",
"typescript": "^2.7.2"
"typescript": "^3.0.0"
}
}
895 changes: 227 additions & 668 deletions packages/opencensus-core/package-lock.json

Large diffs are not rendered by default.

19 changes: 7 additions & 12 deletions packages/opencensus-exporter-instana/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opencensus-exporter-instana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"nock": "^10.0.0",
"nyc": "13.1.0",
"ts-node": "^7.0.1",
"typescript": "~2.9.0"
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.8"
Expand Down
17 changes: 6 additions & 11 deletions packages/opencensus-exporter-jaeger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opencensus-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "^2.6.2",
"shimmer": "^1.2.0",
"ts-node": "^7.0.1",
"typescript": "~2.9.0"
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.8",
Expand Down
58 changes: 17 additions & 41 deletions packages/opencensus-exporter-ocagent/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opencensus-exporter-ocagent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"nyc": "^13.0.0",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"typescript": "~2.9.0"
"typescript": "~3.2.0"
},
"dependencies": {
"@grpc/proto-loader": "^0.3.0",
Expand Down
Loading

0 comments on commit ef3486a

Please sign in to comment.