Skip to content

Commit

Permalink
Merge pull request #289 from neutron-org/chore/replace-keeper-methods
Browse files Browse the repository at this point in the history
Chore: update neutronjsplus #NTRN-268
  • Loading branch information
pr0n00gler authored May 8, 2024
2 parents b5bffe2 + 67e715a commit 86d1d85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cosmos-client/core": "^0.47.4",
"@cosmos-client/cosmwasm": "^0.40.3",
"@cosmos-client/ibc": "^1.2.1",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#e3458bd519583cc7afefd8bba7460c9993499c62",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#c2f30498d97def62c9c2b133afdf8815f70987e6",
"@types/lodash": "^4.14.182",
"@types/long": "^5.0.0",
"axios": "^0.27.2",
Expand Down Expand Up @@ -85,9 +85,11 @@
"eslint --max-warnings=0",
"jest --bail --findRelatedTests"
],
"./**/*.{ts,tsx,js,jsx,md,json}": ["prettier --write"]
"./**/*.{ts,tsx,js,jsx,md,json}": [
"prettier --write"
]
},
"engines": {
"node": ">=16.0 <17"
}
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1568,9 +1568,9 @@
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-5.50.0.tgz#29c6419e8379d496ab6d0426eadf3c4d100cd186"
integrity sha512-swKHYCOZUGyVt4ge0u8a7AwNcA//h4nx5wIi0sruGye1IJ5Cva0GyK9L2/WdX+kWVTKp92ZiEo1df31lrWGPgA==

"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#e3458bd519583cc7afefd8bba7460c9993499c62":
"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#59ba508e53502e3a8622d62e93b94f0b841bd0c8":
version "0.4.0-rc19"
resolved "https://github.com/neutron-org/neutronjsplus.git#e3458bd519583cc7afefd8bba7460c9993499c62"
resolved "https://github.com/neutron-org/neutronjsplus.git#59ba508e53502e3a8622d62e93b94f0b841bd0c8"
dependencies:
"@bufbuild/protobuf" "^1.4.2"
"@cosmos-client/core" "^0.47.4"
Expand Down

0 comments on commit 86d1d85

Please sign in to comment.