|
20 | 20 | "test:watch": "ng test --watch" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@angular/common": "~18.2.0", |
24 | | - "@angular/core": "~18.2.0", |
25 | | - "@angular/forms": "~18.2.0", |
26 | | - "@angular/localize": "~18.2.0", |
27 | | - "@angular/platform-browser": "~18.2.0", |
28 | | - "@angular/platform-browser-dynamic": "~18.2.0", |
29 | | - "@angular/router": "~18.2.0", |
| 23 | + "@angular/common": "~20.0.4", |
| 24 | + "@angular/core": "~20.0.4", |
| 25 | + "@angular/forms": "~20.0.4", |
| 26 | + "@angular/localize": "~20.0.4", |
| 27 | + "@angular/platform-browser": "~20.0.4", |
| 28 | + "@angular/platform-browser-dynamic": "~20.0.4", |
| 29 | + "@angular/router": "~20.0.4", |
30 | 30 | "@capacitor-community/http": "1.4.1", |
31 | 31 | "@capacitor/app": "7.0.1", |
32 | 32 | "@capacitor/browser": "7.0.1", |
|
37 | 37 | "@capacitor/preferences": "7.0.1", |
38 | 38 | "@capacitor/splash-screen": "7.0.1", |
39 | 39 | "@capacitor/status-bar": "7.0.1", |
40 | | - "@fortawesome/angular-fontawesome": "0.15.0", |
| 40 | + "@fortawesome/angular-fontawesome": "2.0.1", |
41 | 41 | "@fortawesome/fontawesome-svg-core": "6.7.2", |
42 | 42 | "@fortawesome/free-solid-svg-icons": "6.7.2", |
43 | 43 | "@ionic/angular": "8.6.2", |
|
49 | 49 | "ionic-appauth": "2.1.0", |
50 | 50 | "rxjs": "~7.8.1", |
51 | 51 | "tslib": "^2.6.2", |
52 | | - "zone.js": "~0.14.6" |
| 52 | + "zone.js": "~0.15.1" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@angular-builders/jest": "~18.0.0-beta.3", |
56 | | - "@angular-devkit/build-angular": "~18.2.0", |
57 | | - "@angular/cli": "~18.2.0", |
58 | | - "@angular/compiler": "~18.2.0", |
59 | | - "@angular/compiler-cli": "~18.2.0", |
60 | | - "@angular/language-service": "~18.2.0", |
| 55 | + "@angular-builders/jest": "~19.0.1", |
| 56 | + "@angular-devkit/build-angular": "~20.0.3", |
| 57 | + "@angular/cli": "~20.0.3", |
| 58 | + "@angular/compiler": "~20.0.4", |
| 59 | + "@angular/compiler-cli": "~20.0.4", |
| 60 | + "@angular/language-service": "~20.0.4", |
61 | 61 | "@capacitor/cli": "7.4.0", |
62 | 62 | "@cypress/schematic": "^3.0.0", |
63 | 63 | "@ionic/angular-toolkit": "^12.1.1", |
64 | 64 | "@ionic/cli": "^7.2.0", |
65 | | - "@types/jest": "29.5.14", |
| 65 | + "@types/jest": "30.0.0", |
66 | 66 | "@types/node": "^24.0.1", |
67 | 67 | "angular-eslint": "19.6.0", |
68 | 68 | "cypress": "14.5.0", |
|
73 | 73 | "eslint-plugin-prefer-arrow": "1.2.3", |
74 | 74 | "globals": "16.2.0", |
75 | 75 | "ionic-mocks-jest": "1.3.3", |
76 | | - "jest": "29.7.0", |
| 76 | + "jest": "30.0.2", |
77 | 77 | "jest-localstorage-mock": "2.4.26", |
78 | | - "jest-preset-angular": "14.2.4", |
| 78 | + "jest-preset-angular": "14.6.0", |
79 | 79 | "prettier": "3.6.0", |
80 | | - "typescript": "~5.5.3", |
| 80 | + "typescript": "~5.8.3", |
81 | 81 | "typescript-eslint": "8.34.1" |
82 | 82 | } |
83 | 83 | } |
0 commit comments