Skip to content

Commit

Permalink
Update all dependencies to the latest version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme authored Feb 13, 2024
1 parent 76036e8 commit f4f11e2
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 241 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@noble/hashes": "^1.3.2",
"@orca-so/common-sdk": "^0.3.5",
"@orca-so/token-sdk": "^0.2.0",
"@orca-so/whirlpools-sdk": "^0.11.6",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.87.5",
"axios": "^1.6.1",
"@noble/hashes": "^1.3.3",
"@orca-so/common-sdk": "^0.4.0",
"@orca-so/token-sdk": "^0.3.3",
"@orca-so/whirlpools-sdk": "^0.12.2",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.90.0",
"axios": "^1.6.7",
"bn.js": "^5.2.1",
"csv": "^6.3.5",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"csv": "^6.3.6",
"csv-parse": "^5.5.3",
"csv-stringify": "^6.4.5",
"decimal.js": "^10.4.3",
"dotenv": "^16.3.1",
"dotenv": "^16.4.4",
"lodash": "^4.17.21",
"p-queue": "^6.6.2",
"p-queue": "^8.0.1",
"tiny-invariant": "^1.3.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/node": "^20.11.17",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.0.3",
"typescript": "^5.3.2"
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit f4f11e2

Please sign in to comment.