Skip to content

Commit

Permalink
bump zod to 3.21.3, override eslint-plugin-turbo to 0.0.8
Browse files Browse the repository at this point in the history
eslint-plugin-turbo has a bug in 0.0.9 that causes massive slowdowns.
  • Loading branch information
JoeKarow committed Mar 6, 2023
1 parent 5bd2480 commit 2a0f7be
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 37 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.2.0",
"zod": "3.21.2"
"zod": "3.21.3"
},
"devDependencies": {
"@playwright/test": "1.31.2",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@floating-ui/react-dom-interactions": "npm:@floating-ui/react@^0.17.0",
"@npmcli/move-file": "npm:@npmcli/fs@^2.0.0",
"chokidar": ">=3.0.0",
"[email protected]": "0.0.8",
"glob-parent@<5.1.2": ">=5.1.2",
"http-cache-semantics@<=4.1.0": "^4.1.1",
"listr2@<5": ">=5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"nanoid": "4.0.1",
"superjson": "1.12.2",
"tiny-invariant": "1.3.1",
"zod": "3.21.2"
"zod": "3.21.3"
},
"devDependencies": {
"@types/eslint": "8.21.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
"zod": "3.21.2"
"zod": "3.21.3"
},
"devDependencies": {
"@types/eslint": "8.21.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@prisma/client": "4.11.0",
"ulid": "2.3.0",
"zod": "3.21.2"
"zod": "3.21.3"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"typescript": "4.9.5",
"ulid": "2.3.0",
"webpack": "5.75.0",
"zod": "3.21.2"
"zod": "3.21.3"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
65 changes: 33 additions & 32 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 2a0f7be

Please sign in to comment.