Skip to content

Commit

Permalink
Bump version of ava
Browse files Browse the repository at this point in the history
This allows unpinning the version of `got`
  • Loading branch information
rotu committed Apr 2, 2024
1 parent c4bae5a commit 04a42d7
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 709 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/yargs-parser": "^21.0.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.9.1",
"ava": "^3.10.1",
"ava": "^5.0.0",
"buffer-equal": "^1.0.0",
"codecov": "^3.0.0",
"copyfiles": "^2.4.1",
Expand Down Expand Up @@ -97,12 +97,10 @@
"app"
],
"ava": {
"timeout": "60s"
"timeout": "60s",
"workerThreads": false
},
"funding": {
"url": "https://github.com/electron/packager?sponsor=1"
},
"resolutions": {
"got": "11.8.5"
}
}
Loading

0 comments on commit 04a42d7

Please sign in to comment.