package updates

This commit is contained in:
Matthias Kretschmann 2019-12-10 20:29:05 +01:00
parent 17dd313c24
commit 8e8066fcde
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 910 additions and 740 deletions

1612
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,25 +22,25 @@
"new": "babel-node ./scripts/new.js"
},
"dependencies": {
"@loadable/component": "^5.10.3",
"@loadable/component": "^5.11.0",
"axios": "^0.19.0",
"file-saver": "^2.0.2",
"gatsby": "^2.18.4",
"gatsby-image": "^2.2.34",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby": "^2.18.10",
"gatsby-image": "^2.2.36",
"gatsby-plugin-manifest": "^2.2.33",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^3.0.24",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-sitemap": "^2.2.22",
"gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.7",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.1.39",
"gatsby-transformer-json": "^2.2.20",
"gatsby-transformer-sharp": "^2.3.6",
"gatsby-transformer-yaml": "^2.2.18",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-transformer-json": "^2.2.22",
"gatsby-transformer-sharp": "^2.3.9",
"gatsby-transformer-yaml": "^2.2.20",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.5.8",
"intersection-observer": "^0.7.0",
@ -59,9 +59,9 @@
"vcf": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/core": "^7.7.5",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^4.3.3",
"@testing-library/jest-dom": "^4.2.4",
@ -69,14 +69,14 @@
"@welldone-software/why-did-you-render": "^3.3.9",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.23",
"babel-preset-gatsby": "^0.2.25",
"chalk": "^3.0.0",
"eslint": "^6.7.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-loader": "^3.0.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0",