diff --git a/package-lock.json b/package-lock.json index 07cf550..c7092ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "threads", "version": "0.1.0", "dependencies": { - "@clerk/themes": "^1.7.18", "@clerk/nextjs": "^4.31.4", + "@clerk/themes": "^1.7.18", "@hookform/resolvers": "^3.9.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-slot": "^1.1.0", @@ -30,7 +30,7 @@ "react-hook-form": "^7.52.2", "svix": "^1.29.0", "tailwind-merge": "^1.14.0", - "tailwindcss": "3.4.9", + "tailwindcss": "^3.4.10", "tailwindcss-animate": "^1.0.6", "typescript": "5.5.4", "uploadthing": "^5.3.2", @@ -242,18 +242,6 @@ "node": ">=14" } }, - "node_modules/@clerk/types": { - "version": "3.65.2", - "resolved": "https://registry.npmjs.org/@clerk/types/-/types-3.65.2.tgz", - "integrity": "sha512-MX56SpyjHvKi5ZbLSkINOOecFXR+fzRqa6tHlXry7sNDgemU/0UCWn2KwxyO+/O3QspQPe0m8vqkvP53iGYw/Q==", - "license": "MIT", - "dependencies": { - "csstype": "3.1.1" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/@hookform/resolvers": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.0.tgz", @@ -3150,9 +3138,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 6342235..cebe0d9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "svix": "^1.29.0", "react-hook-form": "^7.52.2", "tailwind-merge": "^1.14.0", - "tailwindcss": "3.4.9", + "tailwindcss": "3.4.10", "tailwindcss-animate": "^1.0.6", "typescript": "5.5.4", "uploadthing": "^5.3.2",