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 10, 2024
1 parent 31d9aee commit 5ae4cff
Show file tree
Hide file tree
Showing 6 changed files with 3,994 additions and 3,687 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
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
nodeLinker: "node-modules"
54 changes: 27 additions & 27 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.34.0",
"@auth/drizzle-adapter": "^0.9.0",
"@hookform/resolvers": "^3.3.1",
"@paralleldrive/cuid2": "2.2.2",
"@planetscale/database": "^1.11.0",
Expand All @@ -34,7 +34,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 @@ -44,58 +44,58 @@
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.0",
"drizzle-orm": "^0.33.0",
"drizzle-zod": "0.5.1",
"framer-motion": "^10.0.0",
"lucide-react": "^0.290.0",
"mysql2": "3.6.3",
"next": "14.0.0",
"lucide-react": "^0.439.0",
"mysql2": "3.11.1",
"next": "14.2.9",
"next-auth": "beta",
"postgres": "^3.3.5",
"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.8.3",
"@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.5",
"@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.20.2",
"eslint": "8.52.0",
"drizzle-kit": "0.24.2",
"eslint": "8.57.0",
"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.9",
"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.35.2",
"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"
},
"packageManager": "yarn@4.0.0",
"packageManager": "yarn@4.4.1",
"yarn": {
"overrides": {
"@auth/core": "0.13.0"
Expand Down
Loading

0 comments on commit 5ae4cff

Please sign in to comment.