Skip to content

Commit

Permalink
Indicate compatibility with Angular 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed May 11, 2021
1 parent 294be4b commit 5aa71f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions packages/angular-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
]
},
"peerDependencies": {
"@angular/animations": "^9.0.0",
"@angular/cdk": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.0.0",
"@angular/material": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/router": "^9.0.0",
"@angular/animations": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/cdk": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/flex-layout": "^9.0.0-beta || ^10.0.0-beta || ^11.0.0-beta",
"@angular/forms": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/material": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/platform-browser": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/router": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@jsonforms/angular": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"core-js": "^2.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
]
},
"peerDependencies": {
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/forms": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"rxjs": "^6.4.0"
},
Expand Down

0 comments on commit 5aa71f1

Please sign in to comment.