Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofsoftware committed Aug 6, 2023
1 parent db709dd commit 0add8e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 63 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^1.2.2",
Expand Down Expand Up @@ -39,8 +37,8 @@
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"valibot": "^0.11.0",
"vercel": "^31.2.2",
"zod": "^3.21.4",
"zustand": "^4.4.0"
},
"devDependencies": {
Expand Down
66 changes: 7 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/validators/TodoSchema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { enumType, minLength, object, type Output, string } from "valibot"; // 0.76 kB
import { enumType, minLength, object, type Output, string } from "valibot";

// Create login schema with email and password
export const todoSchema = object({
Expand Down

0 comments on commit 0add8e6

Please sign in to comment.