Skip to content

Commit

Permalink
chore(*): update deps (zod)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 15, 2024
1 parent 237236f commit 07a2ac0
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx commitlint --edit $1
pnpm commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
pnpm lint-staged
2 changes: 1 addition & 1 deletion docs/suspensive.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "catalog:react19",
"remark-sandpack": "^0.0.5",
"sharp": "catalog:",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@suspensive/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "catalog:react19",
"react-dom": "catalog:react19",
"sharp": "catalog:",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@suspensive/eslint-config": "workspace:*",
Expand Down
70 changes: 59 additions & 11 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 07a2ac0

Please sign in to comment.