From 4cd25a9bb6165e73d691384f9cdda9b6ac3a1caa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 11:19:39 +0800 Subject: [PATCH] :arrow_up: Bump gatsby-plugin-less from 3.1.3 to 3.2.1 (#167) Bumps [gatsby-plugin-less](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-less) from 3.1.3 to 3.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-less/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@3.2.1/packages/gatsby-plugin-less) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- @antv/gatsby-theme-antv/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/@antv/gatsby-theme-antv/package.json b/@antv/gatsby-theme-antv/package.json index 06ae7759..52e58080 100644 --- a/@antv/gatsby-theme-antv/package.json +++ b/@antv/gatsby-theme-antv/package.json @@ -53,7 +53,7 @@ "gatsby-plugin-google-analytics": "^2.1.16", "gatsby-plugin-i18n": "^1.0.1", "gatsby-plugin-layout": "^1.3.1", - "gatsby-plugin-less": "^3.0.6", + "gatsby-plugin-less": "^3.2.1", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-nprogress": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index 8954a0b9..8a7dc489 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7132,12 +7132,12 @@ gatsby-plugin-layout@^1.3.1: dependencies: "@babel/runtime" "^7.9.6" -gatsby-plugin-less@^3.0.6: - version "3.1.3" - resolved "https://registry.npmjs.org/gatsby-plugin-less/-/gatsby-plugin-less-3.1.3.tgz#1a7fde51218db608c6121c39b2a31f50dfeec8ea" - integrity sha512-tj2kVK1Brrma0goXQ58z7Kk/zW8JT1Btf1Qo9NXH90FOEHB8OgwAs7lgJfj0FfXdWy6+sQlCnnpBcMSnS+I+/g== +gatsby-plugin-less@^3.2.1: + version "3.2.1" + resolved "https://registry.npmjs.org/gatsby-plugin-less/-/gatsby-plugin-less-3.2.1.tgz#4263c0a69347eefa00c9ff753e2e2f79b1e44a00" + integrity sha512-SoP2vuoa+yF8H7TWvFjLzS8aUmJwKiSRbPLzxu1LIRz6bpv7Hn8ICkgf6Djh/eTlBkFqSSGowgo8yH/qszdZaw== dependencies: - "@babel/runtime" "^7.8.7" + "@babel/runtime" "^7.9.6" less-loader "^5.0.0" gatsby-plugin-manifest@^2.4.2: