We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2953a29 commit 283458eCopy full SHA for 283458e
packages/opentelemetry-core/package.json
@@ -60,17 +60,18 @@
60
"karma-webpack": "^4.0.2",
61
"mocha": "^6.1.0",
62
"nyc": "^14.1.1",
63
- "sinon": "^7.3.2",
64
"rimraf": "^3.0.0",
65
- "tslint-microsoft-contrib": "^6.2.0",
66
- "tslint-consistent-codestyle": "^1.15.1",
+ "sinon": "^7.3.2",
67
"ts-loader": "^6.0.4",
68
"ts-mocha": "^6.0.0",
69
"ts-node": "^8.0.0",
+ "tslint-consistent-codestyle": "^1.15.1",
+ "tslint-microsoft-contrib": "^6.2.0",
70
"typescript": "^3.6.3",
71
"webpack": "^4.35.2"
72
},
73
"dependencies": {
74
- "@opentelemetry/types": "^0.1.1"
+ "@opentelemetry/types": "^0.1.1",
75
+ "semver": "^6.3.0"
76
}
77
0 commit comments