Skip to content

Commit 8911ee0

Browse files
committed
build: update depDev
1 parent 3840b4e commit 8911ee0

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

package.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,40 +30,40 @@
3030
"cli"
3131
],
3232
"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"
3737
},
3838
"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",
4141
"ava": "*",
42-
"babel-eslint": "^8.0.1",
42+
"babel-eslint": "^8.2.1",
4343
"clinton": "^0.13.0",
44-
"conventional-changelog-cli": "^1.3.4",
44+
"conventional-changelog-cli": "^1.3.5",
4545
"coveralls": "^3.0.0",
4646
"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",
4949
"eslint-formatter-pretty": "^1.3.0",
50-
"eslint-plugin-ava": "^4.2.2",
50+
"eslint-plugin-ava": "^4.4.0",
5151
"eslint-plugin-babel": "^4.1.2",
52-
"eslint-plugin-import": "^2.7.0",
52+
"eslint-plugin-import": "^2.8.0",
5353
"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",
5656
"eslint-plugin-standard": "^3.0.1",
57-
"execa": "^0.8.0",
57+
"execa": "^0.9.0",
5858
"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",
6262
"path-exists": "^3.0.0",
6363
"posthtml-bem": "^0.2.2",
6464
"posthtml-css-modules": "^0.1.3",
6565
"posthtml-custom-elements": "^1.1.0",
66-
"read-pkg": "^2.0.0",
66+
"read-pkg": "^3.0.0",
6767
"tempfile": "^2.0.0"
6868
},
6969
"lint-staged": {
@@ -74,7 +74,6 @@
7474
"customElements": {}
7575
},
7676
"eslintConfig": {
77-
"format": "node_modules/eslint-formatter-pretty",
7877
"parser": "babel-eslint",
7978
"plugins": [
8079
"ava",

0 commit comments

Comments
 (0)