FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: add missing zod dependency · TanStack/cli@a8faa9f · GitHub

/ cli Public

Commit a8faa9f

Browse files
committed
chore: add missing zod dependency
1 parent 3f38875 commit a8faa9f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎packages/create/src/frameworks/react/add-ons/strapi/README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ For production, update this to your deployed Strapi URL.
124124
| `react-markdown` | Markdown rendering |
125125
| `remark-gfm` | GitHub Flavored Markdown |
126126
| `use-debounce` | Debounced search input |
127+
| `zod` | Runtime schema validation and parsing |
127128

128129
### Running Both Servers
129130

‎packages/create/src/frameworks/react/add-ons/strapi/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"lucide-react": "^0.577.0",
55
"react-markdown": "^9.0.1",
66
"remark-gfm": "^4.0.0",
7-
"use-debounce": "^10.1.0"
7+
"use-debounce": "^10.1.0",
8+
"zod": "^4.3.6"
89
}
910
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL