Skip to content

Commit 06c47de

Browse files
authored
Update for Fastify v5 (#113)
* update * pre-commit * add old versions
1 parent 83bba39 commit 06c47de

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@
3131
},
3232
"homepage": "https://github.com/fastify/secure-json-parse#readme",
3333
"devDependencies": {
34-
"airtap": "^4.0.1",
34+
"@fastify/pre-commit": "^2.1.0",
35+
"airtap": "^4.0.4",
3536
"airtap-playwright": "^1.0.1",
36-
"nyc": "^14.1.1",
37-
"playwright": "^1.7.1",
38-
"standard": "^17.0.0",
39-
"tape": "^5.1.1",
37+
"nyc": "^15.1.0",
38+
"playwright": "^1.43.1",
39+
"standard": "^17.1.0",
40+
"tape": "^5.7.5",
4041
"tsd": "^0.31.0"
4142
}
4243
}

0 commit comments

Comments
 (0)