|
1 | 1 | {
|
2 | 2 | "name": "@uipath/angular",
|
3 |
| - "version": "0.9.3-hotfix1", |
| 3 | + "version": "0.9.5", |
4 | 4 | "license": "MIT",
|
5 | 5 | "author": {
|
6 | 6 | "name": "UiPath Inc",
|
|
24 | 24 | "vladjerca"
|
25 | 25 | ],
|
26 | 26 | "peerDependencies": {
|
27 |
| - "@angular/animations": "^7.2.15", |
28 |
| - "@angular/cdk": "^7.3.7", |
29 |
| - "@angular/cdk-experimental": "^7.3.7", |
30 |
| - "@angular/common": "^7.2.15", |
31 |
| - "@angular/compiler": "^7.2.15", |
32 |
| - "@angular/core": "^7.2.15", |
33 |
| - "@angular/forms": "^7.2.15", |
34 |
| - "@angular/material": "^^7.3.7", |
35 |
| - "@angular/platform-browser": "^7.2.15", |
36 |
| - "@angular/platform-browser-dynamic": "^7.2.15", |
37 |
| - "@angular/router": "^7.2.15", |
| 27 | + "@angular/animations": ">=8.0.0", |
| 28 | + "@angular/cdk": ">=8.0.0", |
| 29 | + "@angular/cdk-experimental": ">=8.0.0", |
| 30 | + "@angular/common": ">=8.0.0", |
| 31 | + "@angular/compiler": ">=8.0.0", |
| 32 | + "@angular/core": ">=8.0.0", |
| 33 | + "@angular/forms": ">=8.0.0", |
| 34 | + "@angular/material": ">=8.0.0", |
| 35 | + "@angular/platform-browser":">=8.0.0", |
| 36 | + "@angular/platform-browser-dynamic": ">=8.0.0", |
| 37 | + "@angular/router": ">=8.0.0", |
38 | 38 | "clipboard": "~2.0.4",
|
39 |
| - "core-js": "~2.5.4", |
40 | 39 | "lodash-es": "~4.17.11",
|
41 | 40 | "moment": "~2.24.0",
|
42 | 41 | "moment-timezone": "~0.5.25",
|
43 | 42 | "object-hash": "~1.3.1",
|
44 | 43 | "rxjs": "~6.5.2",
|
45 |
| - "scroll-into-view-if-needed": "~2.2.20", |
46 |
| - "tslib": "~1.9.3", |
47 |
| - "zone.js": "~0.9.1" |
| 44 | + "scroll-into-view-if-needed": "~2.2.20" |
48 | 45 | }
|
49 | 46 | }
|
0 commit comments