Skip to content

Commit

Permalink
Merge pull request #93 from tommybarvaag/next
Browse files Browse the repository at this point in the history
Bump next to 13.4.8
  • Loading branch information
tommybarvaag authored Jul 3, 2023
2 parents 0d7ecbb + bfaa703 commit 7fa473b
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 196 deletions.
3 changes: 1 addition & 2 deletions components/user/user-salary-details-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ import { cn } from "@/lib/utils";
import { userSalaryDetailSchema } from "@/lib/validations/user";
import { User } from "@/types";
import { zodResolver } from "@hookform/resolvers/zod";
import { user } from "@prisma/client";
import { useRouter } from "next/navigation";
import { useMemo, useState, useTransition, type HTMLAttributes } from "react";
import { useForm } from "react-hook-form";
import * as z from "zod";

interface UserSalaryDetailsFormProps extends HTMLAttributes<HTMLFormElement> {
user: {
id: user["id"];
id: User["id"];
commission: number;
hourlyRate: number;
tax: number;
Expand Down
19 changes: 0 additions & 19 deletions lib/prisma.ts

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"license": "MIT",
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@planetscale/database": "^1.7.0",
"@prisma/client": "^4.16.1",
"@planetscale/database": "^1.8.0",
"@prisma/client": "^4.16.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -44,7 +44,7 @@
"kysely": "^0.25.0",
"kysely-planetscale": "^1.3.0",
"nanoid": "^4.0.2",
"next": "13.4.7",
"next": "13.4.8",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand All @@ -58,19 +58,19 @@
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@tailwindcss/typography": "^0.5.9",
"@types/big.js": "^6.1.6",
"@types/node": "^20.3.2",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "^13.4.7",
"eslint": "8.44.0",
"eslint-config-next": "^13.4.8",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^4.16.1",
"prisma": "^4.16.2",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6"
Expand Down
Loading

1 comment on commit 7fa473b

@vercel
Copy link

@vercel vercel bot commented on 7fa473b Jul 3, 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.