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 Nov 29, 2023
1 parent 918c6de commit e97b816
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Binary file modified bun.lockb
Binary file not shown.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepare": "husky install"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.5",
"@auth/drizzle-adapter": "^0.3.9",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -35,19 +35,19 @@
"@radix-ui/react-toggle": "^1.0.3",
"@t3-oss/env-nextjs": "^0.7.1",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.24.3",
"@upstash/redis": "^1.25.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"drizzle-orm": "^0.28.6",
"geist": "^1.0.0",
"jotai": "^2.5.0",
"lucide-react": "^0.291.0",
"next": "14.0.1",
"next-auth": "^4.24.4",
"drizzle-orm": "^0.29.0",
"geist": "^1.1.0",
"jotai": "^2.6.0",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"postgres": "^3.4.2",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
Expand All @@ -57,30 +57,30 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@swc-jotai/react-refresh": "^0.1.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.5",
"@types/node": "20.8.10",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "20.10.0",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "10.4.16",
"drizzle-kit": "^0.19.13",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"drizzle-kit": "^0.20.6",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"pg": "^8.11.3",
"postcss": "8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}

0 comments on commit e97b816

Please sign in to comment.