|
14 | 14 | },
|
15 | 15 | "private": true,
|
16 | 16 | "dependencies": {
|
17 |
| - "@angular/animations": "^18.2.0", |
18 |
| - "@angular/common": "^18.2.0", |
19 |
| - "@angular/compiler": "^18.2.0", |
20 |
| - "@angular/core": "^18.2.0", |
21 |
| - "@angular/forms": "^18.2.0", |
22 |
| - "@angular/platform-browser": "^18.2.0", |
23 |
| - "@angular/platform-browser-dynamic": "^18.2.0", |
24 |
| - "@angular/router": "^18.2.0", |
| 17 | + "@angular/animations": "*", |
| 18 | + "@angular/common": "*", |
| 19 | + "@angular/compiler": "*", |
| 20 | + "@angular/core": "*", |
| 21 | + "@angular/forms": "*", |
| 22 | + "@angular/platform-browser": "*", |
| 23 | + "@angular/platform-browser-dynamic": "*", |
| 24 | + "@angular/router": "*", |
25 | 25 | "rxjs": "~7.8.0",
|
26 |
| - "tslib": "^2.3.0", |
27 |
| - "zone.js": "~0.14.10" |
| 26 | + "tslib": "^2.3.0" |
28 | 27 | },
|
29 | 28 | "devDependencies": {
|
30 |
| - "@angular-devkit/build-angular": "^18.2.4", |
31 |
| - "@angular/cli": "^18.2.4", |
32 |
| - "@angular/compiler-cli": "^18.2.0", |
| 29 | + "@angular-devkit/build-angular": "*", |
| 30 | + "@angular/cli": "*", |
| 31 | + "@angular/compiler-cli": "*", |
33 | 32 | "@types/jasmine": "~5.1.0",
|
34 |
| - "angular-eslint": "18.3.1", |
| 33 | + "angular-eslint": "*", |
35 | 34 | "eslint": "^9.9.1",
|
36 | 35 | "jasmine-core": "~5.2.0",
|
37 | 36 | "karma": "~6.4.0",
|
|
0 commit comments