Skip to content

Commit

Permalink
chore(deps): bump drizzle-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed May 12, 2024
1 parent d308b11 commit b2e2461
Show file tree
Hide file tree
Showing 6 changed files with 1,246 additions and 1,177 deletions.
18 changes: 11 additions & 7 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,28 @@ const config = {
"plugin:tailwindcss/recommended",
],
rules: {
// These opinionated rules are enabled in stylistic-type-checked above.
// Feel free to reconfigure them to your own preference.
"@typescript-eslint/array-type": "off",
"@typescript-eslint/consistent-type-definitions": "off",

"@typescript-eslint/consistent-type-imports": [
"warn",
{
prefer: "type-imports",
fixStyle: "inline-type-imports",
},
],
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
"@typescript-eslint/no-unused-vars": [
"warn",
{
argsIgnorePattern: "^_",
},
],
"@typescript-eslint/require-await": "off",
"@typescript-eslint/no-misused-promises": [
2,
"error",
{
checksVoidReturn: { attributes: false },
checksVoidReturn: {
attributes: false,
},
},
],
},
Expand All @@ -43,5 +48,4 @@ const config = {
},
},
}

module.exports = config
4 changes: 2 additions & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { dbPrefix } from "@/lib/constants"

export default {
schema: "./src/db/schema/index.ts",
driver: "pg",
dialect: "postgresql",
out: "./drizzle",
dbCredentials: {
connectionString: env.DATABASE_URL,
url: env.DATABASE_URL,
},
tablesFilter: [`${dbPrefix}_*`],
} satisfies Config
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"unlighthouse": "pnpm dlx unlighthouse --site https://skateshop.sadmn.com"
},
"dependencies": {
"@clerk/nextjs": "^5.0.6",
"@clerk/themes": "^2.1.2",
"@clerk/nextjs": "^5.0.8",
"@clerk/themes": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
"@loglib/tracker": "^0.8.0",
"@radix-ui/react-accordion": "^1.1.2",
Expand All @@ -54,29 +54,29 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.17",
"@react-email/tailwind": "0.0.16",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.16.0",
"@tremor/react": "^3.16.2",
"@uploadthing/react": "^6.5.1",
"ai": "^3.1.1",
"@uploadthing/react": "^6.5.3",
"ai": "^3.1.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.10",
"embla-carousel-react": "8.0.3",
"framer-motion": "^11.1.7",
"embla-carousel-react": "8.0.4",
"framer-motion": "^11.1.9",
"geist": "^1.3.0",
"input-otp": "^1.2.4",
"nanoid": "^5.0.7",
"next": "14.3.0-canary.38",
"next": "14.3.0-canary.58",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"openai": "^4.40.2",
"openai": "^4.45.0",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "18.3.1",
Expand All @@ -95,29 +95,29 @@
"resend": "^3.2.0",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"stripe": "^15.5.0",
"stripe": "^15.6.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.10.1",
"vaul": "^0.9.0",
"zod": "^3.23.6"
"uploadthing": "^6.10.3",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@clerk/types": "^4.2.0",
"@clerk/types": "^4.2.1",
"@faker-js/faker": "^8.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.13",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.17",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.21.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -133,10 +133,10 @@
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"rimraf": "^5.0.5",
"shiki": "^1.4.0",
"rimraf": "^5.0.7",
"shiki": "^1.5.1",
"tailwindcss": "^3.4.3",
"tsx": "^4.9.0",
"tsx": "^4.10.0",
"typescript": "^5.4.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
Expand Down
Loading

0 comments on commit b2e2461

Please sign in to comment.