|
34 | 34 | "cli" |
35 | 35 | ], |
36 | 36 | "dependencies": { |
37 | | - "cosmiconfig": "^5.2.1", |
38 | | - "fast-glob": "^3.0.2", |
| 37 | + "cosmiconfig": "^6.0.0", |
| 38 | + "fast-glob": "^3.1.1", |
39 | 39 | "make-dir": "^3.0.0", |
40 | | - "meow": "^5.0.0", |
41 | | - "merge-options": "^1.0.1", |
42 | | - "posthtml": "^0.11.4", |
| 40 | + "meow": "^6.0.0", |
| 41 | + "merge-options": "^2.0.0", |
| 42 | + "posthtml": "^0.12.0", |
43 | 43 | "to-camel-case": "^1.0.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/cli": "^7.4.4", |
47 | | - "@babel/core": "^7.4.5", |
48 | | - "@babel/node": "^7.4.5", |
49 | | - "@babel/preset-env": "^7.4.5", |
50 | | - "@babel/register": "^7.4.4", |
51 | | - "@commitlint/cli": "^8.0.0", |
52 | | - "@commitlint/config-angular": "^8.0.0", |
53 | | - "acorn": "^6.1.1", |
| 46 | + "@babel/cli": "^7.8.3", |
| 47 | + "@babel/core": "^7.8.3", |
| 48 | + "@babel/node": "^7.8.3", |
| 49 | + "@babel/preset-env": "^7.8.3", |
| 50 | + "@babel/register": "^7.8.3", |
| 51 | + "@commitlint/cli": "^8.3.5", |
| 52 | + "@commitlint/config-angular": "^8.3.4", |
| 53 | + "acorn": "^7.1.0", |
54 | 54 | "ava": "*", |
55 | | - "babel-eslint": "^10.0.2", |
56 | | - "babel-preset-minify": "^0.5.0", |
| 55 | + "babel-eslint": "^10.0.3", |
| 56 | + "babel-preset-minify": "^0.5.1", |
57 | 57 | "clinton": "^0.14.0", |
58 | | - "conventional-changelog-cli": "^2.0.21", |
59 | | - "coveralls": "^3.0.4", |
60 | | - "cpy": "^7.3.0", |
61 | | - "eslint": "^6.0.1", |
62 | | - "eslint-config-xo": "^0.26.0", |
63 | | - "eslint-config-xo-space": "^0.21.0", |
64 | | - "eslint-plugin-ava": "^7.1.0", |
| 58 | + "conventional-changelog-cli": "^2.0.31", |
| 59 | + "coveralls": "^3.0.9", |
| 60 | + "cpy": "^8.0.0", |
| 61 | + "eslint": "^6.8.0", |
| 62 | + "eslint-config-xo": "^0.27.2", |
| 63 | + "eslint-config-xo-space": "^0.22.0", |
| 64 | + "eslint-plugin-ava": "^10.0.0", |
65 | 65 | "eslint-plugin-babel": "^5.3.0", |
66 | 66 | "eslint-plugin-html": "^6.0.0", |
67 | | - "eslint-plugin-import": "^2.18.0", |
68 | | - "eslint-plugin-markdown": "^1.0.0", |
69 | | - "eslint-plugin-node": "^9.1.0", |
| 67 | + "eslint-plugin-import": "^2.20.0", |
| 68 | + "eslint-plugin-markdown": "^1.0.1", |
| 69 | + "eslint-plugin-node": "^11.0.0", |
70 | 70 | "eslint-plugin-promise": "^4.1.1", |
71 | | - "eslint-plugin-unicorn": "^9.1.1", |
72 | | - "execa": "^2.0.0", |
73 | | - "husky": "^2.5.0", |
| 71 | + "eslint-plugin-unicorn": "^15.0.1", |
| 72 | + "execa": "^4.0.0", |
| 73 | + "husky": "^4.0.10", |
74 | 74 | "is-promise": "^2.1.0", |
75 | | - "lint-staged": "^8.2.1", |
| 75 | + "lint-staged": "^10.0.1", |
76 | 76 | "merge": "^1.2.1", |
77 | | - "nyc": "^14.1.1", |
| 77 | + "nyc": "^15.0.0", |
78 | 78 | "posthtml-bem": "^0.2.2", |
79 | 79 | "posthtml-css-modules": "^0.1.3", |
80 | 80 | "posthtml-custom-elements": "^1.1.1", |
81 | | - "read-pkg": "^5.1.1", |
82 | | - "rimraf": "^2.6.3", |
| 81 | + "read-pkg": "^5.2.0", |
| 82 | + "rimraf": "^3.0.0", |
83 | 83 | "tempfile": "^3.0.0" |
84 | 84 | }, |
85 | 85 | "readme": "posthtml/posthtml-cli/readme", |
|
108 | 108 | "@babel/preset-env", |
109 | 109 | { |
110 | 110 | "targets": { |
111 | | - "node": 6 |
| 111 | + "node": 8 |
112 | 112 | } |
113 | 113 | } |
114 | 114 | ], |
|
0 commit comments