Skip to content

Commit

Permalink
fix: upgrade fastify-plugin to v5 (#292)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires fastify 5.x
  • Loading branch information
wkillerud authored Nov 8, 2024
1 parent faeea0e commit ed972de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/podlet-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ export default fp(
},
{
name: 'podium-podlet',
fastify: '5.x',
},
);
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"podium"
],
"dependencies": {
"@podium/utils": "5.3.1",
"fastify-plugin": "4.5.1"
"@podium/utils": "5.3.2",
"fastify-plugin": "5.0.1"
},
"devDependencies": {
"@fastify/formbody": "7.4.0",
"@fastify/formbody": "8.0.1",
"@podium/eslint-config": "1.0.0",
"@podium/podlet": "5.1.18",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "2.5.2",
"@podium/typescript-config": "1.0.0",
"eslint": "9.11.1",
"fastify": "4.28.1",
"fastify": "5.1.0",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"semantic-release": "24.1.2",
"tap": "18.8.0",
"tap": "21.0.1",
"typescript": "5.6.2"
}
}

0 comments on commit ed972de

Please sign in to comment.