Skip to content

Commit

Permalink
- fix: removed unused depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 2, 2023
1 parent 88775aa commit f14a1fe
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 144 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
**/node_modules
**/android
**/ios
3 changes: 2 additions & 1 deletion libs/shinkai-message-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"dependencies": {
"@noble/ed25519": "^2.0.0",
"curve25519-js": "^0.0.4"
"curve25519-js": "^0.0.4",
"libsodium-wrappers-sumo": "^0.7.13"
},
"exports": {
".": {
Expand Down
156 changes: 17 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@types/jest": "^29.5.4",
"@types/libsodium-wrappers-sumo": "^0.7.7",
"@types/node": "18.14.2",
"@types/qrcode": "^1.5.4",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-router": "^5.1.20",
Expand Down Expand Up @@ -140,8 +139,6 @@
"libsodium-wrappers-sumo": "^0.7.13",
"lucide-react": "^0.263.1",
"node-forge": ">=1.0.0",
"qrcode": "^1.5.3",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
Expand Down

0 comments on commit f14a1fe

Please sign in to comment.