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 Jan 8, 2024
1 parent 289c8b1 commit db8c461
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"seed": "bun src/lib/db/seed.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.3",
"@kinde-oss/kinde-auth-nextjs": "^2.0.13",
"@hookform/resolvers": "^3.3.4",
"@kinde-oss/kinde-auth-nextjs": "^2.1.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -41,15 +41,15 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@t3-oss/env-nextjs": "^0.7.1",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.27.1",
"@upstash/redis": "^1.28.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"date-fns": "^3.0.6",
"drizzle-orm": "^0.29.2",
"date-fns": "^3.1.0",
"drizzle-orm": "^0.29.3",
"geist": "^1.2.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.303.0",
"lucide-react": "^0.307.0",
"next": "14.0.4",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
Expand All @@ -63,29 +63,29 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/leaflet": "^1.9.8",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"autoprefixer": "10.4.16",
"drizzle-kit": "^0.20.9",
"drizzle-kit": "^0.20.10",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"pg": "^8.11.3",
"postcss": "8.4.32",
"postcss": "8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"tailwindcss": "3.4.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"lint-staged": {
Expand Down

0 comments on commit db8c461

Please sign in to comment.