|
1 | 1 | { |
2 | 2 | "name": "ng-http-loader", |
3 | | - "version": "0.9.1", |
| 3 | + "version": "1.0.0", |
4 | 4 | "scripts": { |
5 | 5 | "prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all", |
6 | | - "test": "ng test --watch false" |
| 6 | + "test": "ng test" |
7 | 7 | }, |
8 | 8 | "repository": { |
9 | 9 | "type": "git", |
|
29 | 29 | "url": "https://github.com/mpalourdio/ng-http-loader/issues" |
30 | 30 | }, |
31 | 31 | "peerDependencies": { |
32 | | - "@angular/common": "^5.2.0", |
33 | | - "@angular/core": "^5.2.0", |
34 | | - "rxjs": "^5.5.6" |
| 32 | + "@angular/common": "^6.0.0", |
| 33 | + "@angular/core": "^6.0.0", |
| 34 | + "rxjs": "^6.0.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@angular/cli": "^1.7.0", |
38 | | - "@angular/common": "^5.2.0", |
39 | | - "@angular/compiler": "^5.2.0", |
40 | | - "@angular/compiler-cli": "^5.2.0", |
41 | | - "@angular/core": "^5.2.0", |
42 | | - "@angular/language-service": "^5.2.0", |
43 | | - "@angular/platform-browser": "^5.2.0", |
44 | | - "@angular/platform-browser-dynamic": "^5.2.0", |
45 | | - "@types/jasmine": "~2.8.3", |
46 | | - "@types/jasminewd2": "~2.0.2", |
47 | | - "@types/node": "~6.0.60", |
48 | | - "codelyzer": "^4.0.1", |
49 | | - "core-js": "^2.4.1", |
| 37 | + "@angular-devkit/build-angular": "~0.6.0", |
| 38 | + "@angular/cli": "^6.0.0", |
| 39 | + "@angular/common": "^6.0.0", |
| 40 | + "@angular/compiler": "^6.0.0", |
| 41 | + "@angular/compiler-cli": "^6.0.0", |
| 42 | + "@angular/core": "^6.0.0", |
| 43 | + "@angular/language-service": "^6.0.0", |
| 44 | + "@angular/platform-browser": "^6.0.0", |
| 45 | + "@angular/platform-browser-dynamic": "^6.0.0", |
| 46 | + "@types/jasmine": "~2.8.6", |
| 47 | + "@types/jasminewd2": "~2.0.3", |
| 48 | + "@types/node": "~8.9.4", |
| 49 | + "codelyzer": "~4.2.1", |
| 50 | + "core-js": "^2.5.4", |
50 | 51 | "gulp": "^3.9.1", |
51 | 52 | "gulp-clean": "^0.3.2", |
52 | 53 | "gulp-inline-ng2-template": "^4.0.0", |
53 | | - "jasmine-core": "~2.8.0", |
| 54 | + "jasmine-core": "~2.99.1", |
54 | 55 | "jasmine-spec-reporter": "~4.2.1", |
55 | 56 | "karma": "~2.0.0", |
56 | 57 | "karma-chrome-launcher": "~2.2.0", |
57 | | - "karma-coverage-istanbul-reporter": "^1.2.1", |
58 | | - "karma-jasmine": "~1.1.0", |
| 58 | + "karma-coverage-istanbul-reporter": "~1.4.2", |
| 59 | + "karma-jasmine": "~1.1.1", |
59 | 60 | "karma-jasmine-html-reporter": "^0.2.2", |
60 | 61 | "karma-phantomjs-launcher": "^1.0.4", |
61 | 62 | "phantomjs-prebuilt": "^2.1.14", |
62 | | - "protractor": "~5.1.2", |
63 | | - "rxjs": "^5.5.6", |
64 | | - "ts-node": "~4.1.0", |
| 63 | + "protractor": "~5.3.0", |
| 64 | + "rxjs": "^6.0.0", |
| 65 | + "ts-node": "~5.0.1", |
65 | 66 | "tslint": "~5.9.1", |
66 | | - "typescript": "~2.5.3", |
67 | | - "zone.js": "^0.8.19" |
| 67 | + "typescript": "2.7.2", |
| 68 | + "zone.js": "^0.8.26" |
| 69 | + }, |
| 70 | + "engines": { |
| 71 | + "node": ">= 8.9.0", |
| 72 | + "npm": ">= 5.5.1" |
68 | 73 | } |
69 | 74 | } |
0 commit comments