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-09-07 11:00:07 +02:00
parent c4111344a7
commit bae17f03f6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1102 additions and 913 deletions

1991
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,21 +23,21 @@
"@loadable/component": "^5.13.1", "@loadable/component": "^5.13.1",
"axios": "^0.20.0", "axios": "^0.20.0",
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"gatsby": "^2.24.52", "gatsby": "^2.24.53",
"gatsby-image": "^2.4.16", "gatsby-image": "^2.4.16",
"gatsby-plugin-manifest": "^2.4.26", "gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.26", "gatsby-plugin-offline": "^3.2.26",
"gatsby-plugin-postcss": "^2.3.11", "gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.30", "gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sitemap": "^2.4.12", "gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0", "gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.27", "gatsby-source-filesystem": "^2.3.27",
"gatsby-transformer-json": "^2.4.11", "gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-sharp": "^2.5.13", "gatsby-transformer-sharp": "^2.5.14",
"gatsby-transformer-yaml": "^2.4.10", "gatsby-transformer-yaml": "^2.4.10",
"giphy-js-sdk-core": "^1.0.6", "giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.11.0", "intersection-observer": "^0.11.0",
@ -56,36 +56,36 @@
"vcf": "^2.1.0" "vcf": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.4", "@babel/core": "^7.11.6",
"@babel/node": "^7.10.5", "@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.11.5",
"@svgr/webpack": "^5.4.0", "@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9", "@testing-library/react": "^11.0.2",
"@welldone-software/why-did-you-render": "^5.0.0-alpha.1", "@welldone-software/why-did-you-render": "^5.0.0-alpha.2",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0", "babel-jest": "^26.3.0",
"babel-preset-gatsby": "^0.5.8", "babel-preset-gatsby": "^0.5.8",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"eslint": "^7.7.0", "eslint": "^7.8.1",
"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",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6", "eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0", "eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-testing-library": "^3.7.0", "eslint-plugin-testing-library": "^3.8.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.12", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.12",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2", "jest": "^26.4.2",
"jest-canvas-mock": "^2.2.0", "jest-canvas-mock": "^2.2.0",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"ora": "^5.0.0", "ora": "^5.1.0",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.1.1", "prettier": "^2.1.1",
"slugify": "^1.4.5", "slugify": "^1.4.5",
"stylelint": "^13.6.1", "stylelint": "^13.7.0",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2" "stylelint-prettier": "^1.1.2"
}, },