Skip to content

Commit

Permalink
Bumped v4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent b523703 commit 30539de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/type-provider-json-schema-to-ts",
"version": "4.0.0-pre.fv5.1",
"version": "4.0.0",
"description": "A Type Provider for json-schema-to-ts over Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,6 +29,9 @@
"tsd": {
"directory": "types"
},
"dependencies": {
"json-schema-to-ts": "^3.1.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.14.2",
Expand All @@ -39,9 +42,8 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"fastify-tsconfig": "^2.0.0",
"json-schema-to-ts": "^3.1.0",
"rimraf": "^5.0.7",
"tsd": "^0.31.0",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 30539de

Please sign in to comment.