Skip to content

Commit

Permalink
chore(deps): adding deps in backendcommon and recoil
Browse files Browse the repository at this point in the history
  • Loading branch information
shawakash committed Mar 21, 2024
1 parent 736f855 commit c9994df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
15 changes: 9 additions & 6 deletions backend/backend-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"dotenv": "^16.3.1",
"@paybox/common": "*",
"@paybox/zeus": "*",
"bcryptjs": "^2.4.3",
"redis": "^4.6.12",
"uuid": "^9.0.1",
"express": "^4.18.2",
"crypto": "^1.0.1",
"jose": "^5.2.0"
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jose": "^5.2.0",
"redis": "^4.6.12",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/express": "^4.17.21"
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/redis": "^4.0.11",
"@types/uuid": "^9.0.8"
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7068,7 +7068,7 @@

"@types/redis@^4.0.11":
version "4.0.11"
resolved "https://registry.npmjs.org/@types/redis/-/redis-4.0.11.tgz"
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-4.0.11.tgz#0bb4c11ac9900a21ad40d2a6768ec6aaf651c0e1"
integrity sha512-bI+gth8La8Wg/QCR1+V1fhrL9+LZUSWfcqpOj2Kc80ZQ4ffbdL173vQd5wovmoV9i071FU9oP2g6etLuEwb6Rg==
dependencies:
redis "*"
Expand Down Expand Up @@ -7144,6 +7144,11 @@
resolved "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz"
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==

"@types/uuid@^9.0.8":
version "9.0.8"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==

"@types/w3c-web-usb@^1.0.6":
version "1.0.10"
resolved "https://registry.npmjs.org/@types/w3c-web-usb/-/w3c-web-usb-1.0.10.tgz"
Expand Down

0 comments on commit c9994df

Please sign in to comment.