From c92882f22019830843eff2d382f584a455e6e92a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 1 Jun 2021 00:44:56 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-layout to 2.6.0 --- 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 55741f1..793871e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11115,9 +11115,9 @@ } }, "gatsby-plugin-layout": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.10.0.tgz", - "integrity": "sha512-POZbetL3coxsYbAA1SsZ7u0wd7zcR667OpP7atCGFc/9RRSxkUtA4sog1DNO9Zi/eG2eUnkw+KWuVLKSHV4Hng==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-2.6.0.tgz", + "integrity": "sha512-diFMNnfUT5qT1aBFdW508sx4sSVebI8mco8l8IP/KhEAcjMAmBPmRIdulRYa4CsMtCW7rFmUJyXEpdTYyqQRRA==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 562d43a..b7ee0e3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@reach/router": "^1.3.4", "classnames": "^2.3.1", "gatsby": "^3.6.1", - "gatsby-plugin-layout": "^1.6.0", + "gatsby-plugin-layout": "^2.6.0", "gatsby-plugin-manifest": "^2.8.0", "gatsby-plugin-mdx": "^1.6.0", "gatsby-plugin-polished": "^1.0.4",