Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Oct 4, 2023
1 parent fce827b commit c4f18ad
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
## [Unreleased]
### Changed

## [4.4.0] 04-10-2023
### Changed
- feat: Make initialize on Security Handlers async (AlexBroadbent)
- updated dependencies
- @biomejs/biome ^1.1.2 → ^1.2.2
- @seriousme/openapi-schema-validator ^2.1.1 → ^2.1.2
- fastify ^4.23.1 → ^4.23.2


## [4.3.3] 13-09-2023
### Changed
- chore: replace Rome by Biome
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.1",
"@seriousme/openapi-schema-validator": "^2.1.2",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"fastify-openapi-glue": "^4.3.3"
},
"devDependencies": {
"fastify": "^4.23.1",
"fastify": "^4.23.2",
"fastify-cli": "^5.8.0",
"tap": "",
"c8": "^8.0.1",
"@biomejs/biome": "^1.1.2",
"@biomejs/biome": "^1.2.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.1",
"@seriousme/openapi-schema-validator": "^2.1.2",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8"
},
"devDependencies": {
"fastify": "^4.23.1",
"fastify": "^4.23.2",
"fastify-cli": "^5.8.0",
"tap": "",
"c8": "^8.0.1",
"@biomejs/biome": "^1.1.2",
"@biomejs/biome": "^1.2.2",
"husky": "^8.0.3"
}
}
6 changes: 3 additions & 3 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.1",
"@seriousme/openapi-schema-validator": "^2.1.2",
"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.1.2",
"@biomejs/biome": "^1.2.2",
"c8": "^8.0.1",
"fastify": "^4.23.1",
"fastify": "^4.23.2",
"fastify-cli": "^5.8.0",
"husky": "^8.0.3"
},
Expand Down

0 comments on commit c4f18ad

Please sign in to comment.