Skip to content

Commit

Permalink
Update dependencies Biome 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Aug 7, 2024
1 parent c39eca8 commit 6694b30
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]
### Changed
- feat: added addCookieSchema option, see docs/cookieValidationHowTo.md

## [4.7.0] 07/08/2024
### Changed
- feat: added addCookieSchema option, see docs/cookieValidationHowTo.md (@pcafstockf)
- chore: updated dependencies
- @biomejs/biome ^1.8.1 → ^1.8.3
- fastify ^4.28.0 → ^4.28.1
- fastify-cli ^6.2.1 → ^6.3.0


## [4.6.1] 14-06-2024
### 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 @@ -19,9 +19,9 @@
"fastify-openapi-glue": "^4.6.1"
},
"devDependencies": {
"fastify": "^4.28.0",
"fastify-cli": "^6.2.1",
"fastify": "^4.28.1",
"fastify-cli": "^6.3.0",
"c8": "^10.1.2",
"@biomejs/biome": "^1.8.1"
"@biomejs/biome": "^1.8.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 @@ -18,9 +18,9 @@
"minimist": "^1.2.8"
},
"devDependencies": {
"fastify": "^4.28.0",
"fastify-cli": "^6.2.1",
"fastify": "^4.28.1",
"fastify-cli": "^6.3.0",
"c8": "^10.1.2",
"@biomejs/biome": "^1.8.1"
"@biomejs/biome": "^1.8.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 @@ -38,10 +38,10 @@
"bin": "./bin"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@biomejs/biome": "^1.8.3",
"c8": "^10.1.2",
"fastify": "^4.28.0",
"fastify-cli": "^6.2.1"
"fastify": "^4.28.1",
"fastify-cli": "^6.3.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6694b30

Please sign in to comment.