chore: updated tailwind

This commit is contained in:
Pavel-Savely Savianok 2025-02-10 01:27:01 +03:00
parent f341cf16e5
commit ac2ea026dd
3 changed files with 3 additions and 2 deletions

View File

@ -39,3 +39,4 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts

View File

@ -20,7 +20,7 @@
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "15.1.6", "eslint-config-next": "15.1.6",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.17",
"typescript": "^5" "typescript": "^5"
} }
}, },

View File

@ -19,7 +19,7 @@
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.17",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "15.1.6", "eslint-config-next": "15.1.6",
"@eslint/eslintrc": "^3" "@eslint/eslintrc": "^3"