Skip to content

Commit

Permalink
update fastify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 2, 2024
1 parent b1286fe commit 6aa9d91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
"license": "MIT",
"devDependencies": {
"@fastify/jwt": "^8.0.0",
"@fastify/leveldb": "^5.1.0",
"@fastify/leveldb": "^6.0.0-pre.fv5.1",
"@fastify/pre-commit": "^2.1.0",
"@fastify/type-provider-json-schema-to-ts": "^3.0.0",
"@fastify/type-provider-typebox": "^4.0.0",
"@fastify/type-provider-json-schema-to-ts": "^4.0.0-pre.fv5.1",
"@fastify/type-provider-typebox": "^5.0.0-pre.fv5.1",
"@types/node": "^20.11.30",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"rimraf": "^5.0.5",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.30.7"
},
"dependencies": {
"fastify-plugin": "^4.5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"reusify": "^1.0.4"
},
"publishConfig": {
Expand Down

0 comments on commit 6aa9d91

Please sign in to comment.