|
15 | 15 | "build": "ng-packagr -p ng-package.json" |
16 | 16 | }, |
17 | 17 | "peerDependencies": { |
18 | | - "@angular/core": "^{{ngVersion}}", |
| 18 | + "@angular/core": ">={{ngVersion}}", |
19 | 19 | {{#withMocks}} |
20 | | - "@backbase/foundation-ang": "^{{foundationVersion}}", |
| 20 | + "@backbase/foundation-ang": ">={{foundationVersion}}", |
21 | 21 | {{/withMocks}} |
22 | | - "rxjs": "^{{rxjsVersion}}" |
| 22 | + "rxjs": ">={{rxjsVersion}}" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@angular/common": "~{{ngVersion}}", |
26 | | - "@angular/compiler": "~{{ngVersion}}", |
27 | | - "@angular/compiler-cli": "~{{ngVersion}}", |
28 | | - "@angular/core": "~{{ngVersion}}", |
29 | | - "@angular/platform-browser": "~{{ngVersion}}", |
30 | | - "ng-packagr": "^{{ngPackagrVersion}}", |
| 25 | + "@angular/common": ">={{ngVersion}}", |
| 26 | + "@angular/compiler": ">={{ngVersion}}", |
| 27 | + "@angular/compiler-cli": ">={{ngVersion}}", |
| 28 | + "@angular/core": ">={{ngVersion}}", |
| 29 | + "@angular/platform-browser": ">={{ngVersion}}", |
| 30 | + "ng-packagr": ">={{ngPackagrVersion}}", |
31 | 31 | "reflect-metadata": "^0.1.3", |
32 | 32 | {{#withMocks}} |
33 | | - "@backbase/foundation-ang": "~{{foundationVersion}}", |
| 33 | + "@backbase/foundation-ang": ">={{foundationVersion}}", |
34 | 34 | {{/withMocks}} |
35 | | - "rxjs": "~{{rxjsVersion}}", |
| 35 | + "rxjs": ">={{rxjsVersion}}", |
36 | 36 | "typescript": "{{{tsVersion}}}", |
37 | | - "zone.js": "^{{zonejsVersion}}" |
| 37 | + "zone.js": ">={{zonejsVersion}}" |
38 | 38 | }{{#npmRepository}}, |
39 | 39 | "publishConfig": { |
40 | 40 | "registry": "{{{npmRepository}}}" |
|
0 commit comments