Skip to content

Commit 07ca051

Browse files
committed
Add TypeBox dependency to generated app
1 parent 3982eb5 commit 07ca051

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/generators/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"@types/mocha": "^10.0.10",
8080
"@types/node": "^24.3.1",
8181
"@types/prettier": "^2.7.3",
82+
"@sinclair/typebox": "^0.34.0",
8283
"axios": "^1.11.0",
8384
"knex": "^3.1.0",
8485
"mocha": "^11.7.2",

packages/generators/src/app/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ export const generate = (ctx: AppGeneratorArguments) =>
182182

183183
if (schema === 'typebox') {
184184
dependencies.push('@feathersjs/typebox')
185+
dependencies.push('@sinclair/typebox')
185186
}
186187

187188
return addVersions(dependencies, dependencyVersions)

0 commit comments

Comments
 (0)