|
13 | 13 | }, |
14 | 14 | "private": true, |
15 | 15 | "dependencies": { |
16 | | - "@angular/animations": "^21.0.0-next.8", |
17 | | - "@angular/cdk": "^21.0.0-next.9", |
18 | | - "@angular/common": "^21.0.0-next.8", |
19 | | - "@angular/compiler": "^21.0.0-next.8", |
20 | | - "@angular/core": "^21.0.0-next.8", |
21 | | - "@angular/forms": "^21.0.0-next.8", |
22 | | - "@angular/material": "^21.0.0-next.9", |
23 | | - "@angular/platform-browser": "^21.0.0-next.8", |
24 | | - "@angular/platform-browser-dynamic": "^21.0.0-next.8", |
25 | | - "@angular/router": "^21.0.0-next.8", |
| 16 | + "@angular/animations": "^21.0.0-rc.0", |
| 17 | + "@angular/cdk": "^21.0.0-rc.0", |
| 18 | + "@angular/common": "^21.0.0-rc.0", |
| 19 | + "@angular/compiler": "^21.0.0-rc.0", |
| 20 | + "@angular/core": "^21.0.0-rc.0", |
| 21 | + "@angular/forms": "^21.0.0-rc.0", |
| 22 | + "@angular/material": "^21.0.0-rc.0", |
| 23 | + "@angular/platform-browser": "^21.0.0-rc.0", |
| 24 | + "@angular/platform-browser-dynamic": "^21.0.0-rc.0", |
| 25 | + "@angular/router": "^21.0.0-rc.0", |
26 | 26 | "@ngrx/operators": "^20.0.1", |
27 | 27 | "@ngrx/signals": "^20.0.1", |
28 | 28 | "json-server": "^1.0.0-beta.3", |
29 | 29 | "rxjs": "~7.8.2", |
30 | 30 | "tslib": "^2.8.1" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@angular/build": "^21.0.0-next.8", |
34 | | - "@angular/cli": "^21.0.0-next.8", |
35 | | - "@angular/compiler-cli": "^21.0.0-next.8", |
| 33 | + "@angular/build": "^21.0.0-rc.0", |
| 34 | + "@angular/cli": "^21.0.0-rc.0", |
| 35 | + "@angular/compiler-cli": "^21.0.0-rc.0", |
36 | 36 | "@ngrx/eslint-plugin": "^20.0.1", |
37 | 37 | "@playwright/test": "^1.56.1", |
38 | 38 | "@types/node": "^24.10.0", |
39 | | - "angular-eslint": "^20.4.0", |
| 39 | + "angular-eslint": "^20.5.0", |
40 | 40 | "concurrently": "^9.2.1", |
41 | 41 | "eslint": "^9.38.0", |
42 | 42 | "eslint-config-prettier": "^10.1.8", |
|
51 | 51 | }, |
52 | 52 | "overrides": { |
53 | 53 | "@ngrx/signals": { |
54 | | - "@angular/core": "^21.0.0-next.8" |
| 54 | + "@angular/core": "^21.0.0-rc.0" |
55 | 55 | }, |
56 | 56 | "ng-mocks": { |
57 | | - "@angular/common": "^21.0.0-next.8", |
58 | | - "@angular/core": "^21.0.0-next.8", |
59 | | - "@angular/forms": "^21.0.0-next.8", |
60 | | - "@angular/platform-browser": "^21.0.0-next.8" |
| 57 | + "@angular/common": "^21.0.0-rc.0", |
| 58 | + "@angular/core": "^21.0.0-rc.0", |
| 59 | + "@angular/forms": "^21.0.0-rc.0", |
| 60 | + "@angular/platform-browser": "^21.0.0-rc.0" |
61 | 61 | } |
62 | 62 | } |
63 | 63 | } |
0 commit comments