From 22740536dca68af5516e83f86553ff70598441aa Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 25 Oct 2020 14:03:59 -0700 Subject: [PATCH] fix(sweep): Working with bch-token-sweep v1.5.0 --- gatsby-config.js | 2 +- package-lock.json | 24 +++++++++---------- package.json | 4 ++-- .../components/menu-components.js | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 0428231..a5f902c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -15,7 +15,7 @@ module.exports = { // modules: ['bch-wallet-plugin-postoffice'] // } // }, - // require.resolve('../gatsby-plugin-bch-sweep') + // require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep') 'gatsby-plugin-bch-sweep' ] } diff --git a/package-lock.json b/package-lock.json index 0d2bc10..d42523d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11545,9 +11545,9 @@ } }, "fromentries": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.1.tgz", - "integrity": "sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.0.tgz", + "integrity": "sha512-+pKvlQHvpxxSTF+tWZ4DjxD0Sz4G26EjAP4z7D2k8VLJ19hrLbSgaQLx/u2mVQn7hiA2s/3DyutOyFwTuDsRgA==" }, "fs-constants": { "version": "1.0.0", @@ -21472,9 +21472,9 @@ } }, "gatsby-ipfs-web-wallet": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.11.3.tgz", - "integrity": "sha512-RkFkkZpEszuQSSvF/GGW8Pls/xF0OwcmxpPEXi0FqsuZ0oPRaPtKhwNzamnzmg4Zm6Bhrvl8QN33LQglO3N3fA==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.13.0.tgz", + "integrity": "sha512-nh8M3OI/fQMv8JJb3SNcWrB1jxC/54NqgE8T4HtyORoWQaao1zB7sjox4sysLFltdqLm5ZRFrnb2ZBEHngzbQw==", "requires": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", @@ -21532,9 +21532,9 @@ } }, "gatsby-plugin-bch-sweep": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.3.0.tgz", - "integrity": "sha512-Ab+8r70d7pQV/Z0PedHnfMglzqlOMaEDuxf7C2dqgjFjXioaiouvdYY6WglDryclDDuTA4szvtVYvXtmK8m/tA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.4.1.tgz", + "integrity": "sha512-+ZclhleCEPvnEDPU3471FXTSqeI+68atGetjozeUzxRYYlQ74n0zq+m7LHQg13pIUAvaZC0LmqvFavYZFhjhfw==", "requires": { "adminlte-2-react": "^0.1.27" } @@ -21665,9 +21665,9 @@ } }, "gatsby-plugin-offline": { - "version": "3.2.35", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.35.tgz", - "integrity": "sha512-qiv4ry+6053bpXyc8zjTWiOpslMpjVGXdUFTVnUv/ffzvQS4jhXty7uC2mC0H9LwOvSUFmiIuNZ81oVs+XiFEw==", + "version": "3.2.37", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.37.tgz", + "integrity": "sha512-GwutE/t5t1SlPv8tQPboxGdwk2ERMFoVLE/LAMgLKnt+SonDk3kLd2+j7qwyA60qdVjyET1gGa2296gyPnLPsw==", "requires": { "@babel/runtime": "^7.11.2", "cheerio": "^1.0.0-rc.3", diff --git a/package.json b/package.json index 8dc7156..638c5e6 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "gatsby": "^2.24.80", - "gatsby-ipfs-web-wallet": "^1.11.4", - "gatsby-plugin-bch-sweep": "^1.4.0" + "gatsby-ipfs-web-wallet": "^1.13.0", + "gatsby-plugin-bch-sweep": "^1.4.1" }, "repository": { "type": "git", diff --git a/src/gatsby-ipfs-web-wallet/components/menu-components.js b/src/gatsby-ipfs-web-wallet/components/menu-components.js index 68d390a..8da798c 100644 --- a/src/gatsby-ipfs-web-wallet/components/menu-components.js +++ b/src/gatsby-ipfs-web-wallet/components/menu-components.js @@ -15,7 +15,7 @@ import Configure from 'gatsby-ipfs-web-wallet/src/components/admin-lte/configure import SendReceive from 'gatsby-ipfs-web-wallet/src/components/admin-lte/send-receive' import About from '../../about' -import Sweep from 'gatsby-plugin-bch-sweep/src/components/sweep' +import Sweep from 'gatsby-plugin-bch-sweep' const { Item } = Sidebar