|
1 | 1 | {
|
2 | 2 | "name": "pwabuilder-lib",
|
3 |
| - "version": "2.0.3-RC.0", |
| 3 | + "version": "2.0.4-RC.0", |
4 | 4 | "description": "PWA Builder Core Library",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
30 | 30 | "ManifoldJS"
|
31 | 31 | ],
|
32 | 32 | "dependencies": {
|
33 |
| - "adm-zip": "^0.4.7", |
| 33 | + "adm-zip": "^0.4.11", |
34 | 34 | "ansi": "^0.3.1",
|
35 |
| - "async": "^1.5.2", |
36 |
| - "cheerio": "^0.20.0", |
37 |
| - "eslint-config-hapi": "^9.1.0", |
38 |
| - "expect": "^1.20.1", |
39 |
| - "file-type": "^3.8.0", |
40 |
| - "image-size": "^0.5.0", |
41 |
| - "image-type": "^2.1.0", |
42 |
| - "jimp": "^0.2.24", |
| 35 | + "async": "^2.6.1", |
| 36 | + "cheerio": "^1.0.0-rc.2", |
| 37 | + "eslint-config-hapi": "^12.0.0", |
| 38 | + "eslint-plugin-hapi": "^4.1.0", |
| 39 | + "expect": "^23.6.0", |
| 40 | + "file-type": "^10.0.0", |
| 41 | + "image-size": "^0.6.3", |
| 42 | + "image-type": "^3.0.0", |
| 43 | + "jimp": "^0.5.4", |
43 | 44 | "langdetect": "^0.2.1",
|
44 |
| - "lodash": "^4.13.1", |
45 |
| - "loglevel": "^1.4.0", |
46 |
| - "mime-types": "^2.1.11", |
| 45 | + "lodash": "^4.17.11", |
| 46 | + "loglevel": "^1.6.1", |
| 47 | + "mime-types": "^2.1.20", |
47 | 48 | "mkdirp": "^0.5.1",
|
48 | 49 | "ncp": "^2.0.0",
|
49 |
| - "pwabuilder-serviceworkers": "^1.1.1", |
50 |
| - "q": "^1.4.1", |
51 |
| - "request": "^2.67.0", |
52 |
| - "semver": "^5.1.0", |
53 |
| - "strip-combining-marks": "^0.1.0", |
| 50 | + "pwabuilder-serviceworkers": "^1.1.2", |
| 51 | + "q": "^1.5.1", |
| 52 | + "request": "^2.88.0", |
| 53 | + "semver": "^5.6.0", |
| 54 | + "strip-combining-marks": "^1.0.0", |
54 | 55 | "tld-extract": "^1.0.1",
|
55 |
| - "tv4": "^1.2.7", |
| 56 | + "tv4": "^1.3.0", |
56 | 57 | "valid-url": "^1.0.9",
|
57 |
| - "xregexp": "^3.1.1" |
| 58 | + "xregexp": "^4.2.0" |
58 | 59 | },
|
59 | 60 | "devDependencies": {
|
60 | 61 | "blanket": "1.1.6",
|
61 |
| - "grunt": "^0.4.5", |
62 |
| - "grunt-cli": "^0.1.13", |
63 |
| - "grunt-contrib-jshint": "^0.11.3", |
64 |
| - "grunt-contrib-nodeunit": "^0.4.1", |
65 |
| - "grunt-contrib-watch": "^0.6.1", |
| 62 | + "grunt": "^1.0.3", |
| 63 | + "grunt-cli": "^1.3.2", |
| 64 | + "grunt-contrib-jshint": "^2.0.0", |
| 65 | + "grunt-contrib-nodeunit": "^2.0.0", |
| 66 | + "grunt-contrib-watch": "^1.1.0", |
66 | 67 | "grunt-mocha-test": "^0.12.7",
|
67 | 68 | "jshint-stylish": "^1.0.0",
|
68 | 69 | "jshint-teamcity": "^1.0.6",
|
69 |
| - "load-grunt-tasks": "^1.0.0", |
70 |
| - "mocha": "^2.1.0", |
| 70 | + "load-grunt-tasks": "^4.0.0", |
| 71 | + "mocha": "^5.2.0", |
71 | 72 | "mocha-teamcity-reporter": "0.0.4",
|
72 | 73 | "should": "^5.0.1",
|
73 | 74 | "time-grunt": "^1.0.0",
|
|
0 commit comments