1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-17 01:43:20 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-07-02 19:35:21 +02:00
parent f632556178
commit 09401311d4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2681 additions and 7026 deletions

9667
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,27 +20,26 @@
"new": "babel-node ./scripts/new.js" "new": "babel-node ./scripts/new.js"
}, },
"dependencies": { "dependencies": {
"@loadable/component": "^5.12.0", "@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.23.11", "gatsby": "^2.23.17",
"gatsby-image": "^2.4.9", "gatsby-image": "^2.4.12",
"gatsby-plugin-manifest": "^2.4.14", "gatsby-plugin-manifest": "^2.4.17",
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.13", "gatsby-plugin-offline": "^3.2.16",
"gatsby-plugin-postcss": "^2.3.6", "gatsby-plugin-postcss": "^2.3.9",
"gatsby-plugin-react-helmet": "^3.3.6", "gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-sharp": "^2.6.14", "gatsby-plugin-sharp": "^2.6.17",
"gatsby-plugin-sitemap": "^2.4.7", "gatsby-plugin-sitemap": "^2.4.10",
"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.14", "gatsby-source-filesystem": "^2.3.17",
"gatsby-transformer-json": "^2.4.7", "gatsby-transformer-json": "^2.4.10",
"gatsby-transformer-sharp": "^2.5.7", "gatsby-transformer-sharp": "^2.5.10",
"gatsby-transformer-yaml": "^2.4.6", "gatsby-transformer-yaml": "^2.4.9",
"giphy-js-sdk-core": "^1.0.6", "giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.6.0",
"intersection-observer": "^0.11.0", "intersection-observer": "^0.11.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
@ -57,25 +56,24 @@
"vcf": "^2.0.6" "vcf": "^2.0.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.3", "@babel/core": "^7.10.4",
"@babel/node": "^7.10.3", "@babel/node": "^7.10.4",
"@babel/preset-env": "^7.10.3", "@babel/preset-env": "^7.10.4",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^5.4.0", "@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.0", "@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3", "@testing-library/react": "^10.4.3",
"@welldone-software/why-did-you-render": "^4.2.5", "@welldone-software/why-did-you-render": "^4.2.5",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0", "babel-jest": "^26.1.0",
"babel-preset-gatsby": "^0.4.12", "babel-preset-gatsby": "^0.5.1",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"eslint": "^7.3.1", "eslint": "^7.3.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.1", "eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.4", "eslint-plugin-react-hooks": "^4.0.5",
"eslint-plugin-testing-library": "^3.3.1", "eslint-plugin-testing-library": "^3.3.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",