diff --git a/.changeset/six-grapes-shave.md b/.changeset/six-grapes-shave.md new file mode 100644 index 0000000..d810844 --- /dev/null +++ b/.changeset/six-grapes-shave.md @@ -0,0 +1,5 @@ +--- +"stream-hooks": patch +--- + +adjust peer and dev deps diff --git a/bun.lockb b/bun.lockb index ccf1357..8fe580c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/public-packages/hooks/package.json b/public-packages/hooks/package.json index 552c8ff..932a019 100644 --- a/public-packages/hooks/package.json +++ b/public-packages/hooks/package.json @@ -34,7 +34,6 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "devDependencies": { - "zod-stream": "workspace:*", "@repo/eslint-config": "workspace:*", "@repo/tailwind-config": "workspace:*", "@repo/typescript-config": "workspace:*", @@ -51,7 +50,7 @@ "tsup": "^8.0.1" }, "peerDependencies": { - "zod-stream": ">=0.0.1", + "zod-stream": "^0.0.7", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": ">=3.22.4"