Skip to content

Commit

Permalink
Merge pull request #24 from asteasolutions/bugfix/#23-make-peer-depen…
Browse files Browse the repository at this point in the history
…dency-major-version

Make the zod dependency a major version
  • Loading branch information
AGalabov authored Jul 1, 2022
2 parents 2251f9e + 00247ab commit 58f6954
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"openapi3-ts": "^2.0.2"
},
"peerDependencies": {
"zod": "~3.14.4"
"zod": "^3.14.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"yaml": "^2.0.0",
"zod": "~3.14.4"
"zod": "^3.14.0"
},
"author": "Astea Solutions <info@asteasolutions.com>",
"license": "MIT"
}
}

0 comments on commit 58f6954

Please sign in to comment.