Skip to content

Commit 70f61db

Browse files
authored
Mark compatibility with Angular 14
JSON Forms was tested successfully within an Angular 14 environment. We therefore add Angular 14 to the peer dependency range.
1 parent 6a6af7e commit 70f61db

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/angular-material/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
]
5555
},
5656
"peerDependencies": {
57-
"@angular/animations": "^12.0.0 || ^13.0.0",
58-
"@angular/cdk": "^12.0.0 || ^13.0.0",
59-
"@angular/common": "^12.0.0 || ^13.0.0",
60-
"@angular/core": "^12.0.0 || ^13.0.0",
61-
"@angular/flex-layout": "^12.0.0-beta || ^13.0.0-beta",
62-
"@angular/forms": "^12.0.0 || ^13.0.0",
63-
"@angular/material": "^12.0.0 || ^13.0.0",
64-
"@angular/platform-browser": "^12.0.0 || ^13.0.0",
65-
"@angular/router": "^12.0.0 || ^13.0.0",
57+
"@angular/animations": "^12.0.0 || ^13.0.0 || ^14.0.0",
58+
"@angular/cdk": "^12.0.0 || ^13.0.0 || ^14.0.0",
59+
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0",
60+
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
61+
"@angular/flex-layout": "^12.0.0-beta || ^13.0.0-beta || ^14.0.0-beta",
62+
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
63+
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
64+
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
65+
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
6666
"@jsonforms/angular": "3.0.0-beta.5",
6767
"@jsonforms/core": "3.0.0-beta.5",
6868
"core-js": "^2.5.3",

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
]
6262
},
6363
"peerDependencies": {
64-
"@angular/core": "^12.0.0 || ^13.0.0",
65-
"@angular/forms": "^12.0.0 || ^13.0.0",
64+
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
65+
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
6666
"@jsonforms/core": "3.0.0-beta.5",
6767
"rxjs": "^6.4.0"
6868
},

0 commit comments

Comments
 (0)