1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-03 02:15:08 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-02-24 00:28:40 +01:00
parent c0719a7f05
commit 1f1493d6bf
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 362 additions and 291 deletions

View File

@ -90,9 +90,7 @@ module.exports = {
options: {
icon: false,
svgoConfig: {
plugins: {
removeViewBox: false
}
plugins: [{ removeViewBox: false }]
}
}
},

617
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
"fast-exif": "^1.0.1",
"feather-icons": "^4.26.0",
"fraction.js": "^4.0.12",
"gatsby": "^2.19.17",
"gatsby": "^2.19.19",
"gatsby-image": "^2.2.41",
"gatsby-plugin-catch-links": "^2.1.25",
"gatsby-plugin-feed": "^2.3.27",
@ -49,9 +49,9 @@
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-matomo": "^0.8.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-offline": "^3.0.35",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-sass": "^2.1.29",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-svgr": "^2.0.2",
@ -67,7 +67,7 @@
"gatsby-remark-vscode": "^2.0.2",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-source-graphql": "^2.1.33",
"gatsby-transformer-remark": "^2.6.51",
"gatsby-transformer-remark": "^2.6.53",
"gatsby-transformer-sharp": "^2.3.14",
"graphql": "^14.6.0",
"intersection-observer": "^0.7.0",
@ -92,28 +92,28 @@
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@svgr/webpack": "^5.1.0",
"@svgr/webpack": "^5.2.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"@testing-library/react": "^9.4.1",
"@types/classnames": "^2.2.9",
"@types/jest": "^25.1.2",
"@types/jest": "^25.1.3",
"@types/loadable__component": "^5.10.0",
"@types/lunr": "^2.3.2",
"@types/node": "^13.7.1",
"@types/node": "^13.7.4",
"@types/node-fetch": "^2.5.4",
"@types/react": "^16.9.19",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/react-transition-group": "^4.2.3",
"@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@welldone-software/why-did-you-render": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"@welldone-software/why-did-you-render": "^4.0.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
@ -136,8 +136,8 @@
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
"ts-jest": "^25.2.1",
"typescript": "^3.8.2"
},
"repository": {
"type": "git",

View File

@ -15,7 +15,7 @@ export default function Web3Donation({ address }: { address: string }) {
active,
error
} = useWeb3()
const [message, setMessage] = useState()
const [message, setMessage] = useState({})
useEffect(() => {
setMessage(undefined)