Skip to content

Commit

Permalink
Revert "sdk: pin dependencies (#1373)"
Browse files Browse the repository at this point in the history
This reverts commit 6a66410.
  • Loading branch information
lowkeynicc authored Dec 11, 2024
1 parent 9b69652 commit f0c3a85
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 105 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@
"@coral-xyz/anchor": "0.29.0",
"@coral-xyz/anchor-30": "npm:@coral-xyz/[email protected]",
"@project-serum/common": "0.0.1-beta.3",
"@project-serum/serum": "0.13.65",
"@pythnetwork/client": "2.21.0",
"@project-serum/serum": "^0.13.38",
"@pythnetwork/client": "^2.5.1",
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "1.73.2",
"@types/bn.js": "5.1.6",
"@types/chai": "5.0.0",
"@types/mocha": "8.2.3",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"chai": "4.4.1",
"eslint": "7.32.0",
"@types/chai": "^5.0.0",
"@types/mocha": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "7.0.4",
"husky": "^7.0.4",
"prettier": "3.0.1",
"typedoc": "0.23.23",
"typescript": "4.9.5",
"@pythnetwork/price-service-client": "1.9.0"
"typescript": "^4.9",
"@pythnetwork/price-service-client": "^1.9.0"
},
"dependencies": {
"@ellipsis-labs/phoenix-sdk": "1.4.2",
"@pythnetwork/pyth-solana-receiver": "0.8.0",
"@switchboard-xyz/on-demand": "1.2.10",
"anchor-bankrun": "0.3.0",
"chai-bn": "0.2.2",
"csvtojson": "2.0.10",
"dotenv": "16.4.5",
"json2csv": "5.0.7",
"@pythnetwork/pyth-solana-receiver": "^0.8.0",
"@switchboard-xyz/on-demand": "^1.2.10",
"anchor-bankrun": "^0.3.0",
"chai-bn": "^0.2.2",
"csvtojson": "^2.0.10",
"dotenv": "^16.4.5",
"json2csv": "^5.0.7",
"nanoid": "3.3.4",
"rpc-websockets": "7.5.1",
"solana-bankrun": "0.3.0",
"zstddec": "0.1.0"
"solana-bankrun": "^0.3.0",
"zstddec": "^0.1.0"
},
"scripts": {
"generate-docs": "typedoc --skipErrorChecking --logLevel Error",
Expand All @@ -53,4 +53,4 @@
"engines": {
"node": ">=12"
}
}
}
52 changes: 26 additions & 26 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,50 +36,50 @@
"access": "public"
},
"dependencies": {
"@coral-xyz/anchor": "0.29.0",
"@coral-xyz/anchor": "0.28.0",
"@coral-xyz/anchor-30": "npm:@coral-xyz/[email protected]",
"@ellipsis-labs/phoenix-sdk": "1.4.5",
"@grpc/grpc-js": "1.12.2",
"@ellipsis-labs/phoenix-sdk": "^1.4.2",
"@grpc/grpc-js": "^1.8.0",
"@openbook-dex/openbook-v2": "0.2.10",
"@project-serum/serum": "0.13.65",
"@project-serum/serum": "^0.13.38",
"@pythnetwork/client": "2.5.3",
"@pythnetwork/price-service-sdk": "1.7.1",
"@pythnetwork/pyth-solana-receiver": "0.7.0",
"@pythnetwork/price-service-sdk": "^1.7.1",
"@pythnetwork/pyth-solana-receiver": "^0.7.0",
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "1.92.3",
"@switchboard-xyz/on-demand": "1.2.42",
"@triton-one/yellowstone-grpc": "1.3.0",
"anchor-bankrun": "0.3.0",
"node-cache": "5.1.2",
"anchor-bankrun": "^0.3.0",
"node-cache": "^5.1.2",
"rpc-websockets": "7.5.1",
"solana-bankrun": "0.3.1",
"strict-event-emitter-types": "2.0.0",
"solana-bankrun": "^0.3.0",
"strict-event-emitter-types": "^2.0.0",
"tweetnacl": "1.0.3",
"uuid": "8.3.2",
"yargs": "17.7.2",
"zstddec": "0.1.0"
"uuid": "^8.3.2",
"yargs": "^17.7.2",
"zstddec": "^0.1.0"
},
"devDependencies": {
"@types/big.js": "6.2.2",
"@types/big.js": "^6.2.0",
"@types/bn.js": "5.1.6",
"@types/bs58": "4.0.4",
"@types/chai": "4.3.20",
"@types/jest": "28.1.8",
"@types/mocha": "9.1.1",
"@types/bs58": "^4.0.4",
"@types/chai": "^4.3.1",
"@types/jest": "^28.1.3",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"chai": "4.5.0",
"encoding": "0.1.13",
"chai": "^4.3.6",
"encoding": "^0.1.13",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"lodash": "4.17.21",
"mocha": "10.7.3",
"object-sizeof": "2.6.5",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"object-sizeof": "^2.6.3",
"prettier": "3.0.1",
"sinon": "18.0.1",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"sinon": "^18.0.0",
"ts-node": "^10.8.0",
"typescript": "^4.9.5"
},
"description": "SDK for Drift Protocol",
"engines": {
Expand Down
Loading

0 comments on commit f0c3a85

Please sign in to comment.