Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
652 changes: 335 additions & 317 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.7",
"@angular/cdk": "^11.0.4",
"@angular/common": "^11.0.7",
"@angular/compiler": "^11.0.7",
"@angular/core": "^11.0.7",
"@angular/animations": "^11.2.0",
"@angular/cdk": "^11.2.0",
"@angular/common": "^11.2.0",
"@angular/compiler": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.0.7",
"@angular/material": "^11.0.4",
"@angular/platform-browser": "^11.0.7",
"@angular/platform-browser-dynamic": "^11.0.7",
"@angular/router": "^11.0.7",
"@angular/forms": "^11.2.0",
"@angular/material": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/platform-browser-dynamic": "^11.2.0",
"@angular/router": "^11.2.0",
"@apollo/client": "^3.3.7",
"@hypertrace/hyperdash": "^1.2.1",
"@hypertrace/hyperdash-angular": "^2.4.0",
"@hypertrace/hyperdash-angular": "^2.5.0",
"@types/d3-hierarchy": "^2.0.0",
"@types/d3-transition": "1.1.5",
"apollo-angular": "^2.2.0",
Expand Down Expand Up @@ -68,10 +68,10 @@
},
"devDependencies": {
"@angular-builders/jest": "^11.0.0",
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "11.1.2",
"@angular/compiler-cli": "~11.0.2",
"@angular/language-service": "~11.0.5",
"@angular-devkit/build-angular": "~0.1101.4",
"@angular/cli": "11.1.4",
"@angular/compiler-cli": "~11.2.0",
"@angular/language-service": "~11.2.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@compodoc/compodoc": "^1.1.11",
Expand Down Expand Up @@ -108,7 +108,7 @@
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "~4.0.5",
"typescript": "^4.1.5",
"typescript-tslint-plugin": "^1.0.1"
},
"config": {
Expand Down
8 changes: 4 additions & 4 deletions projects/assets-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@hypertrace/assets-library",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/platform-browser": "^11.0.2",
"@angular/material": "^11.0.1",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/material": "^11.2.0",
"rxjs": "~6.6.3",
"lodash-es": "^4.17.15"
},
Expand Down
10 changes: 5 additions & 5 deletions projects/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"test:watch": "pushd ../.. && ng test common --watch"
},
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/cdk": "^11.0.1",
"@angular/platform-browser": "^11.0.2",
"@angular/router": "^11.0.2",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/cdk": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/router": "^11.2.0",
"@hypertrace/graphql-client": "^0.0.0",
"core-js": "^3.7.0",
"iso8601-duration": "^1.3.0",
Expand Down
16 changes: 8 additions & 8 deletions projects/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"test:watch": "pushd ../.. && ng test components --watch"
},
"peerDependencies": {
"@angular/animations": "^11.0.2",
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/cdk": "^11.0.1",
"@angular/platform-browser": "^11.0.2",
"@angular/material": "^11.0.1",
"@angular/forms": "^11.0.2",
"@angular/router": "^11.0.2",
"@angular/animations": "^11.2.0",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/cdk": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/material": "^11.2.0",
"@angular/forms": "^11.2.0",
"@angular/router": "^11.2.0",
"@angular/flex-layout": "^11.0.0-beta.33",
"@hypertrace/common": "^0.0.0",
"graphql-tag": "^2.10.1",
Expand Down
16 changes: 8 additions & 8 deletions projects/dashboards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"test:watch": "pushd ../.. && ng test dashboards --watch"
},
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/cdk": "^11.0.1",
"@angular/platform-browser": "^11.0.2",
"@angular/material": "^11.0.1",
"@angular/forms": "^11.0.2",
"@angular/router": "^11.0.2",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/cdk": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/material": "^11.2.0",
"@angular/forms": "^11.2.0",
"@angular/router": "^11.2.0",
"@angular/flex-layout": "^11.0.0-beta.33",
"@hypertrace/common": "^0.0.0",
"@hypertrace/components": "^0.0.0",
"@hypertrace/graphql-client": "^0.0.0",
"@hypertrace/hyperdash-angular": "^2.4.0",
"@hypertrace/hyperdash-angular": "^2.5.0",
"@hypertrace/hyperdash": "^1.2.1",
"uuid": "^8.2.0",
"rxjs": "~6.6.3",
Expand Down
14 changes: 7 additions & 7 deletions projects/distributed-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@hypertrace/distributed-tracing",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/material": "^11.0.1",
"@angular/cdk": "^11.0.1",
"@angular/forms": "^11.0.2",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/material": "^11.2.0",
"@angular/cdk": "^11.2.0",
"@angular/forms": "^11.2.0",
"rxjs": "~6.6.3",
"lodash-es": "^4.17.15",
"@angular/router": "^11.0.2",
"@angular/router": "^11.2.0",
"@hypertrace/graphql-client": "^0.0.0",
"@hypertrace/common": "^0.0.0",
"@hypertrace/components": "^0.0.0",
"@hypertrace/dashboard": "^0.0.0",
"@hypertrace/hyperdash-angular": "^2.4.0",
"@hypertrace/hyperdash-angular": "^2.5.0",
"@hypertrace/hyperdash": "^1.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"peerDependencies": {
"@angular/core": "^11.0.2",
"@angular/core": "^11.2.0",
"core-js": "^3.7.0",
"rxjs": "~6.6.3",
"lodash-es": "^4.17.15",
Expand Down
12 changes: 6 additions & 6 deletions projects/observability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@hypertrace/observability",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/material": "^11.0.1",
"@angular/cdk": "^11.0.1",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/material": "^11.2.0",
"@angular/cdk": "^11.2.0",
"lodash-es": "^4.17.15",
"@angular/router": "^11.0.2",
"@angular/router": "^11.2.0",
"rxjs": "~6.6.3",
"@hypertrace/graphql-client": "^0.0.0",
"@hypertrace/common": "^0.0.0",
"@hypertrace/components": "^0.0.0",
"@hypertrace/dashboards": "^0.0.0",
"@hypertrace/distributed-tracing": "^0.0.0",
"@hypertrace/hyperdash-angular": "^2.4.0",
"@hypertrace/hyperdash-angular": "^2.5.0",
"@hypertrace/hyperdash": "^1.2.1",
"d3-array": "^2.2.0",
"d3-color": "^1.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export class TraceD3Selection<
): ValueOrSelection<typeof value, T, WElement, WData, QElement, QData> {
// Unwrap any returned value (which is going to d3) that are instances of trace selections
if (value instanceof TraceD3Selection) {
return value.d3Selection;
return (value as TraceD3Selection<WElement, WData, QElement, QData>).d3Selection;
}

return value as ValueOrSelection<typeof value, T, WElement, WData, QElement, QData>;
Expand Down
8 changes: 4 additions & 4 deletions projects/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/platform-browser": "^11.0.2",
"@angular/router": "^11.0.2",
"@angular/platform-browser": "^11.2.0",
"@angular/router": "^11.2.0",
"rxjs": "~6.6.3"
},
"dependencies": {
Expand Down