mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(sweep): Updating sweep plugin
This commit is contained in:
Generated
+7
-7
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user