Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent d19dfad commit c42a4cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"ui": "bunx shadcn-ui"
},
"dependencies": {
"@auth/core": "^0.18.4",
"@auth/drizzle-adapter": "^0.3.9",
"@auth/core": "^0.18.5",
"@auth/drizzle-adapter": "^0.3.10",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -41,7 +41,7 @@
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.1",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
Expand All @@ -58,26 +58,26 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "10.4.16",
"drizzle-kit": "^0.20.6",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"pg": "^8.11.3",
"postcss": "8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"sharp": "^0.33.0",
"tailwindcss": "3.3.5",
"typescript": "5.3.2"
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand Down

0 comments on commit c42a4cd

Please sign in to comment.