fix(web): bump tailwind to ^4.1 (4.0.0 had a postcss/oxide serde mismatch)
This commit is contained in:
parent
ccb6c27c3d
commit
21bb1f0dde
@ -14,11 +14,11 @@
|
||||
"react-dom": "19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "4.0.0",
|
||||
"@types/node": "22.10.0",
|
||||
"@types/react": "19.0.0",
|
||||
"@types/react-dom": "19.0.0",
|
||||
"tailwindcss": "4.0.0",
|
||||
"typescript": "5.7.2"
|
||||
"@tailwindcss/postcss": "^4.1.0",
|
||||
"@types/node": "^22.10.0",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"tailwindcss": "^4.1.0",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user