Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Jun 30, 2024
1 parent 0b0a6fe commit 7002400
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 374 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,48 +18,48 @@
"ts:check": "tsc --noEmit"
},
"dependencies": {
"@mantine/form": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/form": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@primer/octicons-react": "^19.9.0",
"@prisma/client": "^5.14.0",
"@primer/octicons-react": "^19.10.0",
"@prisma/client": "^5.16.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-query": "^5.49.0",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.10",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"luxon": "^3.4.4",
"next": "^14.2.3",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "^2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.10",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.4",
"msw": "^2.3.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.14.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.16.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1"
},
Expand Down
Loading

0 comments on commit 7002400

Please sign in to comment.