Skip to content

Commit

Permalink
* bump reachducks; code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJackdaw committed Aug 7, 2022
1 parent 8059d88 commit 0032479
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@jackcom/raphsducks": "^2.0.1",
"@jackcom/reachduck": "^0.4.3",
"@jackcom/reachduck": "^0.4.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@randlabs/myalgo-connect": "^1.1.3",
Expand Down
3 changes: 2 additions & 1 deletion src/reach/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import store, {
updateNotification
} from "state";
import {
ReachAccount,
ReachToken,
connectUser,
checkSessionExists,
reconnectUser,
Expand All @@ -13,7 +15,6 @@ import {
loadReachWithOpts,
ReachEnvOpts
} from "@jackcom/reachduck";
import { ReachAccount, ReachToken } from "@jackcom/reachduck/lib/types";
import {
loadStdlib,
ALGO_WalletConnect as WalletConnect,
Expand Down

0 comments on commit 0032479

Please sign in to comment.