Skip to content

Commit

Permalink
Upgrade to latest saber common
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Mar 25, 2024
1 parent 29d897b commit ee40638
Show file tree
Hide file tree
Showing 3 changed files with 2,776 additions and 861 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,25 @@
"prepare": "husky install"
},
"devDependencies": {
"@project-serum/anchor": "^0.24.2",
"@coral-xyz/anchor": "^0.29.0",
"@rushstack/eslint-patch": "^1.8.0",
"@saberhq/anchor-contrib": "^1.13.30",
"@saberhq/anchor-contrib": "^2.0.0",
"@saberhq/eslint-config-react": "^3.2.1",
"@saberhq/solana-contrib": "^1.13.30",
"@saberhq/token-utils": "^1.13.30",
"@saberhq/solana-contrib": "^2.0.0",
"@saberhq/token-utils": "^2.0.0",
"@saberhq/tsconfig": "^3.2.1",
"@saberhq/use-solana": "^1.13.30",
"@solana/web3.js": "^1.44.2",
"@types/lodash.chunk": "^4.2.7",
"@types/lodash.mapvalues": "^4.6.7",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.zip": "^4.2.7",
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/retry": "^0.12.2",
"@yarnpkg/doctor": "^4.0.0-rc.9",
"@saberhq/use-solana": "^2.0.0",
"@solana/web3.js": "^1.91.1",
"@types/bn.js": "^5.1.5",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.uniq": "^4.5.9",
"@types/lodash.zip": "^4.2.9",
"@types/node": "^20.11.30",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@types/retry": "^0.12.5",
"@yarnpkg/doctor": "^4.0.1",
"bn.js": "^5.2.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
Expand All @@ -83,12 +84,12 @@
"lodash.zip": "^4.2.0",
"retry": "^0.13.1",
"tiny-invariant": "^1.2.0",
"tslib": "^2.4.0",
"tslib": "^2.6.2",
"unstated-next": "^1.1.0",
"use-debounce": "^8.0.1"
},
"peerDependencies": {
"@project-serum/anchor": ">=0.24",
"@coral-xyz/anchor": ">=0.29.0",
"@saberhq/anchor-contrib": "^1.13",
"@saberhq/solana-contrib": "^1.13",
"@saberhq/token-utils": "^1.13",
Expand Down
2 changes: 1 addition & 1 deletion src/parsers/useParsedAccount.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProgramAccount } from "@project-serum/anchor";
import type { ProgramAccount } from "@coral-xyz/anchor";
import type { Network } from "@saberhq/solana-contrib";
import { useSolana } from "@saberhq/use-solana";
import type { PublicKey } from "@solana/web3.js";
Expand Down
Loading

0 comments on commit ee40638

Please sign in to comment.