Skip to content

Commit 026a1ef

Browse files
committed
Add zxcvbn dependency to package.json
Added the zxcvbn library to dependencies for password strength estimation.
1 parent a2e09e6 commit 026a1ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"tailwind-merge": "^2.5.5",
7575
"tailwindcss-animate": "^1.0.7",
7676
"vaul": "^0.9.9",
77-
"zod": "3.25.76"
77+
"zod": "3.25.76",
78+
"zxcvbn": "^4.4.2"
7879
},
7980
"devDependencies": {
8081
"@tailwindcss/postcss": "^4.1.9",

0 commit comments

Comments
 (0)