Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (open-telemetry#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and dyladan committed Feb 18, 2021
1 parent 6c47403 commit ff1b21b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/backwards-compatability/node10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentelemetry/tracing": "^0.12.0"
},
"devDependencies": {
"@types/node": "10.17.28",
"@types/node": "10.17.48",
"typescript": "3.9.7"
},
"author": "OpenTelemetry Authors",
Expand Down
2 changes: 1 addition & 1 deletion api/backwards-compatability/node12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentelemetry/tracing": "^0.12.0"
},
"devDependencies": {
"@types/node": "12.12.54",
"@types/node": "12.19.8",
"typescript": "3.9.7"
},
"author": "OpenTelemetry Authors",
Expand Down
2 changes: 1 addition & 1 deletion api/backwards-compatability/node8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentelemetry/tracing": "^0.12.0"
},
"devDependencies": {
"@types/node": "8.10.62",
"@types/node": "8.10.66",
"typescript": "3.9.7"
},
"author": "OpenTelemetry Authors",
Expand Down
22 changes: 11 additions & 11 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,27 @@
"@opentelemetry/context-base": "^0.12.0"
},
"devDependencies": {
"@types/mocha": "8.0.2",
"@types/node": "14.0.27",
"@types/sinon": "9.0.5",
"@types/webpack-env": "1.15.2",
"codecov": "3.7.2",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
"codecov": "3.8.1",
"gts": "2.0.2",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.1.1",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"linkinator": "2.1.1",
"linkinator": "2.4.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"sinon": "9.0.3",
"ts-loader": "8.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"ts-mocha": "7.0.0",
"typedoc": "0.18.0",
"typedoc": "0.19.2",
"typescript": "3.9.7",
"webpack": "4.44.1"
"webpack": "4.44.2"
}
}
6 changes: 3 additions & 3 deletions api/packages/opentelemetry-context-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "8.0.2",
"@types/node": "14.0.27",
"codecov": "3.7.2",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"codecov": "3.8.1",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down

0 comments on commit ff1b21b

Please sign in to comment.