Skip to content

Commit

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

* Update for v5 (#165)

* update deps

---------

Co-authored-by: Mohammed Bilal Shareef <bilalshareef.h@gmail.com>
  • Loading branch information
jsumners and bilalshareef committed Jun 29, 2024
1 parent 5f76c3f commit aed64b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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:
lint: true
license-check: true
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"type": "commonjs",
"types": "types/index.d.ts",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.29",
"fastify": "^5.0.0-alpha.3",
"request": "^2.88.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.31.0"
"standard": "^17.1.0",
"tap": "^20.0.1",
"tsd": "^0.31.1"
},
"dependencies": {
"accepts": "^1.3.5",
"fastify-plugin": "^4.0.0"
"accepts": "^1.3.8",
"fastify-plugin": "^5.0.0-pre.fv5.1"
},
"scripts": {
"lint": "standard | snazzy",
Expand Down

0 comments on commit aed64b0

Please sign in to comment.