upgraded tailwind to v4
This commit is contained in:
parent
bdac8f7429
commit
711ee568c1
1710
package-lock.json
generated
1710
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,8 +33,8 @@
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.16",
|
||||
"globals": "^15.13.0",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"tw-animate-css": "^1.2.4",
|
||||
"typescript": "~5.6.2",
|
||||
"typescript-eslint": "^8.18.1",
|
||||
"vite": "^6.0.11"
|
||||
@ -47,7 +47,6 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"dayjs": "^1.11.13",
|
||||
"i18next": "^24.2.0",
|
||||
"jotai": "^2.10.4",
|
||||
"lottie-react": "^2.4.0",
|
||||
"lucide-react": "^0.469.0",
|
||||
@ -56,7 +55,6 @@
|
||||
"react-dom": "^18.3.1",
|
||||
"react-i18next": "^15.4.0",
|
||||
"tailwind-merge": "^2.5.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"use-keyboard-shortcut": "^1.1.6",
|
||||
"zod": "^3.24.1",
|
||||
"zod-to-ts": "^1.2.0"
|
||||
|
@ -15,6 +15,6 @@ export default {
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
plugins: [require("tailwindcss-animate")],
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user