Skip to content

Commit

Permalink
fix: remove peer dep from zod form data
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Dec 31, 2024
1 parent c4b16d3 commit 7e7c35d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/zod-form-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-form-data",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "https://github.com/airjp73/rvf/tree/main/packages/zod-form-data",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -25,8 +25,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"zod": ">= 3.11.0",
"@rvf/set-get": ">= 6.0.3 < 8.0.0"
"zod": ">= 3.11.0"
},
"devDependencies": {
"@rvf/set-get": "*",
Expand Down

0 comments on commit 7e7c35d

Please sign in to comment.