Skip to content

Commit

Permalink
chore(deps): pin dependencies (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 13, 2020
1 parent 5ae563e commit 9d58227
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/opentelemetry-plugin-grpc-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,30 @@
"access": "public"
},
"devDependencies": {
"@grpc/grpc-js": "^1.0.5",
"@grpc/grpc-js": "1.0.5",
"@opentelemetry/context-async-hooks": "^0.8.3",
"@opentelemetry/context-base": "^0.8.3",
"@opentelemetry/node": "^0.8.3",
"@opentelemetry/tracing": "^0.8.3",
"@types/mocha": "^7.0.0",
"@types/node": "^14.0.5",
"@types/semver": "^7.1.0",
"@types/shimmer": "^1.0.1",
"@types/sinon": "^7.0.13",
"codecov": "^3.6.1",
"gts": "^2.0.0",
"mocha": "^7.1.2",
"nyc": "^15.1.0",
"rimraf": "^3.0.0",
"@types/mocha": "7.0.2",
"@types/node": "14.0.13",
"@types/semver": "7.2.0",
"@types/shimmer": "1.0.1",
"@types/sinon": "7.5.2",
"codecov": "3.7.0",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"semver": "7.3.2",
"sinon": "^7.5.0",
"ts-mocha": "^7.0.0",
"ts-node": "^8.6.2",
"sinon": "7.5.0",
"ts-mocha": "7.0.0",
"ts-node": "8.10.2",
"typescript": "3.7.2"
},
"dependencies": {
"@opentelemetry/api": "^0.8.3",
"@opentelemetry/core": "^0.8.3",
"shimmer": "^1.2.1"
"shimmer": "1.2.1"
}
}

0 comments on commit 9d58227

Please sign in to comment.