Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Dec 17, 2023
1 parent 71b1c82 commit 81ac32d
Show file tree
Hide file tree
Showing 5 changed files with 1,239 additions and 988 deletions.
17 changes: 0 additions & 17 deletions next.config.js

This file was deleted.

20 changes: 20 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/**
* @type {import("next").NextConfig}
*/
export default {
cleanDistDir: true,
reactStrictMode: true,
eslint: { ignoreDuringBuilds: true },
images: {
remotePatterns: [
{
hostname: "avatars.githubusercontent.com",
protocol: "https",
},
{
hostname: "lh3.googleusercontent.com",
protocol: "https",
},
],
},
};
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,52 @@
"coverage": "vitest watch --coverage"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@prisma/client": "^5.3.1",
"@hookform/resolvers": "^3.3.2",
"@prisma/client": "^5.7.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-switch": "^1.0.3",
"@react-aria/label": "^3.7.0",
"@react-aria/label": "^3.7.3",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-table": "^8.10.3",
"@trpc/client": "^10.38.5",
"@trpc/next": "^10.38.5",
"@trpc/react-query": "^10.38.5",
"@trpc/server": "^10.38.5",
"@tanstack/react-table": "^8.10.7",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"accept-language-parser": "^1.5.0",
"chart.js": "^4.4.0",
"next": "^13.5.3",
"next-auth": "^4.23.1",
"chart.js": "^4.4.1",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"superjson": "^1.13.3",
"tailwind-merge": "^1.14.0",
"react-hook-form": "^7.49.2",
"superjson": "^2.2.1",
"tailwind-merge": "^2.1.0",
"uniqolor": "^1.1.0",
"vitest": "^0.34.5",
"zod": "^3.22.2"
"vitest": "^1.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@casperiv/eslint-config": "^8.0.0",
"@casperiv/eslint-config-next": "^8.0.0",
"@casperiv/eslint-config-react": "^8.0.0",
"@types/accept-language-parser": "^1.5.4",
"@types/node": "^20.7.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@vitest/coverage-v8": "^0.34.5",
"@types/accept-language-parser": "^1.5.6",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitest/coverage-v8": "^1.0.4",
"autoprefixer": "^10.4.16",
"c8": "^8.0.1",
"eslint": "^8.50.0",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"prisma": "^5.3.1",
"sass": "^1.68.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
"eslint": "^8.56.0",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"prisma": "^5.7.0",
"sass": "^1.69.5",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
}
}
Loading

1 comment on commit 81ac32d

@vercel
Copy link

@vercel vercel bot commented on 81ac32d Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.