1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-13 16:45:12 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-11-12 00:55:50 +00:00
parent 8ea3f77d61
commit ebe66b5ada
2 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@ -3488,9 +3488,9 @@
}
},
"@welldone-software/why-did-you-render": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@welldone-software/why-did-you-render/-/why-did-you-render-5.0.0.tgz",
"integrity": "sha512-A6xUP/55vJQwA1+L6iZbG81cQanSQQVR15yPcjLIp6lHmybXEOXsYcuXaDZHYqiNStZRzv64YPcYJC9wdphfhw==",
"version": "6.0.0-rc.1",
"resolved": "https://registry.npmjs.org/@welldone-software/why-did-you-render/-/why-did-you-render-6.0.0-rc.1.tgz",
"integrity": "sha512-qQe5w89tYnYtwRqlhdF33ivWjsQlGXkan5lFzNwpAoMEUFIbDuwvFiBUAbE76Lfz63GabSaf1vyuCusgJ7Rtqg==",
"dev": true,
"requires": {
"lodash": "^4"

View File

@ -36,7 +36,7 @@
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-json": "^2.4.14",
"gatsby-transformer-json": "^2.4.15",
"gatsby-transformer-sharp": "^2.5.18",
"gatsby-transformer-yaml": "^2.4.14",
"giphy-js-sdk-core": "^1.0.6",
@ -62,13 +62,13 @@
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@welldone-software/why-did-you-render": "^5.0.0-rc.1",
"@welldone-software/why-did-you-render": "^6.0.0-rc.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.2",
"babel-preset-gatsby": "^0.5.14",
"chalk": "^4.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^3.1.4",