|
30 | 30 | "cli" |
31 | 31 | ], |
32 | 32 | "dependencies": { |
33 | | - "globby": "^6.1.0", |
34 | | - "post-load-plugins": "0.0.16", |
35 | | - "posthtml": "^0.9.2", |
36 | | - "yargs": "^9.0.1" |
| 33 | + "globby": "^7.1.1", |
| 34 | + "post-load-plugins": "0.0.17", |
| 35 | + "posthtml": "^0.11.2", |
| 36 | + "yargs": "^10.1.2" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@commitlint/cli": "^4.1.1", |
40 | | - "@commitlint/config-angular": "^3.1.1", |
| 39 | + "@commitlint/cli": "^6.0.2", |
| 40 | + "@commitlint/config-angular": "^6.0.2", |
41 | 41 | "ava": "*", |
42 | | - "babel-eslint": "^8.0.1", |
| 42 | + "babel-eslint": "^8.2.1", |
43 | 43 | "clinton": "^0.13.0", |
44 | | - "conventional-changelog-cli": "^1.3.4", |
| 44 | + "conventional-changelog-cli": "^1.3.5", |
45 | 45 | "coveralls": "^3.0.0", |
46 | 46 | "cpy": "^6.0.0", |
47 | | - "eslint": "^4.8.0", |
48 | | - "eslint-config-standard": "^10.2.1", |
| 47 | + "eslint": "^4.15.0", |
| 48 | + "eslint-config-standard": "^11.0.0-beta.0", |
49 | 49 | "eslint-formatter-pretty": "^1.3.0", |
50 | | - "eslint-plugin-ava": "^4.2.2", |
| 50 | + "eslint-plugin-ava": "^4.4.0", |
51 | 51 | "eslint-plugin-babel": "^4.1.2", |
52 | | - "eslint-plugin-import": "^2.7.0", |
| 52 | + "eslint-plugin-import": "^2.8.0", |
53 | 53 | "eslint-plugin-markdown": "^1.0.0-beta.7", |
54 | | - "eslint-plugin-node": "^5.2.0", |
55 | | - "eslint-plugin-promise": "^3.5.0", |
| 54 | + "eslint-plugin-node": "^5.2.1", |
| 55 | + "eslint-plugin-promise": "^3.6.0", |
56 | 56 | "eslint-plugin-standard": "^3.0.1", |
57 | | - "execa": "^0.8.0", |
| 57 | + "execa": "^0.9.0", |
58 | 58 | "husky": "^0.14.3", |
59 | | - "lint-staged": "^4.2.3", |
60 | | - "np": "^2.16.0", |
61 | | - "nyc": "^11.0.1", |
| 59 | + "lint-staged": "^6.0.1", |
| 60 | + "np": "^2.18.3", |
| 61 | + "nyc": "^11.4.1", |
62 | 62 | "path-exists": "^3.0.0", |
63 | 63 | "posthtml-bem": "^0.2.2", |
64 | 64 | "posthtml-css-modules": "^0.1.3", |
65 | 65 | "posthtml-custom-elements": "^1.1.0", |
66 | | - "read-pkg": "^2.0.0", |
| 66 | + "read-pkg": "^3.0.0", |
67 | 67 | "tempfile": "^2.0.0" |
68 | 68 | }, |
69 | 69 | "lint-staged": { |
|
74 | 74 | "customElements": {} |
75 | 75 | }, |
76 | 76 | "eslintConfig": { |
77 | | - "format": "node_modules/eslint-formatter-pretty", |
78 | 77 | "parser": "babel-eslint", |
79 | 78 | "plugins": [ |
80 | 79 | "ava", |
|
0 commit comments