1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-23 01:29:41 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2018-10-30 18:34:37 +01:00
parent 9452765529
commit 83b0848eb9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -22,20 +22,20 @@
},
"dependencies": {
"file-saver": "^2.0.0-rc.4",
"gatsby": "^2.0.31",
"gatsby-image": "^2.0.17",
"gatsby": "^2.0.34",
"gatsby-image": "^2.0.18",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-matomo": "^0.5.0",
"gatsby-plugin-offline": "^2.0.9",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^2.0.1",
"gatsby-plugin-sharp": "^2.0.8",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-offline": "^2.0.10",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-sass": "^2.0.2",
"gatsby-plugin-sharp": "^2.0.10",
"gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-svgr": "next",
"gatsby-source-filesystem": "^2.0.5",
"gatsby-transformer-json": "^2.1.4",
"gatsby-transformer-sharp": "^2.1.5",
"gatsby-transformer-yaml": "^2.1.3",
"gatsby-source-filesystem": "^2.0.6",
"gatsby-transformer-json": "^2.1.5",
"gatsby-transformer-sharp": "^2.1.7",
"gatsby-transformer-yaml": "^2.1.4",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^0.13.2",
"intersection-observer": "^0.5.1",
@ -56,7 +56,7 @@
"ava": "^0.25.0",
"babel-eslint": "^10.0.0",
"chrome-launcher": "^0.10.5",
"eslint": "^5.7.0",
"eslint": "^5.8.0",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-graphql": "^2.1.1",
@ -67,8 +67,8 @@
"prepend": "^1.0.2",
"prettier": "^1.14.3",
"prettier-stylelint": "^0.4.2",
"slugify": "^1.3.1",
"stylelint": "^9.6.0",
"slugify": "^1.3.2",
"stylelint": "^9.7.0",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0"
},