Skip to content

Commit

Permalink
v4.15.2: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 11, 2023
1 parent 6365d38 commit c27f272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image-evm",
"moduleName": "ReactTokenImage",
"version": "4.15.0",
"version": "4.15.2",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.evm.js",
"module": "./dist/esm/index.evm.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image",
"moduleName": "ReactTokenImage",
"version": "4.15.1",
"version": "4.15.2",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image-solana",
"moduleName": "ReactTokenImage",
"version": "4.15.0",
"version": "4.15.2",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.solana.js",
"module": "./dist/esm/index.solana.js",
Expand All @@ -26,7 +26,7 @@
"peerDependencies": {
"@depay/solana-web3.js": "^1.25.1",
"@depay/web3-blockchains": "^9.1.4",
"@depay/web3-client-solana": "^9.20.1",
"@depay/web3-client-solana": "^10.18.0",
"@depay/web3-tokens-solana": "^9.20.1",
"ethers": "^5.7.1",
"react": "^18",
Expand Down

0 comments on commit c27f272

Please sign in to comment.