Skip to content

Commit ed972de

Browse files
authored
fix: upgrade fastify-plugin to v5 (#292)
BREAKING CHANGE: requires fastify 5.x
1 parent faeea0e commit ed972de

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

lib/podlet-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ export default fp(
8181
},
8282
{
8383
name: 'podium-podlet',
84+
fastify: '5.x',
8485
},
8586
);

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@
4141
"podium"
4242
],
4343
"dependencies": {
44-
"@podium/utils": "5.3.1",
45-
"fastify-plugin": "4.5.1"
44+
"@podium/utils": "5.3.2",
45+
"fastify-plugin": "5.0.1"
4646
},
4747
"devDependencies": {
48-
"@fastify/formbody": "7.4.0",
48+
"@fastify/formbody": "8.0.1",
4949
"@podium/eslint-config": "1.0.0",
5050
"@podium/podlet": "5.1.18",
5151
"@podium/semantic-release-config": "2.0.0",
5252
"@podium/test-utils": "2.5.2",
5353
"@podium/typescript-config": "1.0.0",
5454
"eslint": "9.11.1",
55-
"fastify": "4.28.1",
55+
"fastify": "5.1.0",
5656
"npm-run-all2": "6.2.6",
5757
"prettier": "3.3.3",
5858
"semantic-release": "24.1.2",
59-
"tap": "18.8.0",
59+
"tap": "21.0.1",
6060
"typescript": "5.6.2"
6161
}
6262
}

0 commit comments

Comments
 (0)