Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Apr 14, 2024
1 parent bad4199 commit 44d0a58
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 330 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"ts:check": "tsc --noEmit"
},
"dependencies": {
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@mantine/form": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@primer/octicons-react": "^19.9.0",
"@prisma/client": "^5.12.1",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query": "^5.29.2",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
Expand All @@ -33,7 +33,7 @@
"@vercel/speed-insights": "^1.0.10",
"clsx": "^2.1.0",
"luxon": "^3.4.4",
"next": "^14.1.4",
"next": "^14.2.1",
"next-auth": "^4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -42,25 +42,25 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.9",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.1",
"eslint": "^8",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.1",
"msw": "^2.2.13",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.12.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"vitest": "^1.4.0",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vitest-mock-extended": "^1.3.1"
},
"ct3aMetadata": {
Expand Down
Loading

0 comments on commit 44d0a58

Please sign in to comment.