Skip to content

Commit

Permalink
Notification management and theme improvement (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen authored Nov 22, 2024
1 parent c81e4b6 commit 61fa1dd
Show file tree
Hide file tree
Showing 20 changed files with 842 additions and 570 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-table": "^8.20.5",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-heading": "^2.9.1",
"@tiptap/extension-horizontal-rule": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/extension-code-block-lowlight": "^2.10.1",
"@tiptap/extension-color": "^2.10.1",
"@tiptap/extension-heading": "^2.10.1",
"@tiptap/extension-horizontal-rule": "^2.10.1",
"@tiptap/extension-image": "^2.10.1",
"@tiptap/extension-link": "^2.10.1",
"@tiptap/extension-placeholder": "^2.10.1",
"@tiptap/extension-text-style": "^2.10.1",
"@tiptap/extension-typography": "^2.10.1",
"@tiptap/extension-underline": "^2.10.1",
"@tiptap/pm": "^2.10.1",
"@tiptap/react": "^2.10.1",
"@tiptap/starter-kit": "^2.10.1",
"@types/qs": "^6.9.17",
"auth": "^1.2.3",
"class-variance-authority": "^0.7.0",
Expand All @@ -63,14 +63,14 @@
"htmlparser2": "^9.1.0",
"immer": "^10.1.1",
"install": "^0.13.0",
"jotai": "^2.10.2",
"jotai": "^2.10.3",
"lowlight": "^3.1.0",
"lucide-react": "^0.460.0",
"nanoid": "^5.0.8",
"next": "^14.2.18",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.3",
"nuqs": "^2.2.1",
"nuqs": "^2.2.2",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
Expand All @@ -89,11 +89,11 @@
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-config-next": "^14.2.18",
"eslint-plugin-react": "^7.37.2",
Expand All @@ -103,10 +103,10 @@
"globals": "^15.12.0",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"qs": "^6.13.0",
"qs": "^6.13.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
"typescript-eslint": "^8.15.0"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading

0 comments on commit 61fa1dd

Please sign in to comment.