mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
Merge pull request #123 from Permissionless-Software-Foundation/dh-update
fix(update): Update dependencies for gatsby-ipfs-web-wallet
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
|
const path = require('path')
|
||||||
exports.onCreateWebpackConfig = ({ stage, actions, getConfig }) => {
|
exports.onCreateWebpackConfig = ({ stage, actions, getConfig }) => {
|
||||||
actions.setWebpackConfig({
|
actions.setWebpackConfig({
|
||||||
node: {
|
node: {
|
||||||
fs: 'empty'
|
fs: 'empty'
|
||||||
|
},
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
react: path.resolve('./node_modules/react'),
|
||||||
|
'react-dom': path.resolve('./node_modules/react-dom')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Generated
+1684
-2229
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -22,33 +22,33 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"adminlte-2-react": "^0.1.27",
|
"adminlte-2-react": "^0.1.27",
|
||||||
"copy-to-clipboard": "^3.3.1",
|
"copy-to-clipboard": "^3.3.1",
|
||||||
"gatsby": "^2.25.3",
|
"gatsby": "^2.31.1",
|
||||||
"gatsby-image": "^2.4.5",
|
"gatsby-image": "^2.10.0",
|
||||||
"gatsby-plugin-ipfs": "^2.0.2",
|
"gatsby-plugin-ipfs": "^2.0.2",
|
||||||
"gatsby-plugin-manifest": "^2.7.0",
|
"gatsby-plugin-manifest": "^2.11.0",
|
||||||
"gatsby-plugin-offline": "^3.2.7",
|
"gatsby-plugin-offline": "^3.9.0",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.2",
|
"gatsby-plugin-react-helmet": "^3.9.0",
|
||||||
"gatsby-plugin-sharp": "^2.9.0",
|
"gatsby-plugin-sharp": "^2.13.1",
|
||||||
"gatsby-source-filesystem": "^2.3.8",
|
"gatsby-source-filesystem": "^2.10.0",
|
||||||
"gatsby-transformer-sharp": "2.7.0",
|
"gatsby-transformer-sharp": "2.11.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"qrcode.react": "^1.0.1",
|
"qrcode.react": "^1.0.1",
|
||||||
"react": "^16.12.0",
|
"react": "^17.0.1",
|
||||||
"react-dom": "^16.12.0",
|
"react-dom": "^17.0.1",
|
||||||
"react-helmet": "^6.0.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-jdenticon": "0.0.8",
|
"react-jdenticon": "0.0.8",
|
||||||
"react-qr-reader": "^2.2.1",
|
"react-qr-reader": "^2.2.1",
|
||||||
"react-redux": "^7.2.2"
|
"react-redux": "^7.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.17.0",
|
"eslint": "^7.18.0",
|
||||||
"eslint-config-prettier": "^7.1.0",
|
"eslint-config-prettier": "^7.2.0",
|
||||||
"eslint-config-standard": "^16.0.2",
|
"eslint-config-standard": "^16.0.2",
|
||||||
"eslint-plugin-prettier": "^3.3.1",
|
"eslint-plugin-prettier": "^3.3.1",
|
||||||
"eslint-plugin-standard": "^5.0.0",
|
"eslint-plugin-standard": "^5.0.0",
|
||||||
"husky": "^4.3.6",
|
"husky": "^4.3.8",
|
||||||
"prettier": "2.2.1",
|
"prettier": "2.2.1",
|
||||||
"semantic-release": "^17.3.1",
|
"semantic-release": "^17.3.7",
|
||||||
"standard": "^16.0.3"
|
"standard": "^16.0.3"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { Provider } from 'react-redux'
|
|||||||
|
|
||||||
import createStore from './src/redux/createStore'
|
import createStore from './src/redux/createStore'
|
||||||
|
|
||||||
// eslint-disable-next-line react/display-name,react/prop-types
|
// eslint-disable-next-line
|
||||||
export default ({ element }) => {
|
export default ({ element }) => {
|
||||||
// Instantiating store in `wrapRootElement` handler ensures:
|
// Instantiating store in `wrapRootElement` handler ensures:
|
||||||
// - there is fresh store for each SSR page
|
// - there is fresh store for each SSR page
|
||||||
|
|||||||
Reference in New Issue
Block a user