Skip to content

Commit 4942777

Browse files
fix: update angular core peer dep typo (#110)
1 parent f2fd97c commit 4942777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/hyperdash-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"peerDependencies": {
1717
"@angular/common": "^11.0.2",
18-
"@angular/core": "^12.0.2",
18+
"@angular/core": "^11.0.2",
1919
"@angular/platform-browser": "^11.0.2",
2020
"core-js": "^3.7.0",
2121
"rxjs": "^6.6.3",

0 commit comments

Comments
 (0)