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

UX improvements
This commit is contained in:
Chris Troutner
2021-02-18 11:59:00 -08:00
committed by GitHub
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -12,8 +12,8 @@
"@capacitor/cli": "^2.4.6",
"@capacitor/core": "^2.4.6",
"gatsby": "^2.31.1",
"gatsby-ipfs-web-wallet": "^1.19.6",
"gatsby-plugin-bch-sweep": "^1.5.1"
"gatsby-ipfs-web-wallet": "^1.20.0",
"gatsby-plugin-bch-sweep": "^1.5.2"
},
"devDependencies": {
"capacitor-resources": "^2.0.5",
@@ -12213,9 +12213,9 @@
}
},
"node_modules/gatsby-ipfs-web-wallet": {
"version": "1.19.6",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.19.6.tgz",
"integrity": "sha512-Ty76c74U3NdjKDsDbSL2rZEQjvJmUW6uMA7l054Yr0TFe0d4x8KjtDEGq6oUzcdXsN837zmmaYYqCaLw5C5cZw==",
"version": "1.20.0",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.20.0.tgz",
"integrity": "sha512-Ny2nKwVOP++gwmeHE9npsQAIaQVVjreXRqtqBd6xQlwWrL1aUb3xFpFDI9RZyNwOGcPxQ4wyUVLT5H+ZsI2w2g==",
"dependencies": {
"adminlte-2-react": "^0.1.27",
"copy-to-clipboard": "^3.3.1",
@@ -12278,9 +12278,9 @@
}
},
"node_modules/gatsby-plugin-bch-sweep": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.1.tgz",
"integrity": "sha512-FmesZF24kPaFiV6xbbrUtStt+bYxNqmzj98VdQA7DkwjpBu5u7BLoZ6mRhu+t1Xi3AM9Pp+I6DUmEQ3CM+HdmQ==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.2.tgz",
"integrity": "sha512-b2r9Mit21XcIzwuydP/RTEsby7kSI8/RUygzC4e9dHeeU67z/HmulmB7CYx/Iz3xzTvzqiO1IxbV3N1FI6VM2A==",
"dependencies": {
"adminlte-2-react": "^0.1.27"
}
@@ -45190,9 +45190,9 @@
}
},
"gatsby-ipfs-web-wallet": {
"version": "1.19.6",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.19.6.tgz",
"integrity": "sha512-Ty76c74U3NdjKDsDbSL2rZEQjvJmUW6uMA7l054Yr0TFe0d4x8KjtDEGq6oUzcdXsN837zmmaYYqCaLw5C5cZw==",
"version": "1.20.0",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.20.0.tgz",
"integrity": "sha512-Ny2nKwVOP++gwmeHE9npsQAIaQVVjreXRqtqBd6xQlwWrL1aUb3xFpFDI9RZyNwOGcPxQ4wyUVLT5H+ZsI2w2g==",
"requires": {
"adminlte-2-react": "^0.1.27",
"copy-to-clipboard": "^3.3.1",
@@ -45249,9 +45249,9 @@
}
},
"gatsby-plugin-bch-sweep": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.1.tgz",
"integrity": "sha512-FmesZF24kPaFiV6xbbrUtStt+bYxNqmzj98VdQA7DkwjpBu5u7BLoZ6mRhu+t1Xi3AM9Pp+I6DUmEQ3CM+HdmQ==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.2.tgz",
"integrity": "sha512-b2r9Mit21XcIzwuydP/RTEsby7kSI8/RUygzC4e9dHeeU67z/HmulmB7CYx/Iz3xzTvzqiO1IxbV3N1FI6VM2A==",
"requires": {
"adminlte-2-react": "^0.1.27"
}
+2 -2
View File
@@ -25,8 +25,8 @@
"@capacitor/cli": "^2.4.6",
"@capacitor/core": "^2.4.6",
"gatsby": "^2.31.1",
"gatsby-ipfs-web-wallet": "^1.19.6",
"gatsby-plugin-bch-sweep": "^1.5.1"
"gatsby-ipfs-web-wallet": "^1.20.0",
"gatsby-plugin-bch-sweep": "^1.5.2"
},
"repository": {
"type": "git",