Skip to content

Commit

Permalink
chore: update zod to 3.21.4 (#201)
Browse files Browse the repository at this point in the history
* chore: update zod to 3.21.4

* changeset

* Fix TS false positive

---------

Co-authored-by: Grant Sander <gksander93@gmail.com>
  • Loading branch information
heggemsnes and gksander committed Jun 28, 2023
1 parent 7dae760 commit 7ba153d
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 44 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-crews-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"groqd": patch
---

update zod to 3.21.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "pnpm run -r build",
"changeset": "changeset",
"version": "pnpm changeset version && pnpm install --no-frozen-lockfile",
"dev:docs": "pnpm run --filter website start",
"dev:docs": "pnpm run --filter website dev",
"build:docs": "pnpm run build:lib && pnpm run --filter website build",
"build:docs:vercel": "pnpm run build:lib && pnpm run --filter website build:vercel",
"dev:playground": "concurrently \"pnpm run --filter groqd dev\" \"pnpm run --filter groqd-playground-editor dev\" \"pnpm run --filter groqd-playground dev\" \"pnpm run --filter playground-example dev\"",
Expand Down
6 changes: 3 additions & 3 deletions packages/groqd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"groq-js": "^1.1.1",
"tiny-invariant": "^1.3.1",
"tsup": "^6.3.0",
"vitest": "^0.28.5",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"vitest": "^0.28.5"
},
"dependencies": {
"zod": "3.20.2"
"zod": "3.21.4"
},
"engines": {
"node": ">= 14"
Expand Down
Loading

1 comment on commit 7ba153d

@vercel
Copy link

@vercel vercel bot commented on 7ba153d Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

groqd – ./

groqd-formidable-labs.vercel.app
groqd.vercel.app
groqd-git-main-formidable-labs.vercel.app

Please sign in to comment.