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 15, 2023
1 parent 56fe10c commit 68b49f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 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.6",
"@auth/drizzle-adapter": "^0.3.11",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -39,20 +39,20 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.7.1",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.25.1",
"@upstash/redis": "^1.25.2",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.1",
"emoji-picker-react": "^4.5.16",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"lucide-react": "^0.295.0",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.0",
"react-hook-form": "^7.49.2",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
Expand All @@ -64,27 +64,27 @@
"@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.45",
"@types/react-dom": "18.2.17",
"@types/uuid": "^9.0.7",
"@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 68b49f9

Please sign in to comment.