package updates

This commit is contained in:
Matthias Kretschmann 2021-02-06 14:14:22 +01:00
parent 5cdd6e801c
commit 3f88de176a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 38984 additions and 5980 deletions

44934
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,10 +23,10 @@
"@loadable/component": "^5.14.1",
"axios": "^0.21.1",
"file-saver": "^2.0.5",
"gatsby": "^2.31.1",
"gatsby-image": "^2.10.0",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby": "^2.32.3",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-matomo": "^0.9.0",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-postcss": "^3.6.0",
"gatsby-plugin-react-helmet": "^3.9.0",
@ -51,40 +51,40 @@
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"shortid": "^2.2.15",
"shortid": "^2.2.16",
"use-dark-mode": "^2.3.1",
"vcf": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/core": "^7.12.13",
"@babel/node": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/react": "^11.2.5",
"@welldone-software/why-did-you-render": "^6.0.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.2",
"babel-preset-gatsby": "^0.11.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.12.1",
"chalk": "^4.1.0",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.10.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.20",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.5.3",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.0",
"js-yaml": "^4.0.0",
"ora": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2",
"prettier": "^2.2.1",
"slugify": "^1.4.5",
"slugify": "^1.4.6",
"stylelint": "^13.9.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2"