Skip to content

Commit 623ad50

Browse files
committed
updated constellationjs package
1 parent deaeec1 commit 623ad50

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@angular/compiler-cli": "^18.2.12",
9494
"@angular/language-service": "^18.2.12",
9595
"@pega/configs": "^0.16.2",
96-
"@pega/constellationjs": "~24.2.1",
96+
"@pega/constellationjs": "~0.242.7",
9797
"@pega/eslint-config": "^0.16.2",
9898
"@pega/pcore-pconnect-typedefs": "3.2.2",
9999
"@pega/prettier-config": "^0.16.2",

packages/angular-sdk-components/src/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class MaterialCaseSummaryComponent implements OnInit, OnChanges {
2727
this.updateLabelAndDate(this.secondaryFields$);
2828
}
2929

30-
// eslint-disable-next-line sonarjs/no-identical-functions
3130
ngOnChanges() {
3231
this.updatePrimaryWithStatus();
3332
this.updateLabelAndDate(this.primaryFieldsWithStatus$);

projects/angular-test-app/src/app/_samples/simple-portal/navigation/navigation.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export class NavigationComponent implements OnInit, OnDestroy {
111111
});
112112
}
113113

114-
// eslint-disable-next-line sonarjs/no-identical-functions
115114
assignmentFinished() {
116115
setTimeout(() => {
117116
// update the worklist

0 commit comments

Comments
 (0)