Skip to content

Commit

Permalink
chore: bump packages and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Oct 23, 2024
1 parent 98652b0 commit 7ba6fcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"devDependencies": {
"@hapi/code": "^9.0.0",
"@hapi/eslint-plugin": "*",
"@hapi/lab": "^25.0.1",
"@types/node": "^17.0.30",
"typescript": "~4.6.4"
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^7.0.0",
"@hapi/lab": "^26.0.0",
"@types/node": "^18.19.59",
"typescript": "^5.6.3"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ describe('isPromise()', () => {
try {
await Promise.all(items);
}
catch (err) { }
catch { }
});
});

Expand Down

0 comments on commit 7ba6fcd

Please sign in to comment.