Skip to content

Commit

Permalink
Merge branch 'dashboard'
Browse files Browse the repository at this point in the history
  • Loading branch information
himohitmehta committed Apr 14, 2024
2 parents a119d27 + 2f2db3e commit 176e992
Show file tree
Hide file tree
Showing 40 changed files with 3,743 additions and 4,680 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
56 changes: 27 additions & 29 deletions apps/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@blocknote/core": "^0.11.2",
"@blocknote/react": "^0.11.2",
"@aws-sdk/client-s3": "^3.554.0",
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.10.2",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.10.2",
"@prisma/client": "^5.12.1",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.12.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down Expand Up @@ -45,45 +43,45 @@
"@radix-ui/react-tooltip": "^1.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.0.8",
"lucide-react": "^0.344.0",
"nanoid": "^5.0.6",
"next": "14.1.2",
"next-auth": "^4.24.6",
"framer-motion": "^11.0.28",
"lucide-react": "^0.368.0",
"nanoid": "^5.0.7",
"next": "14.2.1",
"next-auth": "^4.24.7",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"novel": "^0.2.7",
"next-themes": "^0.3.0",
"novel": "^0.3.1",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.3",
"react-icons": "^5.0.1",
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.4.3",
"tailwind-merge": "^2.2.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"database": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.2",
"postcss": "^8.4.35",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.10.2",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.1",
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.12.1",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
16 changes: 8 additions & 8 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.4.19",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"next": "^14.2.1",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@next/eslint-plugin-next": "^14.2.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^4.5.3"
"typescript": "^5.4.5"
}
}
40 changes: 20 additions & 20 deletions apps/sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
"predev": "prisma generate"
},
"dependencies": {
"@prisma/nextjs-monorepo-workaround-plugin": "^5.5.2",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.12.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.279.0",
"nanoid": "^5.0.2",
"next": "13.5.6",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.368.0",
"nanoid": "^5.0.7",
"next": "14.2.1",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "^1.0.3",
"tailwind-merge": "^1.14.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"database": "workspace:*",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8.4.31",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.1",
"postcss": "^8.4.38",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.3.3",
"typescript": "^5"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
3 changes: 0 additions & 3 deletions apps/test-app/.eslintrc.json

This file was deleted.

36 changes: 0 additions & 36 deletions apps/test-app/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions apps/test-app/README.md

This file was deleted.

Binary file removed apps/test-app/app/favicon.ico
Binary file not shown.
33 changes: 0 additions & 33 deletions apps/test-app/app/globals.css

This file was deleted.

22 changes: 0 additions & 22 deletions apps/test-app/app/layout.tsx

This file was deleted.

Loading

0 comments on commit 176e992

Please sign in to comment.