Skip to content

Commit 2cb41eb

Browse files
committed
fix: remove @types/bcryptjs
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 836f3d3 commit 2cb41eb

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

examples/access-control-migration/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"@loopback/rest-explorer": "^7.0.12",
6262
"@loopback/security": "^0.11.12",
6363
"@loopback/service-proxy": "^7.0.12",
64-
"@types/bcryptjs": "3.0.0",
6564
"bcryptjs": "^3.0.2",
6665
"casbin": "^5.38.0",
6766
"jsonwebtoken": "^9.0.2",

examples/todo-jwt/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@loopback/rest-explorer": "^7.0.12",
6363
"@loopback/security": "^0.11.12",
6464
"@loopback/service-proxy": "^7.0.12",
65-
"@types/bcryptjs": "^3.0.0",
6665
"bcryptjs": "^3.0.2",
6766
"loopback-connector-rest": "^5.0.5",
6867
"tslib": "^2.8.1"

extensions/authentication-jwt/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
},
4444
"dependencies": {
4545
"@loopback/security": "^0.11.12",
46-
"@types/bcryptjs": "3.0.0",
4746
"bcryptjs": "^3.0.2",
4847
"debug": "^4.4.0",
4948
"jsonwebtoken": "^9.0.2"

0 commit comments

Comments
 (0)