Fixing version of minimal-slp-wallet to 4.7.1

This commit is contained in:
Chris Troutner
2022-08-26 07:16:01 -07:00
parent 7cb398f33e
commit 0e4b834c2a
4 changed files with 6076 additions and 392 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
module.exports = { module.exports = {
/* Your site config here */ /* Your site config here */
plugins: [ plugins: [
'fullstack-gatsby-theme-bch-wallet', 'fullstack-gatsby-theme-bch-wallet-v1',
// 'bch-wallet-plugin-postoffice', // 'bch-wallet-plugin-postoffice',
// { // {
// resolve: 'gatsby-plugin-compile-es6-packages', // resolve: 'gatsby-plugin-compile-es6-packages',
+6070 -387
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -25,10 +25,10 @@
"@capacitor/cli": "2.4.6", "@capacitor/cli": "2.4.6",
"@capacitor/core": "2.4.6", "@capacitor/core": "2.4.6",
"adminlte-2-react": "0.2.0-beta.10", "adminlte-2-react": "0.2.0-beta.10",
"fullstack-gatsby-plugin-bch-create-token": "1.0.2",
"fullstack-gatsby-plugin-bch-sweep": "1.0.0", "fullstack-gatsby-plugin-bch-sweep": "1.0.0",
"fullstack-gatsby-theme-bch-wallet": "1.0.10", "fullstack-gatsby-theme-bch-wallet-v1": "1.0.12",
"gatsby": "4.4.0", "gatsby": "4.4.0"
"fullstack-gatsby-plugin-bch-create-token": "1.0.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -45,6 +45,7 @@
"eslint-plugin-prettier": "3.4.0", "eslint-plugin-prettier": "3.4.0",
"eslint-plugin-standard": "5.0.0", "eslint-plugin-standard": "5.0.0",
"husky": "4.3.8", "husky": "4.3.8",
"mocha": "^10.0.0",
"semantic-release": "17.4.2", "semantic-release": "17.4.2",
"standard": "16.0.3" "standard": "16.0.3"
}, },
+1 -1
View File
@@ -40,7 +40,7 @@ export default function HTML (props) {
{/* minimal-slp-wallet-web */} {/* minimal-slp-wallet-web */}
{/* <script src='https://unpkg.com/minimal-slp-wallet@3.6.1' /> */} {/* <script src='https://unpkg.com/minimal-slp-wallet@3.6.1' /> */}
<script src='https://unpkg.com/minimal-slp-wallet' /> <script src='https://unpkg.com/minimal-slp-wallet@4.7.1' />
{/* bch-message-lib */} {/* bch-message-lib */}
{/* <script src='https://unpkg.com/bch-message-lib' /> */} {/* <script src='https://unpkg.com/bch-message-lib' /> */}