We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada31a2 commit 423ea99Copy full SHA for 423ea99
package.json
@@ -39,8 +39,8 @@
39
"author": "metcoder95 <me@metcoder.dev>",
40
"license": "MIT",
41
"devDependencies": {
42
- "@types/node": "^14.18.13",
43
- "fastify": "^3.28.0",
+ "@types/node": "^18.7.23",
+ "fastify": "^4.6.0",
44
"husky": "^7.0.2",
45
"nodemon": "^2.0.15",
46
"snazzy": "^9.0.0",
@@ -51,8 +51,8 @@
51
"undici": "^5.0.0"
52
},
53
"dependencies": {
54
- "@fastify/error": "^2.0.0",
55
- "fastify-plugin": "^3.0.1"
+ "@fastify/error": "^3.0.0",
+ "fastify-plugin": "^4.2.1"
56
57
"tsd": {
58
"directory": "test"
0 commit comments