From 83d6035999ddd955e23645a5ff4b5fc9755905c2 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 15 Apr 2018 21:28:25 +0200 Subject: [PATCH] package updates --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 587055f..c988d88 100644 --- a/package.json +++ b/package.json @@ -3,27 +3,27 @@ "version": "0.1.0", "private": true, "dependencies": { - "gatsby": "^1.9.248", + "gatsby": "^1.9.250", "gatsby-link": "^1.6.39", - "gatsby-plugin-google-analytics": "^1.0.28", + "gatsby-plugin-google-analytics": "^1.0.29", "gatsby-plugin-react-helmet": "^2.0.8", "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-sass": "^1.0.25", - "gatsby-plugin-sitemap": "^1.2.20", - "gatsby-source-filesystem": "^1.5.29", + "gatsby-plugin-sitemap": "^1.2.21", + "gatsby-source-filesystem": "^1.5.31", "gatsby-transformer-json": "^1.0.16", "react-helmet": "^5.2.0", "react-markdown": "^3.3.0", - "react-transition-group": "^2.3.0" + "react-transition-group": "^2.3.1" }, "devDependencies": { - "babel-eslint": "^8.2.2", + "babel-eslint": "^8.2.3", "eslint": "^4.19.1", "eslint-plugin-compat": "^2.2.0", "eslint-plugin-graphql": "^1.5.0", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", - "prettier": "^1.11.1", + "prettier": "^1.12.0", "stylelint": "^9.2.0", "stylelint-config-standard": "^18.2.0" },