Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,64 +18,64 @@
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.4",
"@angular/cdk": "16.2.2",
"@angular/common": "16.2.4",
"@angular/compiler": "16.2.4",
"@angular/core": "16.2.4",
"@angular/forms": "16.2.4",
"@angular/platform-browser": "16.2.4",
"@angular/platform-browser-dynamic": "16.2.4",
"@angular/router": "16.2.4",
"@fortawesome/angular-fontawesome": "0.13.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@ngrx/component": "16.2.0",
"@ngrx/data": "16.2.0",
"@ngrx/effects": "16.2.0",
"@ngrx/router-store": "16.2.0",
"@ngrx/store": "16.2.0",
"@ngrx/store-devtools": "16.2.0",
"@angular/animations": "21.1.1",
"@angular/cdk": "21.1.1",
"@angular/common": "21.1.1",
"@angular/compiler": "21.1.1",
"@angular/core": "21.1.1",
"@angular/forms": "21.1.1",
"@angular/platform-browser": "21.1.1",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/router": "21.1.1",
"@fortawesome/angular-fontawesome": "4.0.0",
"@fortawesome/fontawesome-svg-core": "7.1.0",
"@fortawesome/free-solid-svg-icons": "7.1.0",
"@ngrx/component": "21.0.1",
"@ngrx/data": "21.0.1",
"@ngrx/effects": "21.0.1",
"@ngrx/router-store": "21.0.1",
"@ngrx/store": "21.0.1",
"@ngrx/store-devtools": "21.0.1",
"@sentry/angular-ivy": "7.68.0",
"@sindresorhus/slugify": "2.2.1",
"angular-oauth2-oidc": "15.0.1",
"primeflex": "3.3.1",
"primeicons": "6.0.1",
"primeng": "16.3.1",
"@sindresorhus/slugify": "3.0.0",
"angular-oauth2-oidc": "20.0.2",
"primeflex": "4.0.0",
"primeicons": "7.0.0",
"primeng": "21.0.4",
"rxjs": "7.8.1",
"ts-md5": "1.3.1",
"ts-md5": "2.0.1",
"tslib": "2.6.2",
"uuid": "9.0.0",
"uuid": "13.0.0",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.1",
"@angular-eslint/builder": "16.1.2",
"@angular-eslint/eslint-plugin": "16.1.2",
"@angular-eslint/eslint-plugin-template": "16.1.2",
"@angular-eslint/schematics": "16.1.2",
"@angular-eslint/template-parser": "16.1.2",
"@angular/cli": "16.2.1",
"@angular/compiler-cli": "16.2.4",
"@angular/localize": "16.2.4",
"@cypress/schematic": "2.5.0",
"@ngrx/schematics": "16.2.0",
"@types/jest": "29.5.4",
"@types/node": "20.5.9",
"@types/uuid": "9.0.3",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@angular-devkit/build-angular": "21.1.1",
"@angular-eslint/builder": "21.1.0",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/schematics": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.1.1",
"@angular/compiler-cli": "21.1.1",
"@angular/localize": "21.1.1",
"@cypress/schematic": "5.0.0",
"@ngrx/schematics": "21.0.1",
"@types/jest": "30.0.0",
"@types/node": "24.10.9",
"@types/uuid": "11.0.0",
"@typescript-eslint/eslint-plugin": "8.53.1",
"@typescript-eslint/parser": "8.53.1",
"angular-http-server": "1.12.0",
"cypress": "13.1.0",
"cypress-terminal-report": "5.3.3",
"eslint": "8.48.0",
"cypress": "15.9.0",
"cypress-terminal-report": "7.3.3",
"eslint": "9.39.2",
"eslint-plugin-change-detection-strategy": "0.1.3",
"eslint-plugin-ngrx": "2.1.4",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.4",
"jest-preset-angular": "13.1.1",
"jest": "30.2.0",
"jest-preset-angular": "16.0.0",
"prettier": "3.0.3",
"pwa-asset-generator": "6.3.1",
"pwa-asset-generator": "8.1.2",
"typescript": "5.1.6"
},
"jest": {
Expand Down
Loading