Skip to content

Commit

Permalink
Add print lock file (#244)
Browse files Browse the repository at this point in the history
* lock file

* update version
  • Loading branch information
0xjojoex committed Sep 10, 2023
1 parent b5e0b51 commit c00b95f
Show file tree
Hide file tree
Showing 4 changed files with 5,532 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install.lockfile]
print = "yarn"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"makelist": "bun run index.ts makelist",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"fetch": "bun run index.ts fetch",
"test": "jest",
"test": "bun test",
"ci-check": "bun run index.ts ci-check"
},
"dependencies": {
"@ethersproject/address": "^5.1.0",
"@pancakeswap/awgmi": "^0.0.5",
"@pancakeswap/token-lists": "^0.0.2",
"@pancakeswap/token-lists": "^0.0.8",
"@typechain/ethers-v5": "^9.0.0",
"ajv": "6.12.2",
"aptos": "^1.3.16",
"axios": "^0.26.0",
"bun": "^0.8.0",
"bun": "^1.0.0",
"ethers": "^5.5.4",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
Expand All @@ -42,7 +42,7 @@
"@types/lodash": "^4.14.182",
"@types/node": "^15.0.2",
"babel-jest": "^26.6.3",
"bun-types": "^0.8.0",
"bun-types": "^1.0.1",
"jest": "^26.6.3",
"rollup": "^2.47.0",
"ts-jest": "^26.5.6",
Expand Down
Loading

0 comments on commit c00b95f

Please sign in to comment.