Skip to content

Commit

Permalink
chore: upgrade typescript to 3.6.4 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Nov 6, 2019
1 parent 2bfa6c0 commit f0cfb96
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"gts": "^1.0.0",
"lerna": "^3.17.0",
"lerna-changelog": "^0.8.2",
"typescript": "^3.6.4"
"typescript": "3.6.4"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3",
"typescript": "3.6.4",
"webpack": "^4.35.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/base": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-mocha": "^6.0.0",
"ts-node": "^8.3.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/base": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/base": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ts-node": "^8.4.1",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.4"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-document-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3",
"typescript": "3.6.4",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ts-node": "^8.4.1",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-http2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"ts-node": "^8.4.1",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tslint-consistent-codestyle": "^1.15.1",
"ts-mocha": "^6.0.0",
"ts-node": "^8.3.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-scope-async-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/scope-base": "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-scope-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/opentelemetry-shim-opentracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "^8.3.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
},
"dependencies": {
"@opentelemetry/core": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3",
"typescript": "3.6.4",
"webpack": "^4.35.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"tslint-consistent-codestyle": "^1.15.1",
"tslint-microsoft-contrib": "^6.2.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/opentelemetry-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-node": "^8.0.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3",
"typescript": "3.6.4",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2"
Expand Down

0 comments on commit f0cfb96

Please sign in to comment.