|
20 | 20 | "prepare": "git config core.hookspath .githooks" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@angular/animations": "21.0.5", |
24 | | - "@angular/cdk": "21.0.3", |
25 | | - "@angular/common": "21.0.5", |
26 | | - "@angular/compiler": "21.0.5", |
27 | | - "@angular/core": "21.0.5", |
28 | | - "@angular/material": "21.0.3", |
29 | | - "@angular/platform-browser": "21.0.5", |
30 | | - "@angular/platform-browser-dynamic": "21.0.5", |
31 | | - "@angular/router": "21.0.5", |
32 | | - "@ngrx/store": "20.0.0", |
| 23 | + "@angular/animations": "22.0.0", |
| 24 | + "@angular/cdk": "22.0.0", |
| 25 | + "@angular/common": "22.0.0", |
| 26 | + "@angular/compiler": "22.0.0", |
| 27 | + "@angular/core": "22.0.0", |
| 28 | + "@angular/material": "22.0.0", |
| 29 | + "@angular/platform-browser": "22.0.0", |
| 30 | + "@angular/platform-browser-dynamic": "22.0.0", |
| 31 | + "@angular/router": "22.0.0", |
| 32 | + "@ngrx/store": "21.1.0", |
33 | 33 | "@testing-library/dom": "^10.4.1", |
34 | 34 | "rxjs": "7.8.0", |
35 | 35 | "tslib": "~2.8.1", |
36 | 36 | "zone.js": "^0.15.1" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@angular-builders/jest": "^20.0.0", |
40 | | - "@angular-devkit/core": "21.0.3", |
41 | | - "@angular-devkit/schematics": "21.0.3", |
| 40 | + "@angular-devkit/core": "22.0.0", |
| 41 | + "@angular-devkit/schematics": "22.0.0", |
42 | 42 | "@angular-eslint/builder": "21.1.0", |
43 | 43 | "@angular-eslint/eslint-plugin": "21.1.0", |
44 | 44 | "@angular-eslint/eslint-plugin-template": "21.1.0", |
45 | 45 | "@angular-eslint/schematics": "21.1.0", |
46 | 46 | "@angular-eslint/template-parser": "21.1.0", |
47 | | - "@angular/build": "^21.0.3", |
48 | | - "@angular/cli": "~21.0.3", |
49 | | - "@angular/compiler-cli": "21.0.5", |
50 | | - "@angular/forms": "21.0.5", |
51 | | - "@angular/language-service": "21.0.5", |
| 47 | + "@angular/build": "^22.0.0", |
| 48 | + "@angular/cli": "~22.0.0", |
| 49 | + "@angular/compiler-cli": "22.0.0", |
| 50 | + "@angular/forms": "22.0.0", |
| 51 | + "@angular/language-service": "22.0.0", |
52 | 52 | "@eslint/eslintrc": "^3.3.1", |
53 | | - "@schematics/angular": "21.0.3", |
| 53 | + "@schematics/angular": "22.0.0", |
54 | 54 | "@testing-library/jasmine-dom": "^1.3.3", |
55 | 55 | "@testing-library/jest-dom": "^6.9.1", |
56 | 56 | "@testing-library/user-event": "^14.6.1", |
|
66 | 66 | "eslint": "^9.39.1", |
67 | 67 | "eslint-plugin-jest-dom": "~5.5.0", |
68 | 68 | "eslint-plugin-testing-library": "~7.13.3", |
| 69 | + "istanbul-lib-instrument": "^6.0.3", |
69 | 70 | "jasmine-core": "4.2.0", |
70 | 71 | "jasmine-spec-reporter": "7.0.0", |
71 | 72 | "jest": "30.2.0", |
|
78 | 79 | "karma-jasmine-html-reporter": "2.0.0", |
79 | 80 | "lint-staged": "^16.2.6", |
80 | 81 | "ng-mocks": "^14.14.0", |
81 | | - "ng-packagr": "21.0.0", |
| 82 | + "ng-packagr": "22.0.0", |
82 | 83 | "prettier": "2.6.2", |
83 | 84 | "rimraf": "^6.1.0", |
84 | | - "typescript": "5.9.3", |
| 85 | + "typescript": "6.0.3", |
85 | 86 | "typescript-eslint": "^8.46.3", |
86 | 87 | "vitest": "4.0.15" |
87 | 88 | } |
|
0 commit comments