|
1 | 1 | { |
2 | 2 | "name": "angular-youtube-player", |
3 | | - "version": "2.5.1", |
| 3 | + "version": "2.5.2", |
4 | 4 | "license": "MIT", |
5 | 5 | "scripts": { |
6 | 6 | "ng": "ng", |
|
12 | 12 | }, |
13 | 13 | "private": true, |
14 | 14 | "dependencies": { |
15 | | - "@angular-devkit/build-angular": "^0.802.0", |
16 | | - "@angular/cdk": "^7.3.7", |
17 | | - "@angular/common": "^8.2.0", |
18 | | - "@angular/compiler": "^8.2.0", |
19 | | - "@angular/core": "^8.2.0", |
20 | | - "@angular/forms": "^8.2.0", |
21 | | - "@angular/http": "^7.2.13", |
22 | | - "@angular/platform-browser": "^8.2.0", |
23 | | - "@angular/platform-browser-dynamic": "^8.2.0", |
24 | | - "@angular/router": "^8.2.0", |
| 15 | + "@angular-devkit/build-angular": "~0.803.14", |
| 16 | + "@angular/cdk": "^8.2.3", |
| 17 | + "@angular/common": "^8.2.12", |
| 18 | + "@angular/compiler": "^8.2.12", |
| 19 | + "@angular/core": "^8.2.12", |
| 20 | + "@angular/forms": "^8.2.12", |
| 21 | + "@angular/platform-browser": "^8.2.12", |
| 22 | + "@angular/platform-browser-dynamic": "^8.2.12", |
| 23 | + "@angular/router": "^8.2.12", |
25 | 24 | "@ngu/carousel": "^1.5.5", |
26 | 25 | "core-js": "^2.5.7", |
27 | 26 | "hammerjs": "^2.0.8", |
28 | | - "ngx-socket-io": "^2.1.1", |
29 | | - "rxjs": "^6.4.0", |
| 27 | + "ionicons": "^4.6.2", |
| 28 | + "ngx-socket-io": "^3.0.1", |
| 29 | + "rxjs": "^6.5.3", |
30 | 30 | "rxjs-compat": "^6.4.0", |
31 | | - "tslib": "^1.9.0", |
32 | | - "zone.js": "^0.9.1" |
| 31 | + "tslib": "^1.10.0", |
| 32 | + "zone.js": "~0.9.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@angular/cli": "^8.0.1", |
36 | | - "@angular/compiler-cli": "~8.2.0", |
37 | | - "@angular/language-service": "~8.2.0", |
| 35 | + "@angular/cli": "^8.3.14", |
| 36 | + "@angular/compiler-cli": "~8.2.12", |
| 37 | + "@angular/language-service": "~8.2.12", |
38 | 38 | "@types/jasmine": "~2.8.8", |
39 | 39 | "@types/jasminewd2": "~2.0.3", |
40 | 40 | "@types/node": "~8.9.4", |
41 | | - "codelyzer": "~4.5.0", |
| 41 | + "codelyzer": "^5.0.1", |
42 | 42 | "jasmine-core": "~2.99.1", |
43 | 43 | "jasmine-spec-reporter": "~4.2.1", |
44 | 44 | "karma": "^4.0.1", |
|
0 commit comments