Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 28, 2024
1 parent f0d5781 commit 2ca2c5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"prettier": "prettier --write \"{lib,test,test-tap}/**/*.js\" index.js \"types/**/*.ts\""
},
"dependencies": {
"fastify-plugin": "^4.5.1"
"fastify-plugin": "^5.0.0-pre.fv5.1"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"superagent": "^8.1.2",
"tap": "^18.7.1",
"tsd": "^0.30.7"
"tap": "^20.0.1",
"tsd": "^0.31.1"
},
"homepage": "http://github.com/fastify/fastify-request-context",
"repository": {
Expand Down

0 comments on commit 2ca2c5d

Please sign in to comment.