From 6fc6cf7acf4e44e27c17ecb8f14dfec322d656a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 19:40:12 -0500 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-styled-components (#3602) Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components) from 3.0.7 to 3.1.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.1.0/packages/gatsby-plugin-styled-components) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4663eb7d0a..2b58029a15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11516,9 +11516,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.0.7.tgz", - "integrity": "sha512-a9sg4qWC5K75eip7TwN4F2TGXCaoRZhx9lvu1U5aQQrC8OpTgWus66Fzws0XVcUCe18isfOm1kGfhLNm5/lOFw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.0.tgz", + "integrity": "sha512-VMaq82vU7WsfXj5kOxGJP7w9MOUUxT3mcs4NYZqHGvFU+2+oeO70SJ1WoeB5TSIFEKlNhGUiKTdL6NcMh54/nA==", "dev": true, "requires": { "@babel/runtime": "^7.0.0" diff --git a/package.json b/package.json index fd017b0871..0ea151c78b 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "gatsby-plugin-page-creator": "^2.0.13", "gatsby-plugin-react-helmet": "^3.1.0", "gatsby-plugin-remove-trailing-slashes": "^2.0.11", - "gatsby-plugin-styled-components": "^3.0.7", + "gatsby-plugin-styled-components": "^3.1.0", "got": "^9.6.0", "humanize-string": "^2.1.0", "husky": "^2.4.1",