package updates

This commit is contained in:
Matthias Kretschmann 2020-07-30 19:32:45 +02:00
parent 0c689c6851
commit 5a0cefd913
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3214 additions and 2561 deletions

5715
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,22 +23,22 @@
"@loadable/component": "^5.13.1",
"axios": "^0.19.2",
"file-saver": "^2.0.2",
"gatsby": "^2.23.20",
"gatsby-image": "^2.4.12",
"gatsby-plugin-manifest": "^2.4.17",
"gatsby": "^2.24.15",
"gatsby-image": "^2.4.14",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.16",
"gatsby-plugin-postcss": "^2.3.9",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-sharp": "^2.6.18",
"gatsby-plugin-sitemap": "^2.4.10",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-plugin-sitemap": "^2.4.11",
"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.18",
"gatsby-transformer-json": "^2.4.10",
"gatsby-transformer-sharp": "^2.5.10",
"gatsby-transformer-yaml": "^2.4.9",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-sharp": "^2.5.12",
"gatsby-transformer-yaml": "^2.4.10",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.11.0",
"react": "^16.13.1",
@ -46,45 +46,45 @@
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-pose": "^4.0.10",
"remark": "^12.0.0",
"remark-breaks": "^1.0.5",
"remark-html": "^11.0.2",
"remark-parse": "^8.0.2",
"remark": "^12.0.1",
"remark-breaks": "^2.0.0",
"remark-html": "^12.0.0",
"remark-parse": "^8.0.3",
"remark-react": "^7.0.0",
"shortid": "^2.2.15",
"use-dark-mode": "^2.3.1",
"vcf": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/node": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.4",
"@welldone-software/why-did-you-render": "^4.2.5",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@welldone-software/why-did-you-render": "^4.2.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-preset-gatsby": "^0.5.1",
"babel-jest": "^26.2.1",
"babel-preset-gatsby": "^0.5.4",
"chalk": "^4.1.0",
"eslint": "^7.4.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"eslint-plugin-testing-library": "^3.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.4.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"jest": "^26.2.1",
"jest-canvas-mock": "^2.2.0",
"js-yaml": "^3.14.0",
"ora": "^4.0.4",
"ora": "^4.0.5",
"postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2",
"prettier": "^2.0.5",
"slugify": "^1.4.4",
"slugify": "^1.4.5",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2"