Skip to content

Commit

Permalink
delete some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 28, 2022
1 parent 356ceb0 commit 35defc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@saberhq/solana-contrib": "^1.12.36",
"@saberhq/token-utils": "^1.12.36",
"@saberhq/tsconfig": "^1.12.36",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.32.0",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
Expand Down Expand Up @@ -72,9 +71,9 @@
},
"peerDependencies": {
"@project-serum/anchor": "^0.19 || ^0.20",
"@saberhq/anchor-contrib": "^1.10",
"@saberhq/solana-contrib": "^1.10",
"@saberhq/token-utils": "^1.10",
"@saberhq/anchor-contrib": "^1.12",
"@saberhq/solana-contrib": "^1.12",
"@saberhq/token-utils": "^1.12",
"@solana/web3.js": "^1.29.2",
"bn.js": "^5.2.0",
"jsbi": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/parse-balance-map.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { u64 } from "@solana/spl-token";
import { u64 } from "@saberhq/token-utils";
import { PublicKey } from "@solana/web3.js";
import BN from "bn.js";
import invariant from "tiny-invariant";
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ __metadata:
"@saberhq/solana-contrib": ^1.12.36
"@saberhq/token-utils": ^1.12.36
"@saberhq/tsconfig": ^1.12.36
"@solana/spl-token": ^0.1.8
"@solana/web3.js": ^1.32.0
"@types/bn.js": ^5.1.0
"@types/chai": ^4.3.0
Expand All @@ -282,9 +281,9 @@ __metadata:
typescript: ^4.5.5
peerDependencies:
"@project-serum/anchor": ^0.19 || ^0.20
"@saberhq/anchor-contrib": ^1.10
"@saberhq/solana-contrib": ^1.10
"@saberhq/token-utils": ^1.10
"@saberhq/anchor-contrib": ^1.12
"@saberhq/solana-contrib": ^1.12
"@saberhq/token-utils": ^1.12
"@solana/web3.js": ^1.29.2
bn.js: ^5.2.0
jsbi: "*"
Expand Down

0 comments on commit 35defc6

Please sign in to comment.