Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 12, 2022
1 parent bccbfdb commit b78b6ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": ">=14.16"
},
"scripts": {
"test": "xo && npm run build && ava",
"test": "xo && npm run build && ava --timeout=2m --serial",
"debug": "PWDEBUG=1 ava --timeout=2m",
"release": "np",
"build": "del-cli distribution && tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -54,24 +54,24 @@
"@type-challenges/utils": "^0.1.1",
"@types/body-parser": "^1.19.2",
"@types/busboy": "^0.3.1",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/node-fetch": "^2.6.2",
"abort-controller": "^3.0.0",
"ava": "4.3.0",
"body-parser": "^1.20.0",
"ava": "^4.3.3",
"body-parser": "^1.20.1",
"busboy": "^0.3.1",
"del-cli": "^4.0.1",
"delay": "^5.0.0",
"express": "^4.18.1",
"expect-type": "^0.14.2",
"express": "^4.18.2",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"pify": "^6.1.0",
"playwright-chromium": "^1.22.2",
"playwright-chromium": "^1.27.1",
"raw-body": "^2.5.1",
"ts-node": "^10.8.1",
"typescript": "~4.7.4",
"xo": "^0.50.0",
"expect-type": "^0.13.0"
"typescript": "^4.8.4",
"xo": "^0.50.0"
},
"sideEffects": false,
"xo": {
Expand Down

0 comments on commit b78b6ac

Please sign in to comment.