fix(sweep): Updating sweep plugin

This commit is contained in:
Chris Troutner
2021-02-18 10:14:45 -08:00
parent 843da4273d
commit 8322c8adec
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -13,7 +13,7 @@
"@capacitor/core": "^2.4.6", "@capacitor/core": "^2.4.6",
"gatsby": "^2.31.1", "gatsby": "^2.31.1",
"gatsby-ipfs-web-wallet": "^1.19.6", "gatsby-ipfs-web-wallet": "^1.19.6",
"gatsby-plugin-bch-sweep": "^1.5.1" "gatsby-plugin-bch-sweep": "^1.5.2"
}, },
"devDependencies": { "devDependencies": {
"capacitor-resources": "^2.0.5", "capacitor-resources": "^2.0.5",
@@ -12278,9 +12278,9 @@
} }
}, },
"node_modules/gatsby-plugin-bch-sweep": { "node_modules/gatsby-plugin-bch-sweep": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.1.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.2.tgz",
"integrity": "sha512-FmesZF24kPaFiV6xbbrUtStt+bYxNqmzj98VdQA7DkwjpBu5u7BLoZ6mRhu+t1Xi3AM9Pp+I6DUmEQ3CM+HdmQ==", "integrity": "sha512-b2r9Mit21XcIzwuydP/RTEsby7kSI8/RUygzC4e9dHeeU67z/HmulmB7CYx/Iz3xzTvzqiO1IxbV3N1FI6VM2A==",
"dependencies": { "dependencies": {
"adminlte-2-react": "^0.1.27" "adminlte-2-react": "^0.1.27"
} }
@@ -45249,9 +45249,9 @@
} }
}, },
"gatsby-plugin-bch-sweep": { "gatsby-plugin-bch-sweep": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.1.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.2.tgz",
"integrity": "sha512-FmesZF24kPaFiV6xbbrUtStt+bYxNqmzj98VdQA7DkwjpBu5u7BLoZ6mRhu+t1Xi3AM9Pp+I6DUmEQ3CM+HdmQ==", "integrity": "sha512-b2r9Mit21XcIzwuydP/RTEsby7kSI8/RUygzC4e9dHeeU67z/HmulmB7CYx/Iz3xzTvzqiO1IxbV3N1FI6VM2A==",
"requires": { "requires": {
"adminlte-2-react": "^0.1.27" "adminlte-2-react": "^0.1.27"
} }
+1 -1
View File
@@ -26,7 +26,7 @@
"@capacitor/core": "^2.4.6", "@capacitor/core": "^2.4.6",
"gatsby": "^2.31.1", "gatsby": "^2.31.1",
"gatsby-ipfs-web-wallet": "^1.19.6", "gatsby-ipfs-web-wallet": "^1.19.6",
"gatsby-plugin-bch-sweep": "^1.5.1" "gatsby-plugin-bch-sweep": "^1.5.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",