Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Feb 26, 2025
1 parent e59b1c0 commit 3bbbd01
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 17 deletions.
70 changes: 58 additions & 12 deletions CSETWebNg/package-lock.json

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

8 changes: 4 additions & 4 deletions CSETWebNg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"ng2-file-upload": "^8.0.0",
"ngx-csv": "^0.3.2",
"pdfmake": "^0.2.18",
"rxjs": "^7.8.1",
"rxjs": "^7.8.2",
"sanitize-html": "^2.14.0",
"sass": "^1.83.4",
"sass": "^1.85.1",
"screenfull": "^5.2.0",
"style-loader": "^4.0.0",
"swiper": "^8.4.7",
"typescript": "5.5",
"typescript": "^5.7.3",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand All @@ -78,4 +78,4 @@
"electron": "^34.0.0",
"shx": "^0.3.4"
}
}
}
2 changes: 1 addition & 1 deletion CSETWebNg/src/app/services/cmmc-style.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class CmmcStyleService {
this.complianceLevelAcheivedData = this.getComplianceLevelAcheivedData(this.statsByLevel);
this.referenceTable = this.generateReferenceList(this.cmmcModel.maturityQuestions, this.cmmcModel.targetLevel);

observer.next();
observer.next(this.cmmcModel);

window.dispatchEvent(new Event('resize'));
}
Expand Down

0 comments on commit 3bbbd01

Please sign in to comment.