|
1 | 1 | { |
2 | 2 | "name": "posthtml-cli", |
3 | | - "version": "0.2.11", |
| 3 | + "version": "0.2.12", |
4 | 4 | "description": "CLI for posthtml", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": "posthtml/posthtml-cli", |
|
39 | 39 | "dependencies": { |
40 | 40 | "globby": "^6.1.0", |
41 | 41 | "path-exists": "^3.0.0", |
42 | | - "post-load-plugins": "0.0.6", |
43 | | - "posthtml": "^0.9.1", |
44 | | - "yargs": "^6.5.0" |
| 42 | + "post-load-plugins": "0.0.7", |
| 43 | + "posthtml": "^0.9.2", |
| 44 | + "yargs": "^6.6.0" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "ava": "*", |
|
52 | 52 | "conventional-changelog-lint": "^1.1.0", |
53 | 53 | "coveralls": "^2.11.15", |
54 | 54 | "cpy": "^5.0.0", |
55 | | - "eslint": "^3.12.2", |
| 55 | + "eslint": "^3.14.0", |
56 | 56 | "eslint-config-standard": "^6.2.1", |
57 | 57 | "eslint-formatter-pretty": "^1.1.0", |
58 | | - "eslint-plugin-ava": "^4.0.0", |
59 | | - "eslint-plugin-babel": "^4.0.0", |
| 58 | + "eslint-plugin-ava": "^4.0.1", |
| 59 | + "eslint-plugin-babel": "^4.0.1", |
60 | 60 | "eslint-plugin-markdown": "^1.0.0-beta.3", |
61 | 61 | "eslint-plugin-promise": "^3.4.0", |
62 | 62 | "eslint-plugin-require-path-exists": "^1.1.5", |
63 | 63 | "eslint-plugin-standard": "^2.0.1", |
64 | 64 | "execa": "^0.6.0", |
65 | | - "husky": "^0.12.0", |
| 65 | + "husky": "^0.13.0", |
66 | 66 | "np": "^2.12.0", |
67 | | - "nyc": "^10.0.1-candidate.0", |
| 67 | + "nyc": "^10.1.2", |
68 | 68 | "posthtml-bem": "^0.2.2", |
69 | 69 | "posthtml-css-modules": "^0.1.1", |
70 | 70 | "posthtml-custom-elements": "^1.0.3", |
|
0 commit comments