Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent bb2bf10 commit 2a73261
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.17.0
Binary file modified bun.lockb
Binary file not shown.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"
},
"dependencies": {
"@auth/core": "^0.18.0",
"@auth/drizzle-adapter": "^0.3.3",
"@auth/core": "^0.35.0",
"@auth/drizzle-adapter": "^0.9.0",
"@hookform/resolvers": "^3.3.1",
"@next/env": "^14.2.13",
"@paralleldrive/cuid2": "2.2.2",
Expand All @@ -35,7 +35,7 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@stripe/stripe-js": "2.1.10",
"@stripe/stripe-js": "2.4.0",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.12.0",
Expand All @@ -49,52 +49,52 @@
"drizzle-orm": "^0.33.0",
"drizzle-zod": "0.5.1",
"framer-motion": "^10.0.0",
"lucide-react": "^0.290.0",
"mysql2": "3.6.3",
"lucide-react": "^0.445.0",
"mysql2": "3.11.3",
"next": "14.2.13",
"next-auth": "^5.0.0-beta.21",
"postgres": "^3.4.4",
"react": "18.2.0",
"react": "18.3.1",
"react-day-picker": "^8.8.2",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.47.0",
"recharts": "^2.8.0",
"sharp": "^0.32.6",
"sharp": "^0.33.0",
"stripe": "13.11.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"zod-validation-error": "2.0.0",
"zustand": "4.4.4"
"zod-validation-error": "2.1.0",
"zustand": "4.5.5"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@biomejs/biome": "1.3.1",
"@biomejs/biome": "1.9.2",
"@evilmartians/lefthook": "^1.5.0",
"@next/eslint-plugin-next": "^14.0.0",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/node": "20.16.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-scroll": "^1.8.3",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "latest",
"drizzle-kit": "^0.24.2",
"eslint": "8.52.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-mantine": "^3.0.0",
"eslint-config-next": "14.0.0",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"postcss": "latest",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "latest",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
"typescript": "5.6.2"
}
}

0 comments on commit 2a73261

Please sign in to comment.