chore: upgrade tailwind (#275)

a2ns2a-codex/add-vitest-and-comprehensive-testing
Alex Kern 6 months ago committed by GitHub
parent 7e8650fbc0
commit ffd64d8d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,7 +50,8 @@
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-qr-code": "^2.0.15", "react-qr-code": "^2.0.15",
"streamsaver": "^2.0.6", "streamsaver": "^2.0.6",
"tailwindcss": "^3.4.10", "tailwindcss": "^4.1.11",
"@tailwindcss/postcss": "^4.1.11",
"web-streams-polyfill": "^4.0.0", "web-streams-polyfill": "^4.0.0",
"webrtcsupport": "^2.2.0", "webrtcsupport": "^2.2.0",
"zod": "^3.23.8" "zod": "^3.23.8"

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: {}, '@tailwindcss/postcss': {},
autoprefixer: {}, autoprefixer: {},
}, },
} }

Loading…
Cancel
Save