Updated NPM dependencies

This commit is contained in:
2026-03-31 14:22:55 -03:00
parent 83a8eb2f5d
commit bc44419788
3 changed files with 86 additions and 6 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{
"name": "vite-project",
"name": "analytrick",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -26,6 +26,7 @@
"postcss": "^8.5.8",
"prettier": "3.8.1",
"tailwindcss": "^3.4.19",
"vite": "^8.0.1"
"vite": "^8.0.1",
"vite-plugin-eslint": "^1.8.1"
}
}