|
3 | 3 | "main": "bundles/ng2-semantic-ui.umd.min.js", |
4 | 4 | "module": "index.js", |
5 | 5 | "typings": "index.d.ts", |
6 | | - "version": "0.8.1", |
| 6 | + "version": "0.8.2", |
7 | 7 | "description": "Angular 2 Semantic UI Components", |
8 | 8 | "repository": { |
9 | 9 | "type": "git", |
|
35 | 35 | "@angular/common": "^4.1.0", |
36 | 36 | "@angular/core": "^4.1.0", |
37 | 37 | "@angular/forms": "^4.1.0", |
38 | | - "@angular/http": "^4.1.0", |
39 | | - "@angular/platform-browser": "^4.1.0", |
40 | 38 | "@types/popper.js": "^1.8.0", |
41 | | - "core-js": "^2.4.1", |
42 | 39 | "element-closest": "^2.0.2", |
43 | 40 | "popper.js": "^1.0.6", |
44 | | - "rxjs": "^5.0.1", |
45 | | - "web-animations-js": "^2.2.5", |
46 | | - "zone.js": "^0.8.4" |
| 41 | + "rxjs": "^5.0.1" |
47 | 42 | }, |
48 | 43 | "devDependencies": { |
49 | 44 | "@angular/cli": "^1.0.0", |
50 | 45 | "@angular/compiler": "^4.1.0", |
51 | 46 | "@angular/compiler-cli": "^4.1.0", |
| 47 | + "@angular/http": "^4.1.0", |
| 48 | + "@angular/platform-browser": "^4.1.0", |
52 | 49 | "@angular/platform-browser-dynamic": "^4.1.0", |
53 | 50 | "@angular/router": "^4.1.0", |
54 | 51 | "@types/prismjs": "~1.4.18", |
55 | 52 | "@types/protractor": "~4.0.0", |
56 | 53 | "codelyzer": "~2.0.0-beta.4", |
| 54 | + "core-js": "^2.4.1", |
57 | 55 | "jasmine-core": "~2.5.2", |
58 | 56 | "jasmine-spec-reporter": "~3.2.0", |
59 | 57 | "karma": "~1.4.0", |
|
68 | 66 | "rollup-plugin-uglify": "~1.0.1", |
69 | 67 | "ts-node": "~2.0.0", |
70 | 68 | "tslint": "~4.3.1", |
71 | | - "typescript": "^2.3.0" |
| 69 | + "typescript": "^2.3.0", |
| 70 | + "web-animations-js": "^2.2.5", |
| 71 | + "zone.js": "^0.8.4" |
72 | 72 | }, |
73 | 73 | "peerDependencies": { |
74 | 74 | "typescript": "^2.3.0" |
|
0 commit comments