Skip to content

Commit e29cacb

Browse files
committed
Update dependencies
1 parent 594f7f4 commit e29cacb

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"dependencies": {
5353
"arrify": "^1.0.1",
5454
"debug": "^3.1.0",
55-
"eslint": "^5.3.0",
56-
"eslint-config-prettier": "^2.9.0",
57-
"eslint-config-xo": "^0.24.1",
55+
"eslint": "^5.5.0",
56+
"eslint-config-prettier": "^3.0.1",
57+
"eslint-config-xo": "^0.25.0",
5858
"eslint-formatter-pretty": "^1.3.0",
5959
"eslint-plugin-ava": "^5.1.0",
60-
"eslint-plugin-import": "^2.13.0",
60+
"eslint-plugin-import": "^2.14.0",
6161
"eslint-plugin-no-use-extend-native": "^0.3.12",
6262
"eslint-plugin-node": "^7.0.0",
6363
"eslint-plugin-prettier": "^2.6.0",
64-
"eslint-plugin-promise": "^3.8.0",
65-
"eslint-plugin-unicorn": "^5.0.0",
64+
"eslint-plugin-promise": "^4.0.0",
65+
"eslint-plugin-unicorn": "^6.0.1",
6666
"get-stdin": "^6.0.0",
6767
"globby": "^8.0.0",
6868
"has-flag": "^3.0.0",
@@ -82,13 +82,13 @@
8282
"xo-init": "^0.7.0"
8383
},
8484
"devDependencies": {
85-
"ava": "*",
85+
"ava": "^0.25.0",
8686
"coveralls": "^3.0.0",
8787
"eslint-config-xo-react": "^0.17.0",
8888
"eslint-plugin-react": "^7.6.1",
89-
"execa": "^0.10.0",
90-
"nyc": "^12.0.2",
91-
"pify": "^3.0.0",
89+
"execa": "^1.0.0",
90+
"nyc": "^13.0.1",
91+
"pify": "^4.0.0",
9292
"proxyquire": "^2.0.1",
9393
"temp-write": "^3.4.0"
9494
},

test/cli-main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ test('reporter option', async t => {
3535

3636
try {
3737
await main(['--reporter=compact', filepath]);
38-
} catch (err) {
39-
t.true(err.stdout.includes('Error - '));
38+
} catch (error) {
39+
t.true(error.stdout.includes('Error - '));
4040
}
4141
});
4242

0 commit comments

Comments
 (0)