Skip to content

Commit

Permalink
fix(deps): bump zod
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed Oct 10, 2023
1 parent 1c350be commit 8fd2add
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 37 deletions.
40 changes: 20 additions & 20 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/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "src/index.ts",
"dependencies": {
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/tsconfig": "0.0.0-development",
"lodash": "4.17.21",
"prettier": "2.8.8",
"zod": "3.21.4"
"zod": "3.22.4"
},
"peerDependencies": {
"prettier": "^2.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/tsconfig": "0.0.0-development",
"prettier": "2.8.8",
"zod": "3.21.4"
"zod": "3.22.4"
},
"peerDependencies": {
"prettier": "^2.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@standard-configs/tsconfig": "0.0.0-development",
"prettier": "2.8.8",
"yaml": "2.3.1",
"zod": "3.21.4"
"zod": "3.22.4"
},
"peerDependencies": {
"prettier": "^2.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-json": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-dependabot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-yaml": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@standard-configs/plugin-yaml": "0.0.0-development",
"@standard-configs/prettier-plugin-babel": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-ignore": "0.0.0-development",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@standard-configs/plugin-yaml": "0.0.0-development",
"lodash": "4.17.21",
"toposort": "2.0.2",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-ignore": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@standard-configs/prettier-plugin-semantic-release": "0.0.0-development",
"@standard-configs/prettier-plugin-tsup": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@standard-configs/plugin-json": "0.0.0-development",
"@standard-configs/plugin-yaml": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-probot-auto-assign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-yaml": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-probot-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-yaml": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-json": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-json": "0.0.0-development",
"@standard-configs/prettier-plugin-tsconfig": "0.0.0-development",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin-json": "0.0.0-development",
"lodash": "4.17.21",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@standard-configs/tsconfig": "0.0.0-development",
Expand Down

0 comments on commit 8fd2add

Please sign in to comment.