Skip to content

Commit

Permalink
update deps and use bun in ci (#106)
Browse files Browse the repository at this point in the history
* update deps and use bun in ci

* fix ci
  • Loading branch information
nooxx authored Jun 21, 2024
1 parent e250a2e commit c8908ea
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5,008 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint
- uses: actions/checkout@v4
- name: "setup:bun"
uses: oven-sh/setup-bun@v1
- name: "install-deps"
run: bun install
- name: "lint"
run: bun run lint
Binary file added bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,32 @@
"dependencies": {
"@blockfrost/blockfrost-js": "^5.5.0",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.0",
"@cosmjs/stargate": "^0.30.1",
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
"@solana/web3.js": "^1.91.3",
"@substrate/txwrapper-polkadot": "^7.3.0",
"@solana/web3.js": "^1.93.0",
"@substrate/txwrapper-polkadot": "^7.5.1",
"@taquito/local-forging": "^17.5.2",
"@taquito/rpc": "^16.0.1",
"@taquito/rpc": "^16.2.0",
"@types/bn.js": "^5.1.5",
"axios": "^1.6.5",
"axios": "^1.7.2",
"bn.js": "^5.2.1",
"ethers": "^5.6.4",
"fireblocks-sdk": "^4.0.0",
"ethers": "^5.7.2",
"fireblocks-sdk": "^4.2.0",
"js-sha256": "^0.9.0",
"near-api-js": "^2.1.4",
"protobufjs": "^7.2.6",
"protobufjs": "^7.3.2",
"viem": "^1.21.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-next": "^12.2.3",
"eslint-config-next": "^12.3.4",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
"prettier": "^3.3.2",
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit c8908ea

Please sign in to comment.