Skip to content

Commit

Permalink
Merge pull request #514 from seriousme/update-dependencies-fastify-4-…
Browse files Browse the repository at this point in the history
…23-1

chore: update dependencies
  • Loading branch information
seriousme authored Sep 13, 2023
2 parents d99c8f6 + a9c0228 commit 68e2816
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## [Unreleased]
### Changed

## [4.3.3] 13-09-2023
### Changed
- chore: replace Rome by Biome
- fix: removed tap as a dependency
- fix: replaced deprecated routeOption and routeSchema in documentation and tests
- updated dependencies
- @seriousme/openapi-schema-validator ^2.1.0 → ^2.1.1
- fastify ^4.21.0 → ^4.23.1

## [4.3.2] 17-08-2023
### Changed
Expand Down
6 changes: 3 additions & 3 deletions examples/generated-javascript-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
},
"dependencies": {
"fastify-plugin": "^4.5.1",
"@seriousme/openapi-schema-validator": "^2.1.0",
"@seriousme/openapi-schema-validator": "^2.1.1",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"fastify-openapi-glue": "^4.3.2"
},
"devDependencies": {
"fastify": "^4.21.0",
"fastify": "^4.23.1",
"fastify-cli": "^5.8.0",
"tap": "",
"c8": "^8.0.1",
"@biomejs/biome": "^1.0.0",
"@biomejs/biome": "^1.1.2",
"husky": "^8.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/generated-standaloneJS-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"dependencies": {
"fastify-plugin": "^4.5.1",
"@seriousme/openapi-schema-validator": "^2.1.0",
"@seriousme/openapi-schema-validator": "^2.1.1",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8"
},
"devDependencies": {
"fastify": "^4.21.0",
"fastify": "^4.23.1",
"fastify-cli": "^5.8.0",
"tap": "",
"c8": "^8.0.1",
"@biomejs/biome": "^1.0.0",
"@biomejs/biome": "^1.1.2",
"husky": "^8.0.3"
}
}
34 changes: 17 additions & 17 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"openapi-glue": "./bin/openapi-glue-cli.js"
},
"dependencies": {
"@seriousme/openapi-schema-validator": "^2.1.0",
"@seriousme/openapi-schema-validator": "^2.1.1",
"fastify-plugin": "^4.5.1",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8"
Expand All @@ -39,9 +39,9 @@
"bin": "./bin"
},
"devDependencies": {
"@biomejs/biome": "^1.0.0",
"@biomejs/biome": "^1.1.2",
"c8": "^8.0.1",
"fastify": "^4.21.0",
"fastify": "^4.23.1",
"fastify-cli": "^5.8.0",
"husky": "^8.0.3"
},
Expand Down

0 comments on commit 68e2816

Please sign in to comment.