From 65f439dc414ae3d6da0557a52a933ac2cc6d7d36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 15:27:10 +0000 Subject: [PATCH] Bump gatsby-plugin-styled-components from 3.1.2 to 3.1.3 Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.1.2 to 3.1.3. - [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.3/packages/gatsby-plugin-styled-components) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ec9e19c..347bf60 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gatsby-plugin-offline": "^2.2.9", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sharp": "2.2.12", - "gatsby-plugin-styled-components": "^3.0.1", + "gatsby-plugin-styled-components": "^3.1.3", "gatsby-source-filesystem": "^2.0.4", "gatsby-transformer-sharp": "^2.2.10", "prop-types": "^15.6.2", diff --git a/yarn.lock b/yarn.lock index 1e8aac4..156503a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6893,12 +6893,12 @@ gatsby-plugin-sharp@2.2.12: sharp "^0.22.1" svgo "^1.2.0" -gatsby-plugin-styled-components@^3.0.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.2.tgz#1f8ab130e2fdc02fbc8b158b237e7f620d15c2a9" - integrity sha512-9MjGXl5ddN2L7jKlSjrobtxbR1gIIpBOmFcfkmNPdL/7rMUkWR6bLmAQ6fUPGCIwTLyvYsNjBZhtAwhUY+NTBw== +gatsby-plugin-styled-components@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.3.tgz#b97d8810c0ca1462d55eed5ba4f97750d5d1f166" + integrity sha512-631vcDQE8lnqeySX/uEdnfxGiintos9mxoKV9T0zZsphyYC/GcK6PTObClRTpGtNmg9i4+qRSb8qUJuVDpb/9Q== dependencies: - "@babel/runtime" "^7.0.0" + "@babel/runtime" "^7.5.5" gatsby-react-router-scroll@^2.1.5: version "2.1.5"