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 14, 2025
1 parent 7e8c829 commit 0c57b9d
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 137 deletions.
8 changes: 4 additions & 4 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "MIT",
"dependencies": {
"@lifi/data-types": "^5.19.1",
"@lifi/sdk": "^3.5.0",
"@lifi/sdk": "^3.5.1",
"@wagmi/connectors": "^5.7.3",
"@wagmi/core": "^2.16.3",
"dotenv": "^16.4.7",
"viem": "^2.22.2"
"viem": "^2.22.8"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -24,8 +24,8 @@
"example:yearn": "tsx examples/yearnDeposit.ts"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
119 changes: 59 additions & 60 deletions examples/node/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.22.2"
"viem": "^2.22.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand All @@ -117,7 +117,7 @@
"pinst": "^3.0.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0c57b9d

Please sign in to comment.