mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
chore(update): Web wallet maintenance
This commit is contained in:
+3
-1
@@ -23,7 +23,9 @@ exports.onCreateWebpackConfig = ({ stage, actions, getConfig, plugins }) => {
|
|||||||
alias: {
|
alias: {
|
||||||
react: path.resolve('./node_modules/react'),
|
react: path.resolve('./node_modules/react'),
|
||||||
'react-dom': path.resolve('./node_modules/react-dom'),
|
'react-dom': path.resolve('./node_modules/react-dom'),
|
||||||
process: 'process/browser'
|
process: 'process/browser',
|
||||||
|
mocha: false
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Generated
+5064
-39828
File diff suppressed because it is too large
Load Diff
+26
-25
@@ -23,55 +23,56 @@
|
|||||||
"unit": "mocha test/unit/"
|
"unit": "mocha test/unit/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@capacitor/android": "3.3.2",
|
"@capacitor/android": "3.4.1",
|
||||||
"@capacitor/cli": "3.3.2",
|
"@capacitor/cli": "3.4.1",
|
||||||
"@capacitor/core": "3.3.2",
|
"@capacitor/core": "3.4.1",
|
||||||
"adminlte-2-react": "0.1.27",
|
"adminlte-2-react": "0.1.31",
|
||||||
"assert": "2.0.0",
|
"assert": "2.0.0",
|
||||||
"browserify-zlib": "0.2.0",
|
"browserify-zlib": "0.2.0",
|
||||||
"capacitor-resources": "2.0.5",
|
"capacitor-resources": "2.0.5",
|
||||||
"copy-to-clipboard": "3.3.1",
|
"copy-to-clipboard": "3.3.1",
|
||||||
"crypto-browserify": "3.12.0",
|
"crypto-browserify": "3.12.0",
|
||||||
|
"deepmerge": "^4.2.2",
|
||||||
"fs-extra": "10.0.0",
|
"fs-extra": "10.0.0",
|
||||||
"gatsby": "4.1.0",
|
"gatsby": "4.7.2",
|
||||||
"gatsby-plugin-image": "2.1.0",
|
"gatsby-plugin-image": "2.7.0",
|
||||||
"gatsby-plugin-manifest": "4.1.0",
|
"gatsby-plugin-manifest": "4.7.0",
|
||||||
"gatsby-plugin-react-helmet": "5.1.0",
|
"gatsby-plugin-react-helmet": "5.7.0",
|
||||||
"gatsby-plugin-sharp": "4.1.0",
|
"gatsby-plugin-sharp": "4.7.0",
|
||||||
"gatsby-source-filesystem": "4.1.0",
|
"gatsby-source-filesystem": "4.7.0",
|
||||||
"gatsby-transformer-sharp": "4.1.0",
|
"gatsby-transformer-sharp": "4.7.0",
|
||||||
"https-browserify": "1.0.0",
|
"https-browserify": "1.0.0",
|
||||||
"jsonrpc-lite": "2.2.0",
|
"jsonrpc-lite": "2.2.0",
|
||||||
"p-queue": "7.1.0",
|
"p-queue": "7.2.0",
|
||||||
"p-retry": "5.0.0",
|
"p-retry": "5.0.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"process": "0.11.10",
|
"process": "0.11.10",
|
||||||
"prop-types": "15.7.2",
|
"prop-types": "15.8.1",
|
||||||
"qrcode.react": "1.0.1",
|
"qrcode.react": "1.0.1",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-helmet": "6.1.0",
|
"react-helmet": "6.1.0",
|
||||||
"react-jdenticon": "0.0.9",
|
"react-jdenticon": "0.0.9",
|
||||||
"react-qr-reader": "2.2.1",
|
"react-qr-reader": "2.2.1",
|
||||||
"react-redux": "7.2.4",
|
"react-redux": "7.2.6",
|
||||||
"semver": "7.3.5",
|
"semver": "7.3.5",
|
||||||
"sharp": "0.29.3",
|
"sharp": "0.30.1",
|
||||||
"slp-mutable-data": "1.2.2",
|
"slp-mutable-data": "1.4.2",
|
||||||
"stream-browserify": "3.0.0",
|
"stream-browserify": "3.0.0",
|
||||||
"stream-http": "3.2.0"
|
"stream-http": "3.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"colors": "1.4.0",
|
"colors": "1.4.0",
|
||||||
"eslint": "7.18.0",
|
"eslint": "8.9.0",
|
||||||
"eslint-config-prettier": "7.2.0",
|
"eslint-config-prettier": "8.4.0",
|
||||||
"eslint-config-standard": "16.0.2",
|
"eslint-config-standard": "16.0.3",
|
||||||
"eslint-plugin-prettier": "3.3.1",
|
"eslint-plugin-prettier": "4.0.0",
|
||||||
"eslint-plugin-standard": "5.0.0",
|
"eslint-plugin-standard": "5.0.0",
|
||||||
"husky": "4.3.8",
|
"husky": "7.0.4",
|
||||||
"mocha": "9.1.3",
|
"mocha": "9.2.1",
|
||||||
"prettier": "2.2.1",
|
"prettier": "2.5.1",
|
||||||
"semantic-release": "17.3.7",
|
"semantic-release": "19.0.2",
|
||||||
"standard": "16.0.3"
|
"standard": "16.0.4"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"gatsby",
|
"gatsby",
|
||||||
|
|||||||
Reference in New Issue
Block a user