Skip to content

Commit

Permalink
chore: update min fastify version (#168)
Browse files Browse the repository at this point in the history
* chore: update min fastify version

* build: update dependencies

* chore: update workflows and fixed fastify version

---------

Co-authored-by: KaKa <[email protected]>
  • Loading branch information
Fdawgs and climba03003 authored Aug 14, 2024
1 parent 780fc8a commit f496b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function fastifySwaggerUi (fastify, opts) {
}

module.exports = fp(fastifySwaggerUi, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/swagger-ui',
dependencies: ['@fastify/swagger']
})
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"homepage": "https://github.com/fastify/fastify-swagger-ui#readme",
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@fastify/basic-auth": "^5.1.1",
"@fastify/helmet": "^11.1.1",
"@fastify/basic-auth": "^6.0.0-pre.fv5.2",
"@fastify/helmet": "^12.0.0-pre.fv5.2",
"@fastify/pre-commit": "^2.1.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger": "^9.0.0-pre.fv5.1",
"@playwright/test": "^1.43.1",
"@tapjs/snapshot": "^4.0.0",
"@types/node": "^22.0.0",
"ajv": "^8.12.0",
"fastify": "^4.26.2",
"fastify": "5.0.0-alpha.3",
"fs-extra": "^11.2.0",
"qs": "^6.12.1",
"standard": "^17.1.0",
Expand All @@ -64,8 +64,8 @@
"tsd": "^0.31.0"
},
"dependencies": {
"@fastify/static": "^7.0.3",
"fastify-plugin": "^4.5.1",
"@fastify/static": "^8.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"openapi-types": "^12.1.3",
"rfdc": "^1.3.1",
"yaml": "^2.4.1"
Expand Down

0 comments on commit f496b19

Please sign in to comment.