Skip to content

Commit

Permalink
fix(zui): Fix missing memo deps (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescatta authored Jun 4, 2024
1 parent 9ce8fe7 commit 77bc18b
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 108 deletions.
9 changes: 6 additions & 3 deletions zui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/zui",
"version": "0.8.3",
"version": "0.8.4",
"description": "An extension of Zod for working nicely with UIs and JSON Schemas",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -55,11 +55,14 @@
"tsx": "^4.7.2",
"typescript": "5.4.5",
"vite": "^5.2.6",
"vitest": "1.5.2"
"vitest": "1.5.2",
"react": "^18.2.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.5.5",
"lodash": "^4.17.21",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^18.2.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 77bc18b

Please sign in to comment.