Skip to content

Commit

Permalink
Update dependency zod to ^3.23.8 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 290ef27 commit 71bbbfe
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-fa1f86d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@jakubmazanec/carson': patch
'@jakubmazanec/cli': patch
'@jakubmazanec/error': patch
'@jakubmazanec/template': patch
'@jakubmazanec/zod-utils': patch
---
Dependency `zod` updated to version `^3.23.8`.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/carson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"simple-git": "^3.22.0",
"yaml": "^2.4.3",
"zen-observable": "^0.10.0",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@jakubmazanec/eslint-config": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"latest-version": "^9.0.0",
"lodash": "^4.17.21",
"react-error-boundary": "^4.0.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@jakubmazanec/eslint-config": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typecheck": "tsc --project tsconfig.typecheck.json"
},
"dependencies": {
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@jakubmazanec/eslint-config": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash.omit": "^4.5.0",
"prettier": "^3.2.5",
"yaml": "^2.4.3",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@jakubmazanec/eslint-config": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.5",
"vitest": "^1.3.1",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"peerDependencies": {
"zod": "^3.19.1"
Expand Down

0 comments on commit 71bbbfe

Please sign in to comment.