Updated NPM dependencies

This commit is contained in:
2026-03-31 14:23:17 -03:00
parent 9e74ebfb87
commit 06ebc5adfc
2 changed files with 92 additions and 361 deletions
+3 -4
View File
@@ -10,9 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
@@ -21,12 +18,14 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"postcss": "^8.5.8",
"prettier": "3.8.1",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.19",
"vite": "^8.0.1",
"vite-plugin-eslint": "^1.8.1"
}