diff --git a/package.json b/package.json index aee69e8..1285b62 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ "tslib": "2.8.1" }, "peerDependencies": { - "@angular/animations": "^21.2.0", - "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", - "@angular/core": "^21.2.0", - "@angular/elements": "^21.2.0", - "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", + "@angular/animations": "^21.2.0 || ^22.0.0", + "@angular/common": "^21.2.0 || ^22.0.0", + "@angular/compiler": "^21.2.0 || ^22.0.0", + "@angular/core": "^21.2.0 || ^22.0.0", + "@angular/elements": "^21.2.0 || ^22.0.0", + "@angular/forms": "^21.2.0 || ^22.0.0", + "@angular/platform-browser": "^21.2.0 || ^22.0.0", "@fundamental-ngx/ui5-webcomponents": "0.59.1", "@fundamental-ngx/ui5-webcomponents-fiori": "0.59.1", "jsonpath-plus": "^10.4.0", @@ -45,11 +45,11 @@ }, "prettier": "@openmfp/config-prettier", "devDependencies": { - "@angular-devkit/build-angular": "21.2.7", - "@angular-eslint/builder": "^21.3.1", - "@angular/build": "^21.2.7", - "@angular/cli": "21.2.7", - "@angular/compiler-cli": "21.2.12", + "@angular-devkit/build-angular": "22.0.0", + "@angular-eslint/builder": "^22.0.0", + "@angular/build": "^22.0.0", + "@angular/cli": "22.0.0", + "@angular/compiler-cli": "22.0.0", "@compodoc/compodoc": "1.2.1", "@openmfp/config-prettier": "0.9.2", "@openmfp/eslint-config-typescript": "0.7.11", @@ -61,12 +61,12 @@ "concurrently": "10.0.3", "eslint": "9.39.4", "jsdom": "29.1.1", - "ng-packagr": "^21.1.0", + "ng-packagr": "^22.0.0", "nodemon": "3.1.14", "prettier": "3.8.3", "rimraf": "6.1.3", "storybook": "10.3.6", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "^8.33.0", "vitest": "4.1.8", "wait-on": "9.0.10" diff --git a/projects/ngx/package.json b/projects/ngx/package.json index d1b578e..6ec333e 100644 --- a/projects/ngx/package.json +++ b/projects/ngx/package.json @@ -10,13 +10,13 @@ "tslib": "2.8.1" }, "peerDependencies": { - "@angular/animations": "^21.2.1", - "@angular/common": "^21.2.1", - "@angular/compiler": "^21.2.1", - "@angular/core": "^21.2.1", - "@angular/elements": "^21.2.1", - "@angular/forms": "^21.2.1", - "@angular/platform-browser": "^21.2.1", + "@angular/animations": "^21.2.1 || ^22.0.0", + "@angular/common": "^21.2.1 || ^22.0.0", + "@angular/compiler": "^21.2.1 || ^22.0.0", + "@angular/core": "^21.2.1 || ^22.0.0", + "@angular/elements": "^21.2.1 || ^22.0.0", + "@angular/forms": "^21.2.1 || ^22.0.0", + "@angular/platform-browser": "^21.2.1 || ^22.0.0", "@fundamental-ngx/ui5-webcomponents": "^0.59.1", "@fundamental-ngx/ui5-webcomponents-fiori": "^0.59.1", "jsonpath-plus": "^10.4.0",