package updates

This commit is contained in:
Matthias Kretschmann 2020-09-21 11:53:39 +02:00
parent b71ec33bf4
commit 33620b5a9a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 779 additions and 284 deletions

1033
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,25 +20,25 @@
"new": "babel-node ./scripts/new.js"
},
"dependencies": {
"@loadable/component": "^5.13.1",
"@loadable/component": "^5.13.2",
"axios": "^0.20.0",
"file-saver": "^2.0.2",
"gatsby": "^2.24.57",
"gatsby-image": "^2.4.17",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.27",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-postcss": "^2.3.12",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sharp": "^2.6.35",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-sitemap": "^2.4.13",
"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.3.29",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-sharp": "^2.5.14",
"gatsby-transformer-yaml": "^2.4.11",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-json": "^2.4.12",
"gatsby-transformer-sharp": "^2.5.15",
"gatsby-transformer-yaml": "^2.4.12",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.11.0",
"react": "^16.13.1",
@ -62,10 +62,10 @@
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@welldone-software/why-did-you-render": "^5.0.0-alpha.2",
"@welldone-software/why-did-you-render": "^5.0.0-alpha.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-preset-gatsby": "^0.5.9",
"babel-preset-gatsby": "^0.5.10",
"chalk": "^4.1.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
@ -74,7 +74,7 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-testing-library": "^3.8.0",
"eslint-plugin-testing-library": "^3.9.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.12",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
@ -83,7 +83,7 @@
"ora": "^5.1.0",
"postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2",
"prettier": "^2.1.1",
"prettier": "^2.1.2",
"slugify": "^1.4.5",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",