Skip to content

Commit

Permalink
Update Fundamental NGX and Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent fb56bc5 commit f04d5b5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/compiler": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/elements": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0",
"@angular/platform-browser": "^18.0.0 || ^19.0.0",
"@angular/platform-browser-dynamic": "^18.0.0 || ^19.0.0",
"@angular/router": "^18.0.0 || ^19.0.0",
"@fundamental-ngx/cdk": "^0.53.2",
"@fundamental-ngx/core": "^0.53.2",
"@fundamental-ngx/i18n": "^0.53.2",
Expand All @@ -41,23 +41,23 @@
"@ui5/webcomponents": "2.5.0",
"@ui5/webcomponents-base": "2.5.0",
"@ui5/webcomponents-icons": "2.0.1",
"apollo-angular": "^7.0.0",
"apollo-angular": "^7.0.0 || ^10.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3 || ~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^18.0.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular-eslint/builder": "^18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular-eslint/eslint-plugin-template": "^18.0.0",
"@angular-eslint/schematics": "^18.0.0",
"@angular-eslint/template-parser": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/elements": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular-builders/jest": "^19.0.0",
"@angular-devkit/build-angular": "^19.0.0",
"@angular-eslint/builder": "^19.0.0",
"@angular-eslint/eslint-plugin": "^19.0.0",
"@angular-eslint/eslint-plugin-template": "^19.0.0",
"@angular-eslint/schematics": "^19.0.0",
"@angular-eslint/template-parser": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/elements": "^19.0.0",
"@angular/localize": "^19.0.0",
"@briebug/jest-schematic": "^6.0.0",
"@fundamental-ngx/cdk": "^0.53.2",
"@fundamental-ngx/core": "^0.53.2",
Expand All @@ -78,8 +78,8 @@
"jmespath": "0.16.0",
"mkdirp": "^3.0.1",
"move-cli": "^2.0.0",
"ng-packagr": "^18.0.0",
"ngx-build-plus": "^18.0.0",
"ng-packagr": "^19.0.0",
"ngx-build-plus": "^19.0.0",
"nodemon": "3.1.9",
"prettier": "^3.3.2",
"rimraf": "6.0.1",
Expand Down

0 comments on commit f04d5b5

Please sign in to comment.