|
20 | 20 | "prepublishOnly": "npm run build",
|
21 | 21 | "release": "standard-version"
|
22 | 22 | },
|
23 |
| - "dependencies": { |
| 23 | + "peerDependencies": { |
| 24 | + "@angular/animations": "^18.2.0", |
| 25 | + "@angular/cdk": "^18.2.0", |
| 26 | + "@angular/common": "^18.2.0", |
| 27 | + "@angular/core": "^18.2.0", |
| 28 | + "@angular/material": "^18.2.0" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@angular-devkit/build-angular": "18.2.14", |
24 | 32 | "@angular/animations": "18.2.13",
|
25 | 33 | "@angular/cdk": "18.2.14",
|
| 34 | + "@angular/cli": "18.2.14", |
26 | 35 | "@angular/common": "18.2.13",
|
27 | 36 | "@angular/compiler": "18.2.13",
|
| 37 | + "@angular/compiler-cli": "18.2.13", |
28 | 38 | "@angular/core": "18.2.13",
|
29 | 39 | "@angular/forms": "18.2.13",
|
30 | 40 | "@angular/material": "18.2.14",
|
31 | 41 | "@angular/platform-browser": "18.2.13",
|
32 | 42 | "@angular/platform-browser-dynamic": "18.2.13",
|
33 | 43 | "@angular/router": "18.2.13",
|
34 |
| - "rxjs": "7.8.1", |
35 |
| - "tslib": "2.4.0", |
36 |
| - "zone.js": "0.14.10" |
37 |
| - }, |
38 |
| - "devDependencies": { |
39 |
| - "@angular-devkit/build-angular": "18.2.14", |
40 |
| - "@angular/cli": "18.2.14", |
41 |
| - "@angular/compiler-cli": "18.2.13", |
42 | 44 | "@types/jest": "29.2.1",
|
43 | 45 | "@types/node": "16.18.3",
|
44 | 46 | "codelyzer": "6.0.2",
|
45 | 47 | "jest": "29.7.0",
|
46 | 48 | "ng-packagr": "18.2.1",
|
47 | 49 | "protractor": "7.0.0",
|
| 50 | + "rxjs": "7.8.1", |
48 | 51 | "standard-version": "9.5.0",
|
49 | 52 | "ts-jest": "29.0.3",
|
50 | 53 | "ts-node": "10.9.1",
|
| 54 | + "tslib": "2.4.0", |
51 | 55 | "tslint": "6.1.3",
|
52 |
| - "typescript": "5.4.5" |
| 56 | + "typescript": "5.4.5", |
| 57 | + "zone.js": "0.14.10" |
53 | 58 | }
|
54 | 59 | }
|
0 commit comments