Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
userMeh committed Jul 23, 2024
1 parent 28cad0c commit 049e7d3
Show file tree
Hide file tree
Showing 6 changed files with 927 additions and 946 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@repo/types": "workspace:*",
"@supabase/supabase-js": "^2.44.4",
"hono": "^4.5.1",
"resend": "^3.4.0",
"resend": "^3.5.0",
"socket.io": "^4.7.5",
"stripe": "^16.2.0",
"zod": "^3.23.8",
Expand All @@ -34,10 +34,10 @@
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.14.11",
"@types/swagger-ui-dist": "^3.30.5",
"@vitest/coverage-v8": "^2.0.3",
"supabase": "^1.183.5",
"@vitest/coverage-v8": "^2.0.4",
"supabase": "^1.187.3",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
}
4 changes: 2 additions & 2 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"date-fns": "^3.6.0",
"@hookform/resolvers": "^3.9.0",
"@repo/types": "workspace:*",
"@repo/ui": "workspace:*",
"date-fns": "^3.6.0",
"lucide-react": "^0.412.0",
"next": "^14.2.5",
"next-themes": "^0.3.0",
Expand All @@ -36,6 +36,6 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss": "^8.4.39",
"react": "^18.3.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
Expand All @@ -52,7 +52,7 @@
"cmdk": "^1.0.0",
"lucide-react": "^0.412.0",
"next-themes": "^0.3.0",
"react-aria": "^3.33.1",
"react-aria": "^3.34.0",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.52.1",
"recharts": "^2.12.7",
Expand Down
Loading

0 comments on commit 049e7d3

Please sign in to comment.