Skip to content

Commit

Permalink
Update error handling (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen authored Jan 3, 2025
1 parent 32b9e7a commit 5e6a1d0
Show file tree
Hide file tree
Showing 14 changed files with 648 additions and 604 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.next
node_modules
**/.git
**/.git
out
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-table": "^8.20.6",
"@tiptap/core": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/react": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"@tiptap/core": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@types/qs": "^6.9.17",
"@xyflow/react": "^12.3.6",
"auth": "^1.2.3",
Expand All @@ -59,22 +59,22 @@
"immer": "^10.1.1",
"install": "^0.13.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.468.0",
"lucide-react": "^0.469.0",
"nanoid": "^5.0.9",
"next": "^15.1.2",
"next": "^15.1.3",
"next-auth": "5.0.0-beta.25",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4",
"nuqs": "^2.2.3",
"nuqs": "^2.3.0",
"react": "^19.0.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"react-image-crop": "^11.0.7",
"react-medium-image-zoom": "^5.2.12",
"react-medium-image-zoom": "^5.2.13",
"recharts": "^2.15.0",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.24.1",
Expand All @@ -83,14 +83,14 @@
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-plugin-react": "^7.37.2",
"eslint-config-next": "^15.1.3",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
Expand All @@ -100,7 +100,7 @@
"qs": "^6.13.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
"typescript-eslint": "^8.19.0"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading

0 comments on commit 5e6a1d0

Please sign in to comment.