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