Skip to content

Commit

Permalink
fix: base config warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyH820 committed May 13, 2024
1 parent 98352ea commit 259c714
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"pino-pretty": "^11.0.0",
"postgres": "^3.4.4",
"tsx": "^4.7.1",
"zod": "^3.22.4"
"zod": "^3.22.4",
"@zotmeal/tsconfig": "workspace:^0.1.0"
}
}
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"react-hook-form": "^7.51.2",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"@zotmeal/tsconfig": "workspace:^0.1.0"
},
"devDependencies": {
"@types/react": "^18.2.63",
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"prettier": "@zotmeal/prettier-config",
"dependencies": {
"vitest": "^1.4.0"
"vitest": "^1.4.0",
"@zotmeal/tsconfig": "workspace:^"
}
}
3 changes: 2 additions & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"dependencies": {
"@zotmeal/db": "workspace:^",
"@zotmeal/utils": "workspace:^",
"zod": "^3.22.4"
"zod": "^3.22.4",
"@zotmeal/tsconfig": "workspace:^0.1.0"
},
"devDependencies": {
"@zotmeal/eslint-config": "workspace:^",
Expand Down

0 comments on commit 259c714

Please sign in to comment.