Skip to content

Commit

Permalink
feat: support Angular 11
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Bürk <[email protected]>
  • Loading branch information
Airblader committed Jan 8, 2021
1 parent f4647b0 commit 2c0971f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngqp/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/core": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/forms": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/router": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/common": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/core": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/forms": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/router": "^7.2.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"rxjs": "^6.0.0"
}
}

0 comments on commit 2c0971f

Please sign in to comment.