Switch from zxcvbn to @zxcvbn-ts (#11611)

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Michael Telatynski
2023-09-19 22:34:41 +01:00
committed by GitHub
co-authored by Richard van der Hoff
parent 5cb8cbd893
commit 38315b5e2b
48 changed files with 4537 additions and 4251 deletions
+4 -3
View File
@@ -70,6 +70,9 @@
"@testing-library/react-hooks": "^8.0.1",
"@vector-im/compound-design-tokens": "^0.0.5",
"@vector-im/compound-web": "^0.4.0",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"await-lock": "^2.1.0",
"blurhash": "^1.1.3",
"classnames": "^2.2.6",
@@ -122,8 +125,7 @@
"tar-js": "^0.3.0",
"ua-parser-js": "^1.0.2",
"uuid": "^9.0.0",
"what-input": "^5.2.10",
"zxcvbn": "^4.4.2"
"what-input": "^5.2.10"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
@@ -177,7 +179,6 @@
"@types/tar-js": "^0.3.2",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.2",
"@types/zxcvbn": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.6.0",
"allchange": "^1.1.0",