Skip to content

Commit

Permalink
chore(eslint-config): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 21, 2024
1 parent da82c52 commit c9ba48c
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-hook-form": "7.51.3",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.0",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.5",
"engines": {
"node": "20.12.2",
"pnpm": "9.0.4"
"pnpm": "9.0.5"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"remeda": "1.60.1",
"slugify": "1.6.6",
"tiny-invariant": "1.3.3",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@turbo/gen": "1.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"aws-jwt-verify": "4.0.1",
"tiny-invariant": "1.3.3",
"tslog": "4.9.2",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@types/eslint": "8.56.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
"superjson": "2.2.1",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@octokit/core": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.3.0",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"eslint": "9.0.0",
"eslint": "9.1.0",
"next": "14.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type-fest": "4.15.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.22.5"
"zod": "3.23.0"
},
"peerDependencies": {
"@emotion/react": "11.11.4",
Expand Down
84 changes: 42 additions & 42 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 c9ba48c

Please sign in to comment.