Skip to content

Commit

Permalink
Fix peer dependency specification of to-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Nov 15, 2024
1 parent b7ca321 commit de51f7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/to-json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"eslint-plugin-security": "^2.1.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"valibot": "^1.0.0-beta.0",
"valibot": "^1.0.0-beta.5",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0"
},
"peerDependencies": {
"valibot": "^1.0.0"
"valibot": "^1.0.0 || ^1.0.0-beta.5 || ^1.0.0-rc"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit de51f7e

Please sign in to comment.