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

Commit 3876e91

Browse files
duxetmayurkale22
authored andcommitted
Bump protobufjs to 6.x (#411)
1 parent fd92679 commit 3876e91

4 files changed

Lines changed: 91 additions & 29 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-instrumentation-grpc/package-lock.json

Lines changed: 86 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-instrumentation-grpc/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@types/mocha": "^5.2.5",
4747
"@types/nock": "^9.1.3",
4848
"@types/node": "^10.12.12",
49-
"@types/protobufjs": "^5.0.31",
5049
"@types/semver": "^5.5.0",
5150
"@types/shimmer": "^1.0.1",
5251
"@types/uuid": "^3.4.3",
@@ -56,7 +55,7 @@
5655
"ncp": "^2.0.0",
5756
"nock": "^10.0.0",
5857
"nyc": "^13.0.0",
59-
"protobufjs": "^5.0.3",
58+
"protobufjs": "^6.8.8",
6059
"rimraf": "^2.6.2",
6160
"ts-node": "^8.0.0",
6261
"typescript": "~2.8.3"

packages/opencensus-instrumentation-grpc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rootDir": ".",
66
"outDir": "build",
77
"pretty": true,
8-
"lib": ["es2016", "dom"],
8+
"lib": ["es2016"],
99
"module": "commonjs",
1010
"target": "es6",
1111
"strictNullChecks": true,

0 commit comments

Comments
 (0)