Skip to content

Commit

Permalink
SDK Remove unused axios and supports-color packages (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
texuf authored Jul 25, 2024
1 parent 44a44c6 commit 4bc4fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
4 changes: 1 addition & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@
"@river-build/encryption": "workspace:^",
"@river-build/proto": "workspace:^",
"@river-build/web3": "workspace:^",
"axios": "^1.2.6",
"browser-or-node": "^2.1.1",
"debug": "^4.3.4",
"dexie": "^4.0.7",
"ethereum-cryptography": "^1.2.0",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"p-limit": "^5.0.0",
"supports-color": "^9.2.3"
"p-limit": "^5.0.0"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,6 @@ __metadata:
"@types/seedrandom": ^3.0.4
"@typescript-eslint/eslint-plugin": ^6.10.0
"@typescript-eslint/parser": ^7.14.1
axios: ^1.2.6
browser-or-node: ^2.1.1
bullmq: ^4.10.0
debug: ^4.3.4
Expand All @@ -3701,7 +3700,6 @@ __metadata:
nanoid: ^4.0.0
p-limit: ^5.0.0
seedrandom: ^3.0.5
supports-color: ^9.2.3
ts-jest: ^29.1.1
ts-node: ^10.9.1
typed-emitter: ^2.1.0
Expand Down Expand Up @@ -6376,17 +6374,6 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.2.6":
version: 1.6.3
resolution: "axios@npm:1.6.3"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 07ef3bb83fc2dacc1ae2c97f2bbd04ef7701f5655f9037789d79ee78b698ffa50eaa8465c2017d4d3e9ce7d94cb779f730acaab32ce9036d0a4933c1e89df4da
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.7.2
resolution: "axios@npm:1.7.2"
Expand Down Expand Up @@ -9677,7 +9664,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.0":
"follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.14.9":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
Expand Down Expand Up @@ -17176,13 +17163,6 @@ __metadata:
languageName: node
linkType: hard

"supports-color@npm:^9.2.3":
version: 9.3.1
resolution: "supports-color@npm:9.3.1"
checksum: 00c4d1082a7ba0ee21cba1d4e4a466642635412e40476777b530aa5110d035e99a420cd048e1fb6811f2254c0946095fbb87a1eccf1af1d1ca45ab0a4535db93
languageName: node
linkType: hard

"supports-hyperlinks@npm:^3.0.0":
version: 3.0.0
resolution: "supports-hyperlinks@npm:3.0.0"
Expand Down

0 comments on commit 4bc4fcf

Please sign in to comment.