Skip to content

Commit 43380ba

Browse files
committed
Add recent angular versions as peer dependencies
1 parent 37e6353 commit 43380ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/angular-dropdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"homepage": "https://github.com/topaxi/angular-dropdown#readme",
1616
"peerDependencies": {
17-
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
18-
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
17+
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
18+
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
1919
"ng-wormhole": "^3.0.0",
2020
"rxjs": "^6.0.0"
2121
}

0 commit comments

Comments
 (0)