Skip to content

Commit 8170d2f

Browse files
committed
feat(typebox): Update to latest TypeBox
1 parent 73d081c commit 8170d2f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "npm run prettier && npm run eslint",
3939
"compile": "lerna run compile",
4040
"build:docs": "npm run build --workspace docs",
41-
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\",\"@types/express\",\"@types/express-serve-static-core\"",
41+
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@types/express\",\"@types/express-serve-static-core\"",
4242
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
4343
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
4444
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests",

packages/generators/src/commons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export const PRETTIERRC: PrettierOptions = {
236236
endOfLine: 'auto',
237237
jsxSingleQuote: false,
238238
quoteProps: 'as-needed'
239-
};
239+
}
240240

241241
/*
242242
* Format a source file using Prettier. Will use the local configuration, the settings set in

packages/typebox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@feathersjs/schema": "^5.0.32",
58-
"@sinclair/typebox": "^0.25.0"
58+
"@sinclair/typebox": "^0.34.0"
5959
},
6060
"devDependencies": {
6161
"@types/mocha": "^10.0.10",
@@ -65,4 +65,4 @@
6565
"typescript": "^5.7.3"
6666
},
6767
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
68-
}
68+
}

0 commit comments

Comments
 (0)