Skip to content

Commit

Permalink
Updates peer deps for client support angular (#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Feb 18, 2025
1 parent 59362c2 commit 7e8ab26
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 24 deletions.
34 changes: 19 additions & 15 deletions client-frameworks-support/client-support-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client-frameworks-support/client-support-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@luigi-project/client": "^2.0.0",
"@luigi-project/testing-utilities": "^2.0.0",
"@luigi-project/client": "^2.19.2",
"@luigi-project/testing-utilities": "^2.19.2",
"rxjs": "~6.6.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "ssh://github.com/SAP/luigi.git"
},
"peerDependencies": {
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@luigi-project/testing-utilities": "^2.0.0",
"@luigi-project/client": "^2.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2020",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"module": "es2020",
"target": "ES2022",
"module": "ES2020",
"lib": [
"es2020",
"dom"
Expand All @@ -24,12 +24,13 @@
"dist/client-support-angular/client-support-angular",
"dist/client-support-angular"
]
}
},
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true,
"fullTemplateTypeCheck": true,
}
}

0 comments on commit 7e8ab26

Please sign in to comment.