Skip to content

Commit

Permalink
Merge pull request sadmann7#134 from sadmann7/update-deps
Browse files Browse the repository at this point in the history
feat: add input-otp for reset-passowrd, update auth routes, and id utils
  • Loading branch information
sadmann7 authored Apr 24, 2024
2 parents 0d90ca5 + 6f4dc25 commit 2c41efa
Show file tree
Hide file tree
Showing 39 changed files with 510 additions and 402 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,26 @@
"@react-email/tailwind": "0.0.15",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.16.0",
"@tremor/react": "^3.16.1",
"@uploadthing/react": "^6.4.4",
"ai": "^3.0.24",
"ai": "^3.0.29",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.8",
"drizzle-orm": "^0.30.9",
"embla-carousel-react": "8.0.2",
"framer-motion": "^11.1.7",
"input-otp": "^1.2.4",
"nanoid": "^5.0.7",
"next": "14.3.0-canary.13",
"next": "14.3.0-canary.20",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"openai": "^4.38.2",
"openai": "^4.38.3",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "18.2.0",
Expand All @@ -98,7 +99,7 @@
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.9.0",
"vaul": "^0.9.0",
"zod": "^3.22.5"
"zod": "^3.23.4"
},
"devDependencies": {
"@clerk/types": "^4.0.0",
Expand All @@ -111,11 +112,11 @@
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.16",
"drizzle-kit": "^0.20.17",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 2c41efa

Please sign in to comment.