Skip to content

Commit

Permalink
Merge pull request #13 from awkaiser-tr/master
Browse files Browse the repository at this point in the history
Remove `react` peer dep + expand `zod` support
  • Loading branch information
robertLichtnow authored Jan 3, 2023
2 parents 9c5bf76 + 5509bf3 commit 7d4e87f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
"semantic-release": "^17.4.5",
"ts-jest": "^27.0.4",
"typescript": "~4.6.3",
"zod": "~3.14.4"
"zod": "^3.14.4"
},
"peerDependencies": {
"formik": "^2.2.9",
"react": "^17.0.2",
"zod": "~3.14.4"
"zod": "^3.14.4"
},
"jest": {
"coverageDirectory": "./coverage/",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5503,7 +5503,7 @@ yargs@^16.0.3, yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

zod@~3.14.4:
version "3.14.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.14.4.tgz#e678fe9e5469f4663165a5c35c8f3dc66334a5d6"
integrity sha512-U9BFLb2GO34Sfo9IUYp0w3wJLlmcyGoMd75qU9yf+DrdGA4kEx6e+l9KOkAlyUO0PSQzZCa3TR4qVlcmwqSDuw==
zod@^3.14.4:
version "3.19.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.19.1.tgz#112f074a97b50bfc4772d4ad1576814bd8ac4473"
integrity sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==

0 comments on commit 7d4e87f

Please sign in to comment.