mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-22 01:02:06 -07:00
Merge pull request #23 from Permissionless-Software-Foundation/ct-unstable
fix(send-tokens): Fixing bug with sending tokens. Was rounding to who…
This commit is contained in:
Generated
+12
-12
@@ -1396,9 +1396,9 @@
|
||||
}
|
||||
},
|
||||
"@babel/runtime-corejs2": {
|
||||
"version": "7.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.12.0.tgz",
|
||||
"integrity": "sha512-nGuF514b85g+yqvnsvidTXFrGkFAVB0S5+2FnBOsBrOmtesk+DonbHB0z4oB45gyoY+ajzg0ZIV9r+Aq0Yux6Q==",
|
||||
"version": "7.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.12.1.tgz",
|
||||
"integrity": "sha512-5uSG1M64+OO+DL4U12qTqHDhc1vorwH6suCSPRH+77UVYzxO5TMyziWe/nQNPcPt9Wnl5G7dIYXuZ6MBuW/dFw==",
|
||||
"requires": {
|
||||
"core-js": "^2.6.5",
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
@@ -22269,9 +22269,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-ipfs-web-wallet": {
|
||||
"version": "1.11.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.11.1.tgz",
|
||||
"integrity": "sha512-7xY4kIjghgLTWkkiwoIqWSm43hK6R6RlVtnPTIFKQfWD9oiQeUla8LtPvd8F08YujeGysT1nDGFHw+fuJFqiBw==",
|
||||
"version": "1.11.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.11.2.tgz",
|
||||
"integrity": "sha512-HwARRuGX18Hne3SXUKAGtF1fVAccDZUdbDdqvWqb7jBcPyUWfjgQAltjceFod3ixThg78PtQr6UJbx30BkN0Eg==",
|
||||
"requires": {
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
@@ -22374,9 +22374,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-bch-sweep": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.2.5.tgz",
|
||||
"integrity": "sha512-/dq4ES3tomsWFSkk/QjwXs3Kwy8d5mJiK1H+5PZVyMy+llhY0ddGeznUPiiby64mIkfbupge66GhmTKAb9LQUQ==",
|
||||
"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==",
|
||||
"requires": {
|
||||
"adminlte-2-react": "^0.1.27"
|
||||
}
|
||||
@@ -39896,9 +39896,9 @@
|
||||
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
|
||||
},
|
||||
"whatwg-fetch": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz",
|
||||
"integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng=="
|
||||
"version": "3.4.1",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz",
|
||||
"integrity": "sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ=="
|
||||
},
|
||||
"which": {
|
||||
"version": "1.3.1",
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.24.80",
|
||||
"gatsby-ipfs-web-wallet": "^1.11.1",
|
||||
"gatsby-plugin-bch-sweep": "^1.2.5",
|
||||
"gatsby-ipfs-web-wallet": "^1.11.2",
|
||||
"gatsby-plugin-bch-sweep": "^1.3.0",
|
||||
"gatsby-plugin-compile-es6-packages": "^2.1.0"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user