|
2 | 2 | "name": "hyperdash-angular",
|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "scripts": {
|
5 |
| - "postinstall": "ngcc --properties es5 browser module main --first-only --create-ivy-entry-points", |
6 | 5 | "ng": "ng",
|
7 | 6 | "start": "ng serve",
|
8 | 7 | "build": "ng build",
|
|
18 | 17 | },
|
19 | 18 | "private": true,
|
20 | 19 | "dependencies": {
|
21 |
| - "@angular/animations": "^9.1.11", |
22 |
| - "@angular/cdk": "^9.2.4", |
23 |
| - "@angular/common": "^9.1.11", |
24 |
| - "@angular/compiler": "^9.1.11", |
25 |
| - "@angular/core": "^9.1.11", |
26 |
| - "@angular/forms": "^9.1.11", |
27 |
| - "@angular/platform-browser": "^9.1.11", |
28 |
| - "@angular/platform-browser-dynamic": "^9.1.11", |
29 |
| - "@angular/router": "^9.1.11", |
| 20 | + "@angular/animations": "^10.0.4", |
| 21 | + "@angular/common": "^10.0.4", |
| 22 | + "@angular/compiler": "^10.0.4", |
| 23 | + "@angular/core": "^10.0.4", |
| 24 | + "@angular/forms": "^10.0.4", |
| 25 | + "@angular/platform-browser": "^10.0.4", |
| 26 | + "@angular/platform-browser-dynamic": "^10.0.4", |
| 27 | + "@angular/router": "^10.0.4", |
30 | 28 | "@hypertrace/hyperdash": "^1.0.0",
|
31 | 29 | "core-js": "^3.6.5",
|
32 | 30 | "lodash": "^4.17.15",
|
33 | 31 | "rxjs": "^6.6.0",
|
34 |
| - "tslib": "^1.0.0", |
| 32 | + "tslib": "^2.0.0", |
35 | 33 | "zone.js": "~0.10.3"
|
36 | 34 | },
|
37 | 35 | "devDependencies": {
|
38 | 36 | "@angular-builders/jest": "^9.0.1",
|
39 |
| - "@angular-devkit/build-angular": "~0.901.10", |
40 |
| - "@angular-devkit/build-ng-packagr": "~0.901.9", |
41 |
| - "@angular/cli": "^9.1.9", |
42 |
| - "@angular/compiler-cli": "^9.1.11", |
43 |
| - "@angular/language-service": "^9.1.11", |
| 37 | + "@angular-devkit/build-angular": "~0.1000.3", |
| 38 | + "@angular-devkit/build-ng-packagr": "~0.1000.3", |
| 39 | + "@angular/cli": "^10.0.3", |
| 40 | + "@angular/compiler-cli": "^10.0.4", |
| 41 | + "@angular/language-service": "^10.0.4", |
44 | 42 | "@commitlint/cli": "^9.0.1",
|
45 | 43 | "@commitlint/config-conventional": "^9.0.1",
|
46 | 44 | "@compodoc/compodoc": "^1.1.11",
|
|
57 | 55 | "jest-config": "^25.5.0",
|
58 | 56 | "jest-html-reporter": "^3.1.3",
|
59 | 57 | "jest-junit": "^10.0.0",
|
60 |
| - "ng-packagr": "^9.1.5", |
| 58 | + "ng-packagr": "^10.0.0", |
61 | 59 | "prettier": "^2.0.5",
|
62 | 60 | "pretty-quick": "^2.0.1",
|
63 | 61 | "semantic-release": "^17.1.1",
|
64 | 62 | "ts-node": "~8.10.2",
|
65 |
| - "tslint": "^6.1.2", |
| 63 | + "tslint": "~6.1.0", |
66 | 64 | "tslint-config-prettier": "^1.18.0",
|
67 |
| - "typescript": "~3.8.3" |
| 65 | + "typescript": "~3.9.6" |
68 | 66 | },
|
69 | 67 | "config": {
|
70 | 68 | "commitizen": {
|
|
0 commit comments