Skip to content

Commit

Permalink
chore(pta): bump peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Jun 20, 2024
1 parent 64c24b2 commit a2503f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pta",
"version": "1.2.0",
"version": "1.3.0",
"description": "Test runner for nodejs using zora",
"type": "module",
"bin": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"zora-reporters": "*"
},
"peerDependencies": {
"zora": "^5.2.0"
"zora": "^6"
}
}

0 comments on commit a2503f9

Please sign in to comment.