Skip to content

Commit

Permalink
Merge pull request #91 from WilliamTuominiemi/chore/bump-dependencies
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
MaximilianHagelstam authored Dec 1, 2024
2 parents 383ff94 + 5ce814c commit 5a24a60
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 78 deletions.
143 changes: 72 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
Expand All @@ -33,10 +33,10 @@
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-react": "^0.460.0",
"lucide-react": "^0.462.0",
"next": "^14.2.17",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
Expand All @@ -45,13 +45,13 @@
"react-sketch-canvas": "^6.2.0",
"sharp": "^0.33.5",
"superjson": "2.2.1",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
Expand All @@ -60,9 +60,9 @@
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^5.22.0",
"prisma": "^6.0.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
}
Expand Down

0 comments on commit 5a24a60

Please sign in to comment.