Merge pull request #30 from Permissionless-Software-Foundation/ct-unstable

fix(gatsby-ipfs-web-wallet): Fixed bug
This commit is contained in:
Chris Troutner
2020-12-18 18:34:33 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -19608,9 +19608,9 @@
} }
}, },
"gatsby-ipfs-web-wallet": { "gatsby-ipfs-web-wallet": {
"version": "1.18.4", "version": "1.18.5",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.18.4.tgz", "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.18.5.tgz",
"integrity": "sha512-bAiwS9j40jjgijM2zsWZQ8wl1SlJHlxF9mH3ien8RQFPOpKJMnsWefGxpo5y6Tc38o3RUHJahGZotYTiDterww==", "integrity": "sha512-/p9c9QrXZzhWdy2wiBh6KwHbRHslT2NROeJssm4y/4bfQ24j7x4Ay50V3RWXyKK/2pOav8ST8ABV+hqRwrvP3w==",
"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",
+1 -1
View File
@@ -20,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"gatsby": "^2.24.80", "gatsby": "^2.24.80",
"gatsby-ipfs-web-wallet": "^1.18.4", "gatsby-ipfs-web-wallet": "^1.18.5",
"gatsby-plugin-bch-sweep": "^1.5.1" "gatsby-plugin-bch-sweep": "^1.5.1"
}, },
"repository": { "repository": {