Skip to content

Commit 97835f2

Browse files
chore: update peer dependencies
1 parent 6fc6e0f commit 97835f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

projects/hyperdash-angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"commit": "pushd ../.. && npm run commit"
1515
},
1616
"peerDependencies": {
17-
"@angular/common": "^10.0.0",
18-
"@angular/core": "^10.0.0",
19-
"@angular/platform-browser": "^10.0.0",
20-
"core-js": "^3.6.5",
21-
"rxjs": "^6.6.0",
22-
"zone.js": "^0.10.0",
17+
"@angular/common": "^11.0.2",
18+
"@angular/core": "^12.0.2",
19+
"@angular/platform-browser": "^11.0.2",
20+
"core-js": "^3.7.0",
21+
"rxjs": "^6.6.3",
22+
"zone.js": "~0.10.3",
2323
"lodash-es": "^4.17.15",
2424
"@hypertrace/hyperdash": "^1.1.2"
2525
},
2626
"dependencies": {
27-
"tslib": "^2.0.0"
27+
"tslib": "^2.0.3"
2828
}
2929
}

0 commit comments

Comments
 (0)