Skip to content

Commit

Permalink
Update web3 and fix hasha warning (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Jun 12, 2020
1 parent 5ab5d26 commit 6fbfd49
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 28 deletions.
3 changes: 1 addition & 2 deletions explorer/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ branches:
only:
- master
script:
# temporary until hasha dependency warning is fixed
- CI=false npm run build
- npm run build
- npm run format
39 changes: 14 additions & 25 deletions explorer/package-lock.json

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

2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@solana/web3.js": "^0.34.2",
"@solana/web3.js": "^0.35.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand Down

0 comments on commit 6fbfd49

Please sign in to comment.