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",

6
pnpm-lock.yaml generated
View File

@ -23,6 +23,9 @@ importers:
'@rapideditor/country-coder':
specifier: ^5.4.0
version: 5.4.0
'@tailwindcss/postcss':
specifier: ^4.1.8
version: 4.1.8
'@types/d3':
specifier: ^7.4.3
version: 7.4.3
@ -117,9 +120,6 @@ importers:
'@playwright/test':
specifier: ^1.52.0
version: 1.52.0
'@tailwindcss/postcss':
specifier: ^4.1.8
version: 4.1.8
'@types/bcryptjs':
specifier: ^2.4.6
version: 2.4.6