|
26 | 26 | "docs": "compodoc -p src/tsconfig.app.json -d docs",
|
27 | 27 | "docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
|
28 | 28 | "prepush": "npm run lint:ci",
|
29 |
| - "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s" |
| 29 | + "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s", |
| 30 | + "postinstall": "ngcc --properties es2015 es5 browser module main --first-only --create-ivy-entry-points" |
30 | 31 | },
|
31 | 32 | "dependencies": {
|
32 |
| - "@agm/core": "^1.0.0-beta.5", |
33 |
| - "@angular/animations": "^8.0.0", |
34 |
| - "@angular/cdk": "^8.0.0", |
35 |
| - "@angular/common": "^8.0.0", |
36 |
| - "@angular/compiler": "^8.0.0", |
37 |
| - "@angular/core": "^8.0.0", |
38 |
| - "@angular/forms": "^8.0.0", |
39 |
| - "@angular/platform-browser": "^8.0.0", |
40 |
| - "@angular/platform-browser-dynamic": "^8.0.0", |
41 |
| - "@angular/router": "^8.0.0", |
| 33 | + "@akveo/ng2-completer": "^9.0.1", |
| 34 | + "@angular/animations": "^9.0.4", |
| 35 | + "@angular/cdk": "^9.1.2", |
| 36 | + "@angular/common": "^9.0.4", |
| 37 | + "@angular/compiler": "^9.0.4", |
| 38 | + "@angular/core": "^9.0.4", |
| 39 | + "@angular/forms": "^9.0.4", |
| 40 | + "@angular/google-maps": "^9.1.0", |
| 41 | + "@angular/platform-browser": "^9.0.4", |
| 42 | + "@angular/platform-browser-dynamic": "^9.0.4", |
| 43 | + "@angular/router": "^9.0.4", |
42 | 44 | "@asymmetrik/ngx-leaflet": "3.0.1",
|
43 |
| - "@nebular/auth": "4.4.0", |
44 |
| - "@nebular/eva-icons": "4.4.0", |
45 |
| - "@nebular/security": "4.4.0", |
46 |
| - "@nebular/theme": "4.4.0", |
47 |
| - "@swimlane/ngx-charts": "^10.0.0", |
48 |
| - "angular-tree-component": "7.2.0", |
| 45 | + "@nebular/auth": "5.0.0", |
| 46 | + "@nebular/eva-icons": "5.0.0", |
| 47 | + "@nebular/security": "5.0.0", |
| 48 | + "@nebular/theme": "5.0.0", |
| 49 | + "@swimlane/ngx-charts": "^13.0.2", |
49 | 50 | "angular2-chartjs": "0.4.1",
|
50 |
| - "angular2-toaster": "^7.0.0", |
51 | 51 | "bootstrap": "4.3.1",
|
52 | 52 | "chart.js": "2.7.1",
|
53 | 53 | "ckeditor": "4.7.3",
|
54 | 54 | "classlist.js": "1.1.20150312",
|
55 | 55 | "core-js": "2.5.1",
|
56 | 56 | "echarts": "^4.0.2",
|
57 |
| - "eva-icons": "^1.1.0", |
| 57 | + "eva-icons": "^1.1.3", |
58 | 58 | "intl": "1.2.5",
|
59 | 59 | "ionicons": "2.0.1",
|
60 | 60 | "leaflet": "1.2.0",
|
61 | 61 | "nebular-icons": "1.1.0",
|
62 | 62 | "ng2-ckeditor": "^1.2.2",
|
63 |
| - "ng2-completer": "2.0.8", |
64 |
| - "ng2-smart-table": "1.3.5", |
65 |
| - "ngx-echarts": "^4.0.1", |
| 63 | + "ng2-smart-table": "^1.6.0", |
| 64 | + "ngx-echarts": "^4.2.2", |
66 | 65 | "node-sass": "^4.12.0",
|
67 | 66 | "normalize.css": "6.0.0",
|
68 | 67 | "pace-js": "1.0.2",
|
69 | 68 | "roboto-fontface": "0.8.0",
|
70 |
| - "rxjs": "6.5.2", |
| 69 | + "rxjs": "6.5.4", |
71 | 70 | "rxjs-compat": "6.3.0",
|
72 | 71 | "socicon": "3.0.5",
|
| 72 | + "style-loader": "^1.1.3", |
73 | 73 | "tinymce": "4.5.7",
|
74 |
| - "tslib": "^1.9.0", |
| 74 | + "tslib": "^1.10.0", |
75 | 75 | "typeface-exo": "0.0.22",
|
76 |
| - "web-animations-js": "github:angular/web-animations-js#release_pr208", |
77 |
| - "zone.js": "~0.9.1" |
| 76 | + "web-animations-js": "^2.3.2", |
| 77 | + "zone.js": "~0.10.2" |
78 | 78 | },
|
79 | 79 | "devDependencies": {
|
80 |
| - "@angular-devkit/build-angular": "~0.800.2", |
81 |
| - "@angular/cli": "^8.0.2", |
82 |
| - "@angular/compiler-cli": "^8.0.0", |
83 |
| - "@angular/language-service": "8.0.0", |
| 80 | + "@angular-devkit/build-angular": "~0.900.4", |
| 81 | + "@angular/cli": "^9.0.4", |
| 82 | + "@angular/compiler-cli": "^9.0.4", |
| 83 | + "@angular/language-service": "9.0.4", |
84 | 84 | "@compodoc/compodoc": "1.0.1",
|
85 | 85 | "@fortawesome/fontawesome-free": "^5.2.0",
|
86 | 86 | "@types/d3-color": "1.0.5",
|
87 |
| - "@types/googlemaps": "^3.30.4", |
| 87 | + "@types/googlemaps": "^3.39.3", |
88 | 88 | "@types/jasmine": "2.5.54",
|
89 | 89 | "@types/jasminewd2": "2.0.3",
|
90 | 90 | "@types/leaflet": "1.2.3",
|
91 |
| - "@types/node": "6.0.90", |
92 |
| - "codelyzer": "^5.0.1", |
| 91 | + "@types/node": "^12.11.1", |
| 92 | + "codelyzer": "^5.1.2", |
93 | 93 | "conventional-changelog-cli": "1.3.4",
|
94 | 94 | "husky": "0.13.3",
|
95 | 95 | "jasmine-core": "2.6.4",
|
|
107 | 107 | "ts-node": "3.2.2",
|
108 | 108 | "tslint": "^5.7.0",
|
109 | 109 | "tslint-language-service": "^0.9.9",
|
110 |
| - "typescript": "3.4.5" |
| 110 | + "typescript": "3.7.5" |
111 | 111 | }
|
112 | 112 | }
|
0 commit comments