Bcrypt to Bcryptjs to support ARM based systems

This commit is contained in:
headlessdev
2025-04-30 19:53:15 +02:00
parent dbf86ab283
commit c212986fb5
4 changed files with 22 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
"@xyflow/react": "^12.5.5",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -51,6 +52,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",