Skip to content

Commit

Permalink
fix network-support dependencies as a independent module
Browse files Browse the repository at this point in the history
  • Loading branch information
icezohu committed May 13, 2024
1 parent 29b94c8 commit 091eb3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@
"prettier --write"
]
},
"packageManager": "[email protected]",
"dependencies": {
"crypto-js": "^4.2.0"
}
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions packages/network-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@metamask/eth-sig-util": "^7.0.0",
"cross-fetch": "^4.0.0",
"crypto-js": "^4.2.0",
"js-base64": "^3.7.5",
"jwt-decode": "^3.1.2",
"lru-cache": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3280,6 +3280,7 @@ __metadata:
"@metamask/eth-sig-util": ^7.0.0
"@types/node": 18
cross-fetch: ^4.0.0
crypto-js: ^4.2.0
js-base64: ^3.7.5
jwt-decode: ^3.1.2
lru-cache: ^10.0.1
Expand All @@ -3304,7 +3305,6 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.27.0
"@typescript-eslint/parser": ^5.27.0
axios: ^0.27.2
crypto-js: ^4.2.0
ctix: ^1.5.4
dotenv: ^16.0.3
eslint: ^8.17.0
Expand Down

0 comments on commit 091eb3b

Please sign in to comment.