|
10 | 10 | },
|
11 | 11 | "private": true,
|
12 | 12 | "dependencies": {
|
13 |
| - "@angular/animations": "^14.0.0", |
14 |
| - "@angular/common": "^14.0.0", |
15 |
| - "@angular/compiler": "^14.0.0", |
16 |
| - "@angular/core": "^14.0.0", |
17 |
| - "@angular/forms": "^14.0.0", |
18 |
| - "@angular/platform-browser": "^14.0.0", |
19 |
| - "@angular/platform-browser-dynamic": "^14.0.0", |
20 |
| - "@angular/router": "^14.0.0", |
| 13 | + "@angular/animations": "^14.0.0-next.0", |
| 14 | + "@angular/common": "^14.0.0-next.0", |
| 15 | + "@angular/compiler": "^14.0.0-next.0", |
| 16 | + "@angular/core": "^14.0.0-next.0", |
| 17 | + "@angular/forms": "^14.0.0-next.0", |
| 18 | + "@angular/platform-browser": "^14.0.0-next.0", |
| 19 | + "@angular/platform-browser-dynamic": "^14.0.0-next.0", |
| 20 | + "@angular/router": "^14.0.0-next.0", |
21 | 21 | "rxjs": "~7.5.0",
|
22 | 22 | "tslib": "^2.3.0",
|
23 | 23 | "zone.js": "~0.11.4"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@angular-devkit/build-angular": "^14.0.7", |
27 |
| - "@angular/cli": "~14.0.7", |
28 |
| - "@angular/compiler-cli": "^14.0.0", |
| 26 | + "@angular-devkit/build-angular": "^14.1.0-next.0", |
| 27 | + "@angular/cli": "~14.1.0-next.0", |
| 28 | + "@angular/compiler-cli": "^14.0.0-next.0", |
29 | 29 | "@types/jasmine": "~4.0.0",
|
30 | 30 | "jasmine-core": "~4.1.0",
|
31 | 31 | "karma": "~6.3.0",
|
32 | 32 | "karma-chrome-launcher": "~3.1.0",
|
33 | 33 | "karma-coverage": "~2.2.0",
|
34 | 34 | "karma-jasmine": "~5.0.0",
|
35 |
| - "karma-jasmine-html-reporter": "~1.7.0", |
| 35 | + "karma-jasmine-html-reporter": "~2.0.0", |
36 | 36 | "typescript": "~4.7.2"
|
37 | 37 | }
|
38 | 38 | }
|
0 commit comments