|
11 | 11 | "test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.ts --no-cache"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@angular/animations": "^19.1.3", |
15 |
| - "@angular/common": "^19.1.3", |
16 |
| - "@angular/compiler": "^19.1.3", |
17 |
| - "@angular/core": "^19.1.3", |
18 |
| - "@angular/forms": "^19.1.3", |
19 |
| - "@angular/platform-browser": "^19.1.3", |
20 |
| - "@angular/platform-browser-dynamic": "^19.1.3", |
21 |
| - "@angular/router": "^19.1.3", |
| 14 | + "@angular/animations": "^19.1.4", |
| 15 | + "@angular/common": "^19.1.4", |
| 16 | + "@angular/compiler": "^19.1.4", |
| 17 | + "@angular/core": "^19.1.4", |
| 18 | + "@angular/forms": "^19.1.4", |
| 19 | + "@angular/platform-browser": "^19.1.4", |
| 20 | + "@angular/platform-browser-dynamic": "^19.1.4", |
| 21 | + "@angular/router": "^19.1.4", |
22 | 22 | "angular-in-memory-web-api": "^0.19.0",
|
23 | 23 | "rxjs": "^7.8.1",
|
24 | 24 | "tslib": "^2.8.1",
|
25 | 25 | "zone.js": "~0.15.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@angular-devkit/build-angular": "^19.1.4", |
29 |
| - "@angular/cli": "^19.1.4", |
30 |
| - "@angular/compiler-cli": "^19.1.3", |
| 28 | + "@angular-devkit/build-angular": "^19.1.5", |
| 29 | + "@angular/cli": "^19.1.5", |
| 30 | + "@angular/compiler-cli": "^19.1.4", |
31 | 31 | "@types/jest": "^29.5.14",
|
32 | 32 | "@types/node": "^22.12.0",
|
33 | 33 | "jest": "^29.7.0",
|
34 | 34 | "jest-preset-angular": "^14.5.1",
|
35 |
| - "ng-packagr": "^19.1.1", |
| 35 | + "ng-packagr": "^19.1.2", |
36 | 36 | "typescript": "~5.6.2"
|
37 | 37 | }
|
38 | 38 | }
|
0 commit comments