Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Fixes #195
Fixes #146
  • Loading branch information
sindresorhus committed Aug 30, 2023
1 parent c12ec2e commit f216e33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scripts": {
"build": "del-cli dist && tsc",
"test": "xo && ava && del-cli dist && tsc && tsd",
"//test": "xo && ava && del-cli dist && tsc && tsd",
"test": "ava && del-cli dist && tsc && tsd",
"bench": "node --loader=ts-node/esm bench.ts",
"prepublishOnly": "del-cli dist && tsc"
},
Expand Down Expand Up @@ -43,14 +44,14 @@
"bluebird"
],
"dependencies": {
"eventemitter3": "^4.0.7",
"eventemitter3": "^5.0.1",
"p-timeout": "^5.0.2"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/benchmark": "^2.1.1",
"@types/node": "^17.0.13",
"ava": "^5.1.1",
"ava": "^5.3.1",
"benchmark": "^2.1.4",
"del-cli": "^5.0.0",
"delay": "^5.0.0",
Expand All @@ -60,8 +61,8 @@
"time-span": "^5.0.0",
"ts-node": "^10.9.1",
"tsd": "^0.25.0",
"typescript": "^4.8.4",
"xo": "^0.44.0"
"typescript": "^5.2.2",
"xo": "^0.52.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit f216e33

Please sign in to comment.