-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ihar
committed
Nov 27, 2024
1 parent
5aaea29
commit c754792
Showing
18 changed files
with
60 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@angular/animations": "^17.3.12", | ||
"@angular/cdk": "^17.3.10", | ||
"@angular/common": "^17.3.12", | ||
"@angular/compiler": "^17.3.12", | ||
"@angular/core": "^17.3.12", | ||
"@angular/forms": "^17.3.12", | ||
"@angular/google-maps": "^17.3.10", | ||
"@angular/platform-browser": "^17.3.12", | ||
"@angular/platform-browser-dynamic": "^17.3.12", | ||
"@angular/router": "^17.3.12", | ||
"@angular/animations": "^18.2.12", | ||
"@angular/cdk": "^18.2.14", | ||
"@angular/common": "^18.2.12", | ||
"@angular/compiler": "^18.2.12", | ||
"@angular/core": "^18.2.12", | ||
"@angular/forms": "^18.2.12", | ||
"@angular/google-maps": "^18.2.14", | ||
"@angular/platform-browser": "^18.2.12", | ||
"@angular/platform-browser-dynamic": "^18.2.12", | ||
"@angular/router": "^18.2.12", | ||
"@ctrl/ngx-codemirror": "^5.1.1", | ||
"@enonic/global-polyfill": "^1.0.0", | ||
"@formulajs/formulajs": "^4.4.6", | ||
"@guardian/interfaces": "file:../interfaces", | ||
"ajv": "^8.17.1", | ||
"ajv-formats": "^3.0.1", | ||
"angular-svg-icon": "^16.1.0", | ||
"angularx-qrcode": "^17.0.1", | ||
"angular-svg-icon": "^18.0.2", | ||
"angularx-qrcode": "^18.0.2", | ||
"codemirror": "^5.65.0", | ||
"cronstrue": "^2.4.0", | ||
"crypto-browserify": "^3.12.0", | ||
|
@@ -29,10 +29,10 @@ | |
"moment": "^2.29.2", | ||
"moment-timezone": "^0.5.43", | ||
"ngx-colors": "3.1.4", | ||
"ngx-drag-drop": "^17.0.0", | ||
"ngx-drag-drop": "^18.0.2", | ||
"ngx-file-drop": "^16.0.0", | ||
"ngx-mask": "^17.1.8", | ||
"ngx-toastr": "^17.0.2", | ||
"ngx-mask": "^18.0.4", | ||
"ngx-toastr": "^18.0.0", | ||
"primeicons": "^7.0.0", | ||
"primeng": "^17.18.12", | ||
"process": "^0.11.10", | ||
|
@@ -42,9 +42,9 @@ | |
"zone.js": "~0.14.10" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^17.3.11", | ||
"@angular/cli": "^17.3.11", | ||
"@angular/compiler-cli": "^17.3.12", | ||
"@angular-devkit/build-angular": "^18.2.12", | ||
"@angular/cli": "^18.2.12", | ||
"@angular/compiler-cli": "^18.2.12", | ||
"@types/file-saver": "^2.0.5", | ||
"@types/jasmine": "~3.6.0", | ||
"@types/js-yaml": "^4.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
frontend/src/app/modules/common/datetime-picker/datetime-picker.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../src/app/modules/policy-engine/dialogs/cron-config-dialog/cron-config-dialog.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
frontend/src/app/modules/policy-engine/services/wizard.service.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters