package updates

This commit is contained in:
Matthias Kretschmann 2022-02-12 13:51:58 +00:00
parent 3a44a1ca3f
commit 31e98dda55
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 1939 additions and 2166 deletions

View File

@ -74,8 +74,6 @@ module.exports = {
},
'gatsby-plugin-react-helmet',
'gatsby-plugin-sitemap',
'gatsby-plugin-offline',
'gatsby-plugin-webpack-size'
// 'gatsby-plugin-webpack-bundle-analyser-v2'
'gatsby-plugin-offline'
]
}

4058
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,21 +24,20 @@
"@yaireo/relative-time": "^1.0.1",
"axios": "^0.25.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.2.3",
"gatsby": "^4.5.5",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"framer-motion": "^6.2.6",
"gatsby": "^4.7.1",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-json": "^4.5.0",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-yaml": "^4.5.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-json": "^4.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"gatsby-transformer-yaml": "^4.7.0",
"intersection-observer": "^0.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -50,35 +49,34 @@
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"shortid": "^2.2.16",
"vcf": "^2.1.0"
"vcf": "^2.1.1"
},
"devDependencies": {
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@loadable/component": "^5.15.2",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.5.2",
"babel-preset-gatsby": "^2.7.0",
"chalk": "^4.1.2",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.4",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"eslint-plugin-testing-library": "^5.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0",
"ora": "^6.0.1",
"prepend": "^1.0.2",
"prettier": "^2.5.1",
"slugify": "^1.6.5",
"stylelint": "^14.3.0",
"stylelint": "^14.5.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0"
},

View File

@ -8,7 +8,8 @@ module.exports = {
'.+\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
'<rootDir>/tests/__mocks__/file-mock.js',
'\\.svg': '<rootDir>/tests/__mocks__/svgr-mock.js',
'^@reach/router(.*)': '<rootDir>/node_modules/@gatsbyjs/reach-router$1'
'^@reach/router(.*)': '<rootDir>/node_modules/@gatsbyjs/reach-router$1',
'^gatsby-page-utils/(.*)$': `gatsby-page-utils/dist/$1` // Workaround for https://github.com/facebook/jest/issues/9771
},
testPathIgnorePatterns: [
'node_modules',