Skip to content

Commit

Permalink
Display org chart (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen authored Dec 20, 2024
1 parent 58be955 commit 8ad406b
Show file tree
Hide file tree
Showing 11 changed files with 960 additions and 247 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pnpm dev
```

**5. Access the application:**
Open your browser and navigate to http://localhost:3000.
Open your browser and navigate to http://localhost:3000.

## Deploy FlowInquiry

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-table": "^8.20.6",
"@tiptap/core": "^2.10.3",
"@tiptap/extension-link": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@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",
"@types/qs": "^6.9.17",
"@xyflow/react": "^12.3.6",
"auth": "^1.2.3",
Expand All @@ -61,7 +61,7 @@
"lowlight": "^3.3.0",
"lucide-react": "^0.468.0",
"nanoid": "^5.0.9",
"next": "^15.1.1",
"next": "^15.1.2",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.4",
"nuqs": "^2.2.3",
Expand All @@ -88,7 +88,7 @@
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.1",
"eslint-config-next": "^15.1.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down
Loading

0 comments on commit 8ad406b

Please sign in to comment.