Skip to content

Commit

Permalink
Update dependencies fastify 4.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Feb 17, 2024
1 parent 91f05a7 commit daa0511
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 33 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]
### Changed
- update: added a note on using sub schemas to the documentation
- update: added a note on using subschemas to the documentation
- chore: removed husky as a dependency
- updated dependencies
- @biomejs/biome ^1.5.2 → ^1.5.3
- @seriousme/openapi-schema-validator ^2.1.5 → ^2.2.1
- fastify ^4.25.2 → ^4.26.1
- fastify-cli ^6.0.1 → ^6.1.1

## [4.4.3] 19-01-2024
### Changed
Expand Down
5 changes: 2 additions & 3 deletions examples/generated-javascript-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"@seriousme/openapi-schema-validator": "^2.1.5",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"fastify-openapi-glue": "^4.4.2"
"fastify-openapi-glue": "^4.4.3"
},
"devDependencies": {
"fastify": "^4.25.2",
"fastify-cli": "^6.0.1",
"c8": "^9.1.0",
"@biomejs/biome": "^1.5.2",
"husky": "^8.0.3"
"@biomejs/biome": "^1.5.2"
}
}
3 changes: 1 addition & 2 deletions examples/generated-standaloneJS-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"fastify": "^4.25.2",
"fastify-cli": "^6.0.1",
"c8": "^9.1.0",
"@biomejs/biome": "^1.5.2",
"husky": "^8.0.3"
"@biomejs/biome": "^1.5.2"
}
}
24 changes: 1 addition & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"dev": "fastify start -l info -P examples/petstore/index.js",
"updateChecksums": "node test/update-checksums.js",
"preversion": "npm test && git add examples/generated-*-project/package.json",
"postversion": "git push && git push --tags",
"prepare": "husky install"
"postversion": "git push && git push --tags"
},
"author": "Hans Klunder",
"license": "MIT",
Expand All @@ -42,8 +41,7 @@
"@biomejs/biome": "^1.5.2",
"c8": "^9.1.0",
"fastify": "^4.25.2",
"fastify-cli": "^6.0.1",
"husky": "^9.0.1"
"fastify-cli": "^6.0.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit daa0511

Please sign in to comment.