|
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.14", |
28 | | - "@angular/cdk": "^19.2.19", |
29 | | - "@angular/common": "^19.2.14", |
30 | | - "@angular/compiler": "^19.2.14", |
31 | | - "@angular/core": "^19.2.14", |
32 | | - "@angular/forms": "^19.2.14", |
33 | | - "@angular/material": "^19.2.19", |
34 | | - "@angular/platform-browser": "^19.2.14", |
35 | | - "@angular/platform-browser-dynamic": "^19.2.14", |
36 | | - "@angular/router": "^19.2.14", |
| 27 | + "@angular/animations": "^20.0.0", |
| 28 | + "@angular/cdk": "^20.0.0", |
| 29 | + "@angular/common": "^20.0.0", |
| 30 | + "@angular/compiler": "^20.0.0", |
| 31 | + "@angular/core": "^20.0.0", |
| 32 | + "@angular/forms": "^20.0.0", |
| 33 | + "@angular/material": "^20.0.0", |
| 34 | + "@angular/platform-browser": "^20.0.0", |
| 35 | + "@angular/platform-browser-dynamic": "^20.0.0", |
| 36 | + "@angular/router": "^20.0.0", |
37 | 37 | "css-element-queries": "^1.2.3", |
38 | 38 | "jszip": "^3.10.1", |
39 | 39 | "phoenix-event-display": "^3.0.5", |
|
46 | 46 | "zone.js": "^0.15.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@angular-devkit/build-angular": "^19.2.15", |
50 | | - "@angular/cli": "~19.2.15", |
51 | | - "@angular/compiler-cli": "~19.2.14", |
52 | | - "@angular/language-service": "^19.2.14", |
| 49 | + "@angular-devkit/build-angular": "^20.0.0", |
| 50 | + "@angular/cli": "^20.0.0", |
| 51 | + "@angular/compiler-cli": "^20.0.0", |
| 52 | + "@angular/language-service": "^20.0.0", |
53 | 53 | "@frsource/cypress-plugin-visual-regression-diff": "^3.3.10", |
54 | 54 | "@types/qrcode": "^1.5.5", |
55 | 55 | "concurrently": "^8.2.2", |
56 | 56 | "cypress": "^13.17.0", |
57 | 57 | "jest": "^29.7.0", |
58 | 58 | "jest-preset-angular": "^14.3.2", |
59 | | - "ng-packagr": "^19.2.2", |
| 59 | + "ng-packagr": "^20.0.0", |
60 | 60 | "ts-jest": "^29.3.4" |
61 | 61 | }, |
62 | 62 | "peerDependencies": { |
|
0 commit comments