chore: update all dependencies, switch to pnpm

This commit is contained in:
2025-08-09 13:09:17 -05:00
parent 30d4570997
commit 048701580d
3 changed files with 2183 additions and 1372 deletions

View File

@@ -9,25 +9,26 @@
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@heroicons/react": "^2.2.0",
"@use-it/event-listener": "^0.1.7",
"autoprefixer": "^10.4.13",
"chance": "^1.1.9",
"postcss": "^8.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"usehooks-ts": "^2.9.1"
"autoprefixer": "^10.4.21",
"chance": "^1.1.13",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sass": "^1.90.0",
"tailwindcss": "^3.4.17",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.4",
"vite-tsconfig-paths": "^3.6.0"
}
"@types/chance": "^1.1.7",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}