Skip to content

Commit

Permalink
chore: bump ava to 6.1.3 that added support for node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Jun 3, 2024
1 parent 5e29ded commit 49116b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"ava": "^6.1.2",
"ava": "^6.1.3",
"c8": "^9.1.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
Expand All @@ -40,5 +40,8 @@
"typedoc": "^0.25.12",
"typescript": "5.4.3",
"vitepress": "^1.0.1"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
}
}
15 changes: 9 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49116b2

Please sign in to comment.