Skip to content

Commit

Permalink
fix: upgrade to fastify-plugin v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires fastify 5.x
  • Loading branch information
wkillerud committed Nov 7, 2024
1 parent 161cbd0 commit 42db26a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/layout-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ export default fp(
},
{
name: 'podium-layout',
fastify: '5.x',
},
);
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,18 @@
},
"author": "Trygve Lie",
"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.2",
"@podium/layout": "5.2.7",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "3.0.11",
"@podium/typescript-config": "1.0.0",
"eslint": "9.13.0",
"fastify": "4.28.1",
"fastify-formbody": "5.3.0",
"fastify": "5.1.0",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"semantic-release": "24.1.2",
Expand Down

0 comments on commit 42db26a

Please sign in to comment.