Skip to content

Commit

Permalink
Merge next into main (#133)
Browse files Browse the repository at this point in the history
* Update for v5 (#131)

* Update for v5 (#131)

* update deps

---------

Co-authored-by: Mohammed Bilal Shareef <[email protected]>
  • Loading branch information
jsumners and bilalshareef authored Jun 26, 2024
1 parent a9cabb0 commit f3720e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"lint:fix": "standard --fix"
},
"dependencies": {
"fastify-plugin": "^4.0.0"
"fastify-plugin": "^4.5.1"
},
"peerDependencies": {
"fastify": "^4.0.0",
"toad-scheduler": ">= 2.0.0 < 4"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@sinonjs/fake-timers": "^11.0.0",
"@types/node": "^20.1.0",
"fastify": "^4.8.1",
"prettier": "^3.0.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"toad-scheduler": "^3.0.0",
"tsd": "^0.31.0"
"@fastify/pre-commit": "^2.1.0",
"@sinonjs/fake-timers": "^11.2.2",
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.2",
"prettier": "^3.2.5",
"standard": "^17.1.0",
"tap": "^20.0.0",
"toad-scheduler": "^3.0.1",
"tsd": "^0.31.1"
},
"homepage": "http://github.com/fastify/fastify-schedule",
"repository": {
Expand Down

0 comments on commit f3720e4

Please sign in to comment.