Upgrade from tailwind v3 to v4

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-02 09:24:05 +01:00
parent cf12d3966e
commit 45066a0095
26 changed files with 695 additions and 917 deletions

View File

@@ -45,6 +45,7 @@
"@deanc/esbuild-plugin-postcss": "^1.0.2",
"@eslint/js": "^9.21.0",
"@probo/tsconfig": "^0.0.1",
"@tailwindcss/postcss": "^4.0.9",
"@types/babel-core": "^6.25.10",
"@types/node": "^22.13.0",
"@types/react": "^18.3.18",
@@ -58,7 +59,7 @@
"eslint-plugin-react": "^7.37.4",
"globals": "^16.0.0",
"relay-compiler": "^18.2.0",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0"
},