fix: move tailwind postcss runtime (#8)

This commit is contained in:
2025-06-10 00:27:36 +02:00
committed by GitHub
parent ebd35a88fb
commit dd3fb55122
2 changed files with 5 additions and 5 deletions

View File

@ -79,13 +79,13 @@
"react-dom": "^19.1.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0"
"rehype-raw": "^7.0.0",
"@tailwindcss/postcss": "^4.1.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@playwright/test": "^1.52.0",
"@tailwindcss/postcss": "^4.1.8",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.15.29",
"@types/node-cron": "^3.0.11",