|
24 | 24 | "deploy:web:single": "ng build phoenix-app --configuration singleEvent --output-path ./docs --base-href \"./\" && cp ./docs/index.html ./docs/404.html" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@angular/animations": "^19.2.10", |
28 | | - "@angular/cdk": "^19.2.15", |
29 | | - "@angular/common": "^19.2.10", |
30 | | - "@angular/compiler": "^19.2.10", |
31 | | - "@angular/core": "^19.2.10", |
32 | | - "@angular/forms": "^19.2.10", |
33 | | - "@angular/material": "^19.2.15", |
34 | | - "@angular/platform-browser": "^19.2.10", |
35 | | - "@angular/platform-browser-dynamic": "^19.2.10", |
36 | | - "@angular/router": "^19.2.10", |
| 27 | + "@angular/animations": "^19.2.12", |
| 28 | + "@angular/cdk": "^19.2.17", |
| 29 | + "@angular/common": "^19.2.12", |
| 30 | + "@angular/compiler": "^19.2.12", |
| 31 | + "@angular/core": "^19.2.12", |
| 32 | + "@angular/forms": "^19.2.12", |
| 33 | + "@angular/material": "^19.2.17", |
| 34 | + "@angular/platform-browser": "^19.2.12", |
| 35 | + "@angular/platform-browser-dynamic": "^19.2.12", |
| 36 | + "@angular/router": "^19.2.12", |
37 | 37 | "css-element-queries": "^1.2.3", |
38 | 38 | "cypress-plugin-snapshots": "https://github.com/meinaart/cypress-plugin-snapshots.git", |
39 | 39 | "jszip": "^3.10.1", |
|
47 | 47 | "zone.js": "^0.15.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@angular-devkit/build-angular": "^19.2.11", |
51 | | - "@angular/cli": "~19.2.11", |
52 | | - "@angular/compiler-cli": "~19.2.10", |
53 | | - "@angular/language-service": "^19.2.10", |
| 50 | + "@angular-devkit/build-angular": "^19.2.13", |
| 51 | + "@angular/cli": "~19.2.13", |
| 52 | + "@angular/compiler-cli": "~19.2.12", |
| 53 | + "@angular/language-service": "^19.2.12", |
54 | 54 | "@types/qrcode": "^1.5.5", |
55 | 55 | "concurrently": "^8.2.2", |
56 | 56 | "cypress": "^13.16.0", |
57 | 57 | "jest": "^29.7.0", |
58 | 58 | "jest-preset-angular": "^14.3.2", |
59 | 59 | "ng-packagr": "^19.2.2", |
60 | | - "ts-jest": "^29.2.5" |
| 60 | + "ts-jest": "^29.3.4" |
61 | 61 | }, |
62 | 62 | "peerDependencies": { |
63 | 63 | "jspdf": "*" |
|
0 commit comments