1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-08-03 08:48:02 +02:00
parent 5a0cefd913
commit d9ffc1d9c1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 512 additions and 250 deletions

746
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"@loadable/component": "^5.13.1", "@loadable/component": "^5.13.1",
"axios": "^0.19.2", "axios": "^0.19.2",
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"gatsby": "^2.24.15", "gatsby": "^2.24.23",
"gatsby-image": "^2.4.14", "gatsby-image": "^2.4.14",
"gatsby-plugin-manifest": "^2.4.21", "gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "^0.8.3",
@ -53,21 +53,21 @@
"remark-react": "^7.0.0", "remark-react": "^7.0.0",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"use-dark-mode": "^2.3.1", "use-dark-mode": "^2.3.1",
"vcf": "^2.0.6" "vcf": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.5", "@babel/core": "^7.11.0",
"@babel/node": "^7.10.5", "@babel/node": "^7.10.5",
"@babel/preset-env": "^7.10.4", "@babel/preset-env": "^7.11.0",
"@svgr/webpack": "^5.4.0", "@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.2", "@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7", "@testing-library/react": "^10.4.7",
"@welldone-software/why-did-you-render": "^4.2.7", "@welldone-software/why-did-you-render": "^4.2.7",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.2.1", "babel-jest": "^26.2.2",
"babel-preset-gatsby": "^0.5.4", "babel-preset-gatsby": "^0.5.4",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"eslint": "^7.5.0", "eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2", "eslint-loader": "^4.0.2",
"eslint-plugin-graphql": "^4.0.0", "eslint-plugin-graphql": "^4.0.0",
@ -75,9 +75,9 @@
"eslint-plugin-react": "^7.20.5", "eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8", "eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.4.0", "eslint-plugin-testing-library": "^3.4.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.11",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^26.2.1", "jest": "^26.2.2",
"jest-canvas-mock": "^2.2.0", "jest-canvas-mock": "^2.2.0",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"ora": "^4.0.5", "ora": "^4.0.5",