Skip to content

Commit

Permalink
Mark compatibility with Angular 14
Browse files Browse the repository at this point in the history
JSON Forms was tested successfully within an Angular 14 environment. We therefore add
Angular 14 to the peer dependency range.
  • Loading branch information
TheZoker authored Jul 15, 2022
1 parent 6a6af7e commit 70f61db
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": "^12.0.0 || ^13.0.0",
"@angular/cdk": "^12.0.0 || ^13.0.0",
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
"@angular/flex-layout": "^12.0.0-beta || ^13.0.0-beta",
"@angular/forms": "^12.0.0 || ^13.0.0",
"@angular/material": "^12.0.0 || ^13.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0",
"@angular/router": "^12.0.0 || ^13.0.0",
"@angular/animations": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/cdk": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/flex-layout": "^12.0.0-beta || ^13.0.0-beta || ^14.0.0-beta",
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@jsonforms/angular": "3.0.0-beta.5",
"@jsonforms/core": "3.0.0-beta.5",
"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": "^12.0.0 || ^13.0.0",
"@angular/forms": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@jsonforms/core": "3.0.0-beta.5",
"rxjs": "^6.4.0"
},
Expand Down

0 comments on commit 70f61db

Please sign in to comment.