Skip to content

Commit

Permalink
update radix ui type issues that shadcn hasn't merged yet
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderHott committed Oct 1, 2023
1 parent 977bafb commit 262a4ed
Show file tree
Hide file tree
Showing 4 changed files with 1,033 additions and 1,123 deletions.
59 changes: 29 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,50 @@
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.1.1",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@prisma/client": "^5.3.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^4.29.14",
"@trpc/client": "^10.31.0",
"@trpc/next": "^10.31.0",
"@trpc/react-query": "^10.31.0",
"@trpc/server": "^10.31.0",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/og": "^0.5.11",
"class-variance-authority": "^0.6.0",
"@tanstack/react-query": "^4.35.7",
"@trpc/client": "^10.38.5",
"@trpc/next": "^10.38.5",
"@trpc/react-query": "^10.38.5",
"@trpc/server": "^10.38.5",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.1",
"@vercel/og": "^0.5.17",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"dayjs": "^1.11.10",
"lucide-react": "^0.263.1",
"next": "^13.4.13",
"next": "^13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"superjson": "1.13.1",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
},
"devDependencies": {
"@clerk/nextjs": "^4.23.2",
"@tanstack/react-query-devtools": "^4.29.14",
"@types/eslint": "^8.40.2",
"@types/node": "^20.4.9",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@clerk/nextjs": "^4.25.1",
"@tanstack/react-query-devtools": "^4.35.7",
"@types/eslint": "^8.44.3",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"postcss": "^8.4.24",
"prettier": "^3.0.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.3.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.8.0"
Expand Down
Loading

1 comment on commit 262a4ed

@vercel
Copy link

@vercel vercel bot commented on 262a4ed Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.