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 2019-09-06 22:27:59 +02:00
parent f314be6c0d
commit 5198fe9a48
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -27,20 +27,20 @@
"axios": "^0.19.0",
"classnames": "^2.2.6",
"file-saver": "^2.0.2",
"gatsby": "^2.15.1",
"gatsby-image": "^2.2.15",
"gatsby-plugin-manifest": "^2.2.12",
"gatsby": "^2.15.9",
"gatsby-image": "^2.2.17",
"gatsby-plugin-manifest": "^2.2.14",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.5",
"gatsby-plugin-sass": "^2.1.12",
"gatsby-plugin-sharp": "^2.2.18",
"gatsby-plugin-sitemap": "^2.2.9",
"gatsby-plugin-offline": "^3.0.3",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-sass": "^2.1.13",
"gatsby-plugin-sharp": "^2.2.20",
"gatsby-plugin-sitemap": "^2.2.10",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.1.18",
"gatsby-transformer-json": "^2.2.6",
"gatsby-transformer-sharp": "^2.2.12",
"gatsby-transformer-yaml": "^2.2.7",
"gatsby-source-filesystem": "^2.1.21",
"gatsby-transformer-json": "^2.2.7",
"gatsby-transformer-sharp": "^2.2.13",
"gatsby-transformer-yaml": "^2.2.8",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.5.4",
"intersection-observer": "^0.7.0",
@ -55,19 +55,19 @@
"vcf": "^2.0.5"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^4.3.2",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"@testing-library/react": "^9.1.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.11",
"babel-preset-gatsby": "^0.2.12",
"chalk": "^2.4.2",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.1.0",
"eslint-config-prettier": "^6.2.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-prettier": "^3.1.0",