Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Jun 14, 2024
1 parent d2e4c2c commit 2ccfcb6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 22 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]
### Changed
- fix: fix passing opts in js generator template
- chore: updated dependencies
- @biomejs/biome ^1.6.3 → ^1.8.1
- c8 ^10.1.1 → ^10.1.2
- fastify ^4.26.2 → ^4.28.0
- fastify-cli ^6.1.1 → ^6.2.1

## [4.6.0] 12-04-2024
### Changed
Expand Down
8 changes: 4 additions & 4 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.0"
},
"devDependencies": {
"fastify": "^4.26.2",
"fastify-cli": "^6.1.1",
"c8": "^10.1.1",
"@biomejs/biome": "^1.6.3"
"fastify": "^4.28.0",
"fastify-cli": "^6.2.1",
"c8": "^10.1.2",
"@biomejs/biome": "^1.8.1"
}
}
8 changes: 4 additions & 4 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.26.2",
"fastify-cli": "^6.1.1",
"c8": "^10.1.1",
"@biomejs/biome": "^1.6.3"
"fastify": "^4.28.0",
"fastify-cli": "^6.2.1",
"c8": "^10.1.2",
"@biomejs/biome": "^1.8.1"
}
}
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 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.6.3",
"c8": "^10.1.1",
"fastify": "^4.26.2",
"fastify-cli": "^6.1.1"
"@biomejs/biome": "^1.8.1",
"c8": "^10.1.2",
"fastify": "^4.28.0",
"fastify-cli": "^6.2.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ccfcb6

Please sign in to comment.