Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Mar 22, 2024
1 parent ab412df commit 4cd6e43
Show file tree
Hide file tree
Showing 3 changed files with 1,011 additions and 940 deletions.
40 changes: 20 additions & 20 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.6.1",
"@mantine/hooks": "^7.6.1",
"@mantine/form": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@primer/octicons-react": "^19.8.0",
"@prisma/client": "^5.10.2",
"@primer/octicons-react": "^19.9.0",
"@prisma/client": "^5.11.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query": "^5.28.6",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
Expand All @@ -33,34 +33,34 @@
"@vercel/speed-insights": "^1.0.10",
"clsx": "^2.1.0",
"luxon": "^3.4.4",
"next": "^14.1.3",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/eslint": "^8.56.5",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/eslint": "^8.56.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.18",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.7.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"msw": "^2.2.3",
"postcss": "^8.4.35",
"eslint-config-next": "^14.1.4",
"msw": "^2.2.10",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"prisma": "^5.10.2",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vitest-mock-extended": "^1.3.1"
},
"ct3aMetadata": {
Expand Down
Loading

0 comments on commit 4cd6e43

Please sign in to comment.