Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@fastify/static": "^8.2.0",
"@fastify/swagger": "^9.5.1",
"@fastify/swagger-ui": "^5.2.3",
"@fastify/type-provider-typebox": "^5.2.0",
"@fastify/type-provider-typebox": "^6.1.0",
"@sinclair/typebox": "^0.34.41",
"better-sqlite3": "^11.9.0",
"chalk": "^5.4.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ __metadata:
"@fastify/static": "npm:^8.2.0"
"@fastify/swagger": "npm:^9.5.1"
"@fastify/swagger-ui": "npm:^5.2.3"
"@fastify/type-provider-typebox": "npm:^5.2.0"
"@fastify/type-provider-typebox": "npm:^6.1.0"
"@sinclair/typebox": "npm:^0.34.41"
"@types/better-sqlite3": "npm:^7.6.13"
"@types/node": "npm:^22.13.10"
Expand Down Expand Up @@ -2282,12 +2282,12 @@ __metadata:
languageName: node
linkType: hard

"@fastify/type-provider-typebox@npm:^5.2.0":
version: 5.2.0
resolution: "@fastify/type-provider-typebox@npm:5.2.0"
"@fastify/type-provider-typebox@npm:^6.1.0":
version: 6.1.0
resolution: "@fastify/type-provider-typebox@npm:6.1.0"
peerDependencies:
"@sinclair/typebox": ">=0.26 <=0.34"
checksum: 10/6d3ed4f8ca2e874dc0a00f23a6305aca2171e41a1f3cbf87d634fb96c50f74ecb2814c601e437724734a9425381daaea2283a8bef8fae2b14d8f83e42654a423
typebox: ^1.0.13
checksum: 10/44e43ca5cfe78223676432b477a3ca9064ecb70fedcd74a4395fcc7a053e22ccb0d8b6d5815fff6b12ea83a6d64ab63baaf78924799f448cd7c28b28edc2cde0
languageName: node
linkType: hard

Expand Down
Loading