Skip to content

Commit

Permalink
Merge next into master (#161)
Browse files Browse the repository at this point in the history
* Update for v5 (#157)

* update fastify deps

---------

Co-authored-by: Mohammed Bilal Shareef <[email protected]>
  • Loading branch information
jsumners and bilalshareef authored Jul 3, 2024
1 parent 0fe9bf1 commit d7dbbdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
lint: true
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
},
"homepage": "https://github.com/fastify/fastify-sensible#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"standard": "^17.0.0",
"tap": "^16.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.3",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0"
},
"dependencies": {
"@lukeed/ms": "^2.0.1",
"@lukeed/ms": "^2.0.2",
"dequal": "^2.0.3",
"fastify-plugin": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"forwarded": "^0.2.0",
"http-errors": "^2.0.0",
"type-is": "^1.6.18",
Expand Down

0 comments on commit d7dbbdf

Please sign in to comment.