1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-09-19 19:37:42 +02:00
parent 7ef11b4342
commit 7ab6a4240c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -27,22 +27,22 @@
"axios": "^0.19.0",
"classnames": "^2.2.6",
"file-saver": "^2.0.2",
"gatsby": "^2.15.9",
"gatsby-image": "^2.2.17",
"gatsby-plugin-manifest": "^2.2.14",
"gatsby": "^2.15.18",
"gatsby-image": "^2.2.19",
"gatsby-plugin-manifest": "^2.2.17",
"gatsby-plugin-matomo": "^0.7.2",
"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-offline": "^3.0.7",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-sass": "^2.1.14",
"gatsby-plugin-sharp": "^2.2.24",
"gatsby-plugin-sitemap": "^2.2.13",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.1.21",
"gatsby-transformer-json": "^2.2.7",
"gatsby-transformer-sharp": "^2.2.13",
"gatsby-transformer-yaml": "^2.2.8",
"gatsby-source-filesystem": "^2.1.24",
"gatsby-transformer-json": "^2.2.8",
"gatsby-transformer-sharp": "^2.2.15",
"gatsby-transformer-yaml": "^2.2.9",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.5.4",
"graphql": "^14.5.6",
"intersection-observer": "^0.7.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/preset-env": "^7.6.0",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^4.3.2",
@ -64,13 +64,13 @@
"@testing-library/react": "^9.1.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.12",
"babel-preset-gatsby": "^0.2.13",
"chalk": "^2.4.2",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.0",
"identity-obj-proxy": "^3.0.0",
@ -83,9 +83,9 @@
"prepend": "^1.0.2",
"prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2",
"slugify": "^1.3.4",
"slugify": "^1.3.5",
"stylelint": "^11.0.0",
"stylelint-config-css-modules": "^1.4.0",
"stylelint-config-css-modules": "^1.5.0",
"stylelint-config-standard": "^19.0.0",
"why-did-you-update": "^1.0.6"
},