Skip to content

Commit

Permalink
chore: update dependency @types/node (open-telemetry#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Aug 1, 2019
1 parent 487fdb2 commit d332c75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-basic-tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.12",
"@types/node": "^12.6.8",
"c8": "^5.0.1",
"codecov": "^3.1.0",
"gts": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.12",
"@types/node": "^12.6.8",
"@types/webpack-env": "1.13.9",
"c8": "^5.0.1",
"codecov": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-node-tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.10",
"@types/node": "^12.6.8",
"c8": "^5.0.1",
"codecov": "^3.1.0",
"gts": "^1.0.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 @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.10",
"@types/node": "^12.6.8",
"@types/shimmer": "^1.0.1",
"c8": "^5.0.1",
"codecov": "^3.1.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 @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.6.2",
"@types/node": "^12.6.8",
"c8": "^5.0.1",
"codecov": "^3.1.0",
"gts": "^1.0.0",
Expand Down

0 comments on commit d332c75

Please sign in to comment.