Skip to content

Commit

Permalink
add missing bcryptjs package
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 10, 2023
1 parent 96185ca commit c435856
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@adminjs/themes": "^1.0.1",
"@celluloid/prisma": "*",
"adminjs": "^7.2.2",
"bcryptjs": "^2.4.3",
"connect-redis": "^7.1.0",
"cors": "^2.8.5",
"express": "^4.18.2",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6446,6 +6446,7 @@ __metadata:
"@types/express": ^4.17.17
"@types/node": ^18.14.2
adminjs: ^7.2.2
bcryptjs: ^2.4.3
connect-redis: ^7.1.0
copyfiles: ^2.4.1
cors: ^2.8.5
Expand Down

0 comments on commit c435856

Please sign in to comment.