Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Sep 1, 2024
1 parent 0d52cd4 commit 0d53018
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions eslint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ declare module '@eslint/eslintrc' {
resolvePluginsRelativeTo: string;
});

extends(extendsValue: string): Linter.FlatConfig & {
[Symbol.iterator]: () => IterableIterator<Linter.FlatConfig>;
extends(extendsValue: string): Linter.Config & {
[Symbol.iterator]: () => IterableIterator<Linter.Config>;
};
}
}
Expand All @@ -44,7 +44,7 @@ declare module '@eslint/compat' {
import type { ConfigWithExtends } from 'typescript-eslint';

export const fixupConfigRules: (
config: string | Linter.FlatConfig,
config: string | Linter.Config,
) => ConfigWithExtends[];
}

Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
},
"dependencies": {
"@clerk/nextjs": "^5.3.1",
"@clerk/themes": "^2.1.20",
"@clerk/nextjs": "^5.3.7",
"@clerk/themes": "^2.1.25",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.9.4",
"@paralleldrive/cuid2": "^2.2.2",
Expand All @@ -68,9 +68,9 @@
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-email/components": "^0.0.22",
"@t3-oss/env-nextjs": "^0.11.0",
"@tanstack/react-query": "^5.51.24",
"@react-email/components": "^0.0.24",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.53.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
Expand All @@ -81,18 +81,18 @@
"clsx": "^2.1.1",
"drizzle-orm": "^0.33.0",
"drizzle-zod": "^0.5.1",
"framer-motion": "^11.3.28",
"framer-motion": "^11.3.31",
"geist": "^1.3.1",
"jiti": "^1.21.6",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"lucide-react": "^0.437.0",
"next": "14.2.7",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-dom": "^18.3.1",
"react-email": "^2.1.6",
"react-hook-form": "^7.52.2",
"react-email": "^3.0.1",
"react-hook-form": "^7.53.0",
"resend": "^4.0.0",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
Expand All @@ -103,30 +103,30 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@happy-dom/global-registrator": "^14.12.3",
"@eslint/js": "^9.9.1",
"@happy-dom/global-registrator": "^15.7.2",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/eslint-plugin-next": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.14",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.1.6",
"@types/eslint": "^9.6.0",
"@tailwindcss/typography": "^0.5.15",
"@total-typescript/ts-reset": "^0.6.0",
"@types/bun": "^1.1.8",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"commitizen": "^4.3.0",
"cspell": "^8.14.1",
"drizzle-kit": "^0.24.0",
"eslint": "^9.9.0",
"cspell": "^8.14.2",
"drizzle-kit": "^0.24.2",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand All @@ -136,18 +136,18 @@
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.9.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"markdownlint": "^0.34.0",
"markdownlint": "^0.35.0",
"markdownlint-cli": "^0.41.0",
"postcss": "^8.4.41",
"postcss": "^8.4.42",
"prettier": "^3.3.3",
"prettier-plugin-curly": "^0.2.2",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-packagejson": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
"typescript-eslint": "^8.3.0"
},
"trustedDependencies": [
"@clerk/shared",
Expand Down

0 comments on commit 0d53018

Please sign in to comment.