Skip to content

Commit f7da62d

Browse files
build(deps-dev): bump @fastify/type-provider-typebox from 2.4.0 to 3.2.0 (#257)
* build(deps-dev): bump @fastify/type-provider-typebox from 2.4.0 to 3.2.0 Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 2.4.0 to 3.2.0. - [Release notes](https://github.com/fastify/fastify-type-provider-typebox/releases) - [Commits](fastify/fastify-type-provider-typebox@v2.4.0...v3.2.0) --- updated-dependencies: - dependency-name: "@fastify/type-provider-typebox" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * remove @sinclair/typebox dev dependency because it is part of type-provider-typebox --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Uzlopak <[email protected]>
1 parent 8a11719 commit f7da62d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"homepage": "https://github.com/fastify/fastify-websocket#readme",
2727
"devDependencies": {
2828
"@fastify/pre-commit": "^2.0.2",
29-
"@fastify/type-provider-typebox": "^2.3.0",
30-
"@sinclair/typebox": "^0.25.10",
29+
"@fastify/type-provider-typebox": "^3.2.0",
3130
"@types/node": "^20.1.0",
3231
"@types/ws": "^8.2.2",
3332
"fastify": "^4.16.0",

0 commit comments

Comments
 (0)