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

fix(gatsby-ipfs-web-wallet): Upgrading version
This commit is contained in:
Chris Troutner
2020-12-17 14:38:08 -08:00
committed by GitHub
5 changed files with 10 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
FEE=1.5
+1
View File
@@ -0,0 +1 @@
FEE=1.5
+4
View File
@@ -67,3 +67,7 @@ yarn-error.log
.pnp.js
# Yarn Integrity file
.yarn-integrity
# Explit files to keep
!.env.development
!.env.production
+3 -3
View File
@@ -20860,9 +20860,9 @@
}
},
"gatsby-ipfs-web-wallet": {
"version": "1.18.1",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.18.1.tgz",
"integrity": "sha512-KcWN3Kqwb/77f7mlvkIRSeOGK4DaM7IAK7S0+ojbdmZQxbQmCCyd6qU8UoBuU2AAnSoeURr3e11Kl3YQOkS3Og==",
"version": "1.18.2",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.18.2.tgz",
"integrity": "sha512-jb9mzv5+3U2TKyxfgywtreOSBOFnU1EffXg/ua0DJo+RibdQ5+FQ6V6v393uzItK1X2o3kANlJrddj9hQRlXyw==",
"requires": {
"adminlte-2-react": "^0.1.27",
"copy-to-clipboard": "^3.3.1",
+1 -1
View File
@@ -20,7 +20,7 @@
},
"dependencies": {
"gatsby": "^2.24.80",
"gatsby-ipfs-web-wallet": "^1.18.1",
"gatsby-ipfs-web-wallet": "^1.18.2",
"gatsby-plugin-bch-sweep": "^1.5.1"
},
"repository": {