Skip to content

Commit 30539de

Browse files
committed
Bumped v4.0.0
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent b523703 commit 30539de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/type-provider-json-schema-to-ts",
3-
"version": "4.0.0-pre.fv5.1",
3+
"version": "4.0.0",
44
"description": "A Type Provider for json-schema-to-ts over Fastify",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -29,6 +29,9 @@
2929
"tsd": {
3030
"directory": "types"
3131
},
32+
"dependencies": {
33+
"json-schema-to-ts": "^3.1.0"
34+
},
3235
"devDependencies": {
3336
"@fastify/pre-commit": "^2.1.0",
3437
"@types/node": "^20.14.2",
@@ -39,9 +42,8 @@
3942
"eslint-plugin-import": "^2.29.1",
4043
"eslint-plugin-n": "^16.6.2",
4144
"eslint-plugin-promise": "^6.2.0",
42-
"fastify": "^5.0.0-alpha.3",
45+
"fastify": "^5.0.0-alpha.4",
4346
"fastify-tsconfig": "^2.0.0",
44-
"json-schema-to-ts": "^3.1.0",
4547
"rimraf": "^5.0.7",
4648
"tsd": "^0.31.0",
4749
"typescript": "^5.4.5"

0 commit comments

Comments
 (0)