Skip to content

Commit

Permalink
fix ref.finance issues (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: Sérgio <sergioseco98@gmail.com>
Co-authored-by: ruisantiago <ruisantiagomr@gmail.com>
Co-authored-by: Sérgio Seco <52105707+SurgeCode@users.noreply.github.com>
  • Loading branch information
4 people authored Mar 19, 2024
1 parent 7c912f4 commit 5c99a2d
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 59 deletions.
228 changes: 214 additions & 14 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@
"serve": "^14.0.1",
"superagent": "^8.0.3",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^4.8.4",
"@near-wallet-selector/wallet-utils": "^8.9.5"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@near-wallet-selector/core": "8.9.3",
"@near-wallet-selector/core": "8.9.5",
"jest-fetch-mock": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@testing-library/user-event": "^14.5.2"
},
"dependencies": {
"@mintbase-js/wallet": "0.5.6-fix-near-api-js-version-48106fe.0",
"@mintbase-js/wallet": "0.5.6-ref-finance-fix-da9c93b.0",
"@near-wallet-selector/core": "8.9.3",
"@near-wallet-selector/here-wallet": "8.9.3",
"@near-wallet-selector/meteor-wallet": "8.9.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"author": "Mintbase",
"license": "MIT",
"dependencies": {
"@near-wallet-selector/core": "8.9.3",
"@near-wallet-selector/core": "8.9.5",
"@near-wallet-selector/wallet-utils": "^8.9.5",
"bn.js": "^5.2.1",
"near-api-js": "3.0.3"
}
Expand Down
Loading

0 comments on commit 5c99a2d

Please sign in to comment.