From 9b874eebf87ab536b7a13e59f1e608f353c0c3fd Mon Sep 17 00:00:00 2001 From: david Date: Sun, 16 Nov 2025 20:29:36 +0100 Subject: [PATCH] . --- biome.json | 11 +++++++---- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/biome.json b/biome.json index 27d2b0c0..18d0763b 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.1/schema.json", "vcs": { "enabled": true, "clientKind": "git", @@ -108,7 +108,7 @@ "useThrowOnlyError": "error" }, "suspicious": { - "noExplicitAny": "error", + "noExplicitAny": "info", "noDebugger": "error", "noDuplicateJsxProps": "error", "noDuplicateObjectKeys": "error", @@ -209,7 +209,7 @@ "useKeyWithClickEvents": "error", "useKeyWithMouseEvents": "error", "useMediaCaption": "error", - "useSemanticElements": "error", + "useSemanticElements": "info", "useValidAnchor": "error", "useValidAriaProps": "error", "useValidAriaValues": "error", @@ -278,6 +278,9 @@ } }, "css": { + "parser": { + "tailwindDirectives": true + }, "formatter": { "enabled": true, "indentStyle": "space", @@ -349,7 +352,7 @@ } }, "suspicious": { - "noExplicitAny": "error" + "noExplicitAny": "info" }, "complexity": { "noExcessiveCognitiveComplexity": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c9a3e4e..3338f3f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -861,7 +861,7 @@ importers: specifier: ^19.1.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.5 + specifier: ^4.1.10 version: 4.1.16 tsup: specifier: ^8.4.0 @@ -981,9 +981,6 @@ importers: '@radix-ui/react-tooltip': specifier: ^1.2.8 version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@tailwindcss/cli': - specifier: ^4.1.5 - version: 4.1.16 add: specifier: ^2.0.6 version: 2.0.6 @@ -1035,6 +1032,9 @@ importers: tailwind-merge: specifier: ^3.2.0 version: 3.3.1 + tailwindcss: + specifier: ^4.1.10 + version: 4.1.16 tw-animate-css: specifier: ^1.2.9 version: 1.4.0 @@ -1051,6 +1051,9 @@ importers: '@repo/typescript-config': specifier: workspace:* version: link:../typescript-config + '@tailwindcss/cli': + specifier: ^4.1.5 + version: 4.1.16 '@tailwindcss/postcss': specifier: ^4.1.5 version: 4.1.16 @@ -1075,9 +1078,6 @@ importers: react-dom: specifier: ^19.1.0 version: 19.2.0(react@19.2.0) - tailwindcss: - specifier: ^4.1.5 - version: 4.1.16 typescript: specifier: ^5.6.0 version: 5.9.3