From 9e3e5511d27b47e5a5f4219210618e93e2c77abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 13:33:07 +0800 Subject: [PATCH] build(deps): bump gatsby-plugin-react-svg from 3.0.0 to 3.0.1 in /docs (#2031) Bumps [gatsby-plugin-react-svg](https://github.com/jacobmischka/gatsby-plugin-react-svg) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/jacobmischka/gatsby-plugin-react-svg/releases) - [Commits](https://github.com/jacobmischka/gatsby-plugin-react-svg/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 17 ++++++++++------- docs/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 9b4c37af..feebf65a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-react-svg": "^3.0.0", + "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-sitemap": "^2.12.0", @@ -11146,11 +11146,14 @@ } }, "node_modules/gatsby-plugin-react-svg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.0.tgz", - "integrity": "sha512-myZl5NjVZwLLn4ovwSDM7cufa8yjaRiU5KoufJrz8FEalRroZ/hFSCCKNVna3blTwxcS0rZgISigYn9/xY7rkw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.1.tgz", + "integrity": "sha512-bjVSCAOeRWmf5a96/BL81sHITGFV/2Ql+IwP3ET5O5BZYOpt0f7QVCspkvCj0hsy4BJgCgANpzFstuaxUNsojA==", "dependencies": { "svg-react-loader": "^0.4.4" + }, + "peerDependencies": { + "gatsby": "^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-robots-txt": { @@ -37832,9 +37835,9 @@ } }, "gatsby-plugin-react-svg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.0.tgz", - "integrity": "sha512-myZl5NjVZwLLn4ovwSDM7cufa8yjaRiU5KoufJrz8FEalRroZ/hFSCCKNVna3blTwxcS0rZgISigYn9/xY7rkw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.1.tgz", + "integrity": "sha512-bjVSCAOeRWmf5a96/BL81sHITGFV/2Ql+IwP3ET5O5BZYOpt0f7QVCspkvCj0hsy4BJgCgANpzFstuaxUNsojA==", "requires": { "svg-react-loader": "^0.4.4" } diff --git a/docs/package.json b/docs/package.json index 6642fafa..875b02d8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-react-svg": "^3.0.0", + "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-sitemap": "^2.12.0",