Skip to content

Commit

Permalink
fix(zui): react peer dependency is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed Jan 23, 2025
1 parent 2c0255b commit 3e2d5d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/zui",
"version": "0.13.4",
"version": "0.13.5",
"description": "A fork of Zod with additional features",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -56,6 +56,11 @@
"peerDependencies": {
"react": "^18.2.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/botpress/packages"
Expand Down

0 comments on commit 3e2d5d4

Please sign in to comment.