Skip to content

Commit

Permalink
Mark Zod (+ Tailwind) as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Dec 12, 2024
1 parent 6ff5432 commit 9f23050
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
29 changes: 19 additions & 10 deletions package-lock.json

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

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@
"lint-staged": "^15.2.10",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"zod": "^3.24.1"
},
"dependencies": {
"zod": "^3.23.8"
"peerDependencies": {
"tailwindcss": "^3.0.0",
"zod": "^3.0.0"
},
"peerDependenciesMeta": {
"tailwindcss": {
"optional": true
}
}
}

0 comments on commit 9f23050

Please sign in to comment.