|
10 | 10 | },
|
11 | 11 | "private": true,
|
12 | 12 | "dependencies": {
|
13 |
| - "@angular/animations": "^19.0.0", |
14 |
| - "@angular/common": "^19.0.0", |
15 |
| - "@angular/compiler": "^19.0.0", |
16 |
| - "@angular/core": "^19.0.0", |
17 |
| - "@angular/forms": "^19.0.0", |
18 |
| - "@angular/platform-browser": "^19.0.0", |
19 |
| - "@angular/platform-browser-dynamic": "^19.0.0", |
20 |
| - "@angular/router": "^19.0.0", |
| 13 | + "@angular/animations": "^19.1.0-next.0", |
| 14 | + "@angular/common": "^19.1.0-next.0", |
| 15 | + "@angular/compiler": "^19.1.0-next.0", |
| 16 | + "@angular/core": "^19.1.0-next.0", |
| 17 | + "@angular/forms": "^19.1.0-next.0", |
| 18 | + "@angular/platform-browser": "^19.1.0-next.0", |
| 19 | + "@angular/platform-browser-dynamic": "^19.1.0-next.0", |
| 20 | + "@angular/router": "^19.1.0-next.0", |
21 | 21 | "rxjs": "~7.8.0",
|
22 | 22 | "tslib": "^2.3.0",
|
23 | 23 | "zone.js": "~0.15.0"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@angular-devkit/build-angular": "^19.0.7", |
27 |
| - "@angular/cli": "^19.0.7", |
28 |
| - "@angular/compiler-cli": "^19.0.0", |
| 26 | + "@angular-devkit/build-angular": "^19.1.0-next.0", |
| 27 | + "@angular/cli": "^19.1.0-next.0", |
| 28 | + "@angular/compiler-cli": "^19.1.0-next.0", |
29 | 29 | "@types/jasmine": "~5.1.0",
|
30 |
| - "jasmine-core": "~5.4.0", |
| 30 | + "jasmine-core": "~5.5.0", |
31 | 31 | "karma": "~6.4.0",
|
32 | 32 | "karma-chrome-launcher": "~3.2.0",
|
33 | 33 | "karma-coverage": "~2.2.0",
|
34 | 34 | "karma-jasmine": "~5.1.0",
|
35 | 35 | "karma-jasmine-html-reporter": "~2.1.0",
|
36 |
| - "typescript": "~5.6.2" |
| 36 | + "typescript": "~5.7.2" |
37 | 37 | }
|
38 | 38 | }
|
0 commit comments