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] committed Sep 15, 2024
1 parent 8d72321 commit fd59a09
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepare": "husky"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@auth/drizzle-adapter": "^1.4.2",
"@auth/core": "^0.35.0",
"@auth/drizzle-adapter": "^1.5.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
Expand All @@ -48,22 +48,22 @@
"@upstash/ratelimit": "^2.0.2",
"@upstash/redis": "^1.34.0",
"@vercel/analytics": "^1.3.1",
"babel-plugin-react-compiler": "^0.0.0-experimental-e68eda9-20240829",
"babel-plugin-react-compiler": "^0.0.0",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.0",
"drizzle-orm": "^0.33.0",
"emoji-picker-react": "^4.11.1",
"lucide-react": "^0.436.0",
"emoji-picker-react": "^4.12.0",
"lucide-react": "^0.441.0",
"next": "^14.3.0-canary.87",
"next-auth": "5.0.0-beta.20",
"next-auth": "5.0.0-beta.21",
"next-themes": "^0.3.0",
"postgres": "3.3.5",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.2",
"react-resizable-panels": "^2.1.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -72,34 +72,34 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@total-typescript/ts-reset": "^0.6.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.24.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-f8a5409-20240829",
"eslint-plugin-react-compiler": "^0.0.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.5",
"husky": "^9.1.6",
"jiti": "^1.21.6",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"pg": "^8.12.0",
"postcss": "8.4.41",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sharp": "^0.33.5",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
"tailwindcss": "3.4.11",
"typescript": "5.6.2"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand Down

0 comments on commit fd59a09

Please sign in to comment.