Skip to content

Commit a3e5280

Browse files
committed
chore: update zod to version 4.1.1 and fix package descriptions
1 parent a4c9f55 commit a3e5280

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@eslint-react/monorepo",
33
"version": "2.0.0-beta.43",
44
"private": true,
5-
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
5+
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
77
"react",
88
"eslint",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@eslint-react/kit": "workspace:*",
3939
"@typescript-eslint/utils": "^8.40.0",
4040
"ts-pattern": "^5.8.0",
41-
"zod": "^4.1.0"
41+
"zod": "^4.1.1"
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",

packages/utilities/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@eslint-react/eff": "workspace:*",
3939
"@typescript-eslint/utils": "^8.40.0",
4040
"ts-pattern": "^5.8.0",
41-
"zod": "^4.1.0"
41+
"zod": "^4.1.1"
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",

pnpm-lock.yaml

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)