fix(gatsby-ipfs-web-wallet): Bumping to v1.9.18

This commit is contained in:
Chris Troutner
2020-09-25 06:50:16 -07:00
parent ff5627943b
commit 5a727221e1
2 changed files with 32 additions and 12 deletions
+31 -11
View File
@@ -8150,6 +8150,14 @@
"resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"copy-to-clipboard": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz",
"integrity": "sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==",
"requires": {
"toggle-selection": "^1.0.6"
}
},
"copyfiles": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.3.0.tgz",
@@ -22202,11 +22210,12 @@
}
},
"gatsby-ipfs-web-wallet": {
"version": "1.9.14",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.9.14.tgz",
"integrity": "sha512-TrEW+kce5fP7AwFEjNCi9e2hpYvkKEblstyVxr9kl7JsCZlYDicpTNEtiesBkLDGKUuIE2Fi2K5EWvNpy43BBQ==",
"version": "1.9.18",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.9.18.tgz",
"integrity": "sha512-Oh9tiWqomgBHWjj97FgHr/qJgz4HLU/O8CUDGmBsJQfTVmfNd4jqbZPmKML1EWcnXff3no3IiiLw2gtmrCsgNQ==",
"requires": {
"adminlte-2-react": "^0.1.27",
"copy-to-clipboard": "^3.3.1",
"gatsby": "^2.23.7",
"gatsby-image": "^2.4.5",
"gatsby-plugin-ipfs": "^2.0.2",
@@ -22216,7 +22225,7 @@
"gatsby-plugin-sharp": "^2.6.17",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "2.5.3",
"memo-get-gatsby": "^1.0.2",
"memo-get-gatsby": "^1.0.4",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
@@ -22371,9 +22380,9 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.4.30",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.30.tgz",
"integrity": "sha512-ZcQcQRH/VNomRKlOPH/HkwzzJM0XmXw5egYYsVjf8TMtZka3/FDZucIGTeTLv7FZwdMSF2sGJrHU+nx3PrhCUQ==",
"version": "2.4.31",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.31.tgz",
"integrity": "sha512-ZhyeYIWeyYnQfnw0OTVg4LDj1AECQwLbodTqTGOQCRWJADuigS4RRu7R0dpHW5EFD/iRphTDEEgOISisJiwJcg==",
"requires": {
"@babel/runtime": "^7.11.2",
"gatsby-core-utils": "^1.3.20",
@@ -27013,9 +27022,9 @@
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
},
"memo-get-gatsby": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/memo-get-gatsby/-/memo-get-gatsby-1.0.2.tgz",
"integrity": "sha512-oGmKuwRC4oy43pZoiBGF9nQPDeB6xh4YhDm2+LpubaoTdpjw4sr/3bXege8CMj4uIY0/hbiMyaOMZr1we/pkAw==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/memo-get-gatsby/-/memo-get-gatsby-1.0.4.tgz",
"integrity": "sha512-9RtDJqBksHbI/a6CAZSHXpbs0UsMJJgJ/sYrlgXDwQ00eKsPrbAUGC5cNz69DTmTFNQmA5HOXJXq6RNK6d7K4Q==",
"requires": {
"@chris.troutner/bch-js": "3.2.1"
}
@@ -33601,7 +33610,13 @@
"version": "github:Bitcoin-com/pushdata-bitcoin#9b75eebe597853c6eeaec3e6c44b6d9c9cd7ee86",
"from": "github:Bitcoin-com/pushdata-bitcoin#1.2.1",
"requires": {
"bitcoincash-ops": "github:christroutner/bitcoincash-ops"
"bitcoincash-ops": "github:Bitcoin-com/bitcoincash-ops#2.0.0"
},
"dependencies": {
"bitcoincash-ops": {
"version": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3",
"from": "github:Bitcoin-com/bitcoincash-ops#2.0.0"
}
}
},
"q": {
@@ -38458,6 +38473,11 @@
"repeat-string": "^1.6.1"
}
},
"toggle-selection": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
"integrity": "sha1-bkWxJj8gF/oKzH2J14sVuL932jI="
},
"toidentifier": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",