Skip to content

Commit

Permalink
chore(deps): pin dependencies (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 20, 2021
1 parent 6f912e3 commit 97999d4
Show file tree
Hide file tree
Showing 52 changed files with 626 additions and 697 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -41,9 +41,9 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^10.17.60",
"@types/node": "10.17.60",
"lerna": "^2.11.0",
"typedoc": "^0.17.0",
"typescript": "^3.9.10"
"typedoc": "0.17.0",
"typescript": "3.9.10"
}
}
33 changes: 15 additions & 18 deletions packages/opencensus-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions packages/opencensus-core/package.json
Expand Up @@ -53,20 +53,20 @@
},
"devDependencies": {
"@types/continuation-local-storage": "3.2.1",
"@types/mocha": "^7.0.0",
"@types/node": "^10.17.60",
"@types/once": "^1.4.0",
"@types/semver": "^7.0.0",
"@types/shimmer": "^1.0.1",
"@types/uuid": "^7.0.0",
"codecov": "^3.6.2",
"gts": "^1.0.0",
"intercept-stdout": "^0.1.2",
"mocha": "^7.0.0",
"@types/mocha": "7.0.1",
"@types/node": "10.17.60",
"@types/once": "1.4.0",
"@types/semver": "7.1.0",
"@types/shimmer": "1.0.1",
"@types/uuid": "7.0.2",
"codecov": "3.6.5",
"gts": "1.0.0",
"intercept-stdout": "0.1.2",
"mocha": "7.1.0",
"nyc": "14.1.1",
"ts-mocha": "^7.0.0",
"ts-node": "^8.0.0",
"typescript": "^3.9.10"
"ts-mocha": "7.0.0",
"ts-node": "8.0.2",
"typescript": "3.9.10"
},
"dependencies": {
"continuation-local-storage": "^3.2.1",
Expand Down
21 changes: 10 additions & 11 deletions packages/opencensus-exporter-azure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/opencensus-exporter-azure/package.json
Expand Up @@ -19,16 +19,16 @@
"continuation-local-storage": "^3.2.1"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@types/node": "^10.17.60",
"chai": "^4.2.0",
"@types/chai": "4.2.9",
"@types/mocha": "7.0.1",
"@types/node": "10.17.60",
"chai": "4.2.0",
"fs": "0.0.1-security",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"readline": "^1.3.0",
"sinon": "^11.0.0",
"ts-node": "^8.6.2",
"typescript": "^3.9.10"
"mocha": "7.1.0",
"nyc": "15.0.0",
"readline": "1.3.0",
"sinon": "11.1.1",
"ts-node": "8.6.2",
"typescript": "3.9.10"
}
}
27 changes: 12 additions & 15 deletions packages/opencensus-exporter-instana/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/opencensus-exporter-instana/package.json
Expand Up @@ -50,17 +50,17 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^7.0.0",
"@types/nock": "^10.0.0",
"@types/node": "^10.17.60",
"codecov": "^3.6.2",
"gts": "^1.0.0",
"mocha": "^7.0.0",
"nock": "^10.0.0",
"@types/mocha": "7.0.1",
"@types/nock": "10.0.3",
"@types/node": "10.17.60",
"codecov": "3.6.5",
"gts": "1.0.0",
"mocha": "7.1.0",
"nock": "10.0.4",
"nyc": "14.1.1",
"ts-mocha": "^7.0.0",
"ts-node": "^8.0.0",
"typescript": "^3.9.10"
"ts-mocha": "7.0.0",
"ts-node": "8.0.2",
"typescript": "3.9.10"
},
"dependencies": {
"@opencensus/core": "^0.0.22"
Expand Down
31 changes: 14 additions & 17 deletions packages/opencensus-exporter-jaeger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions packages/opencensus-exporter-jaeger/package.json
Expand Up @@ -49,18 +49,18 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^7.0.0",
"@types/nock": "^10.0.0",
"@types/node": "^10.17.60",
"codecov": "^3.6.2",
"gts": "^1.0.0",
"mocha": "^7.0.0",
"nock": "^10.0.0",
"nyc": "^14.0.0",
"rimraf": "^3.0.0",
"ts-mocha": "^7.0.0",
"ts-node": "^8.0.0",
"typescript": "^3.9.10"
"@types/mocha": "7.0.1",
"@types/nock": "10.0.3",
"@types/node": "10.17.60",
"codecov": "3.6.5",
"gts": "1.0.0",
"mocha": "7.1.0",
"nock": "10.0.4",
"nyc": "14.0.0",
"rimraf": "3.0.0",
"ts-mocha": "7.0.0",
"ts-node": "8.0.2",
"typescript": "3.9.10"
},
"dependencies": {
"@opencensus/core": "^0.0.22",
Expand Down

0 comments on commit 97999d4

Please sign in to comment.