diff --git a/web/package.json b/web/package.json index d23531d6..7aed43de 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix" }, "dependencies": { - "@clerk/tanstack-start": "0.4.1", + "@clerk/tanstack-start": "^0.4.15", "@clerk/themes": "^2.1.37", "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", @@ -40,9 +40,9 @@ "@radix-ui/react-toggle-group": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.3", "@tanstack/react-query": "^5.59.15", - "@tanstack/react-virtual": "^3.10.8", "@tanstack/react-router": "^1.70.1", "@tanstack/react-router-with-query": "^1.70.1", + "@tanstack/react-virtual": "^3.10.8", "@tanstack/router-zod-adapter": "^1.70.1", "@tanstack/start": "^1.70.1", "@tiptap/core": "^2.8.0", @@ -66,7 +66,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", - "date-fns": "^4.1.0", + "date-fns": "^3.6.0", "framer-motion": "^11.11.9", "jazz-browser-media-images": "^0.8.7", "jazz-react": "^0.8.7", @@ -110,11 +110,11 @@ "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.2", "postcss": "^8.4.47", + "prettier": "^3.3.3", + "prettier-plugin-tailwindcss": "^0.5.14", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", - "vite-tsconfig-paths": "^5.0.1", - "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.5.14" + "vite-tsconfig-paths": "^5.0.1" }, "prettier": { "plugins": [ diff --git a/web/tailwind.config.ts b/web/tailwind.config.ts index 03b4bb4a..fae0ee6f 100644 --- a/web/tailwind.config.ts +++ b/web/tailwind.config.ts @@ -7,6 +7,7 @@ const config = { "./app/**/*.{js,ts,jsx,tsx}", "./shared/**/*.{js,ts,jsx,tsx}", "../web/app/**/*.{js,ts,jsx,tsx}", + "../web/shared/**/*.{js,ts,jsx,tsx}", ], prefix: "", safelist: [".dark", ".ProseMirror", ".la-editor"],