Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 27, 2025
1 parent adb6081 commit 06cb14f
Show file tree
Hide file tree
Showing 10 changed files with 822 additions and 741 deletions.
10 changes: 5 additions & 5 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "LI.FI <[email protected]>",
"license": "MIT",
"dependencies": {
"@lifi/data-types": "^5.19.1",
"@lifi/sdk": "^3.5.1",
"@wagmi/connectors": "^5.7.3",
"@lifi/data-types": "^5.22.0",
"@lifi/sdk": "^3.5.2",
"@wagmi/connectors": "^5.7.5",
"@wagmi/core": "^2.16.3",
"dotenv": "^16.4.7",
"viem": "^2.22.8"
"viem": "^2.22.15"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -24,7 +24,7 @@
"example:yearn": "tsx examples/yearnDeposit.ts"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
Expand Down
474 changes: 254 additions & 220 deletions examples/node/pnpm-lock.yaml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,32 +93,32 @@
},
"dependencies": {
"@bigmi/core": "^0.1.0",
"@lifi/types": "^16.5.0",
"@noble/curves": "^1.8.0",
"@lifi/types": "^16.6.0",
"@noble/curves": "^1.8.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.98.0",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.22.8"
"viem": "^2.22.15"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/fs-extra": "^11.0.4",
"@types/ws": "^8.5.13",
"@vitest/coverage-v8": "^2.1.8",
"fs-extra": "^11.2.0",
"@types/ws": "^8.5.14",
"@vitest/coverage-v8": "^3.0.4",
"fs-extra": "^11.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.3",
"madge": "^8.0.0",
"msw": "^2.7.0",
"pinst": "^3.0.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
"vitest": "^3.0.4"
},
"peerDependencies": {
"@solana/wallet-adapter-base": "^0.9.0",
Expand Down
Loading

0 comments on commit 06cb14f

Please sign in to comment.