1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-24 16:41:46 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2018-11-25 02:26:11 +01:00
parent 7a386c9ade
commit ef8c4d0831
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -21,15 +21,15 @@
"new": "babel-node ./scripts/new.js"
},
"dependencies": {
"file-saver": "^2.0.0-rc.4",
"gatsby": "^2.0.50",
"file-saver": "^2.0.0",
"gatsby": "^2.0.55",
"gatsby-image": "^2.0.20",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-matomo": "^0.5.0",
"gatsby-plugin-offline": "^2.0.15",
"gatsby-plugin-matomo": "^0.5.1",
"gatsby-plugin-offline": "^2.0.17",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sass": "^2.0.4",
"gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-sharp": "^2.0.13",
"gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-svgr": "^2.0.1",
"gatsby-source-filesystem": "^2.0.8",
@ -55,23 +55,23 @@
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@svgr/webpack": "^4.0.3",
"@svgr/webpack": "^4.1.0",
"ava": "^0.25.0",
"babel-eslint": "^10.0.0",
"babel-eslint": "^10.0.1",
"chrome-launcher": "^0.10.5",
"eslint": "^5.8.0",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.1.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-graphql": "^3.0.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"lighthouse": "^3.2.1",
"lighthouse": "^4.0.0-alpha.2-3.2.1",
"ora": "^3.0.0",
"prepend": "^1.0.2",
"prettier": "^1.15.1",
"prettier-stylelint": "^0.4.2",
"slugify": "^1.3.2",
"stylelint": "^9.7.1",
"slugify": "^1.3.3",
"stylelint": "^9.8.0",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0",
"why-did-you-update": "^1.0.6"