mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Fixing version of minimal-slp-wallet to 4.7.1
This commit is contained in:
+1
-1
@@ -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',
|
||||||
|
|||||||
Generated
+6070
-387
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -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
@@ -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' /> */}
|
||||||
|
|||||||
Reference in New Issue
Block a user