Bump gatsby-plugin-sass from 2.2.0 to 2.2.1
Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.2.1/packages/gatsby-plugin-sass) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
dff941eac2
commit
bd4f42a89e
|
@ -13,7 +13,7 @@
|
||||||
"gatsby-plugin-react-helmet": "^3.2.1",
|
"gatsby-plugin-react-helmet": "^3.2.1",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.2.0",
|
"gatsby-plugin-sass": "^2.2.1",
|
||||||
"gatsby-plugin-sharp": "^2.5.3",
|
"gatsby-plugin-sharp": "^2.5.3",
|
||||||
"gatsby-source-filesystem": "^2.2.1",
|
"gatsby-source-filesystem": "^2.2.1",
|
||||||
"gatsby-transformer-sharp": "^2.4.3",
|
"gatsby-transformer-sharp": "^2.4.3",
|
||||||
|
|
|
@ -5660,10 +5660,10 @@ gatsby-plugin-robots-txt@^1.5.0:
|
||||||
"@babel/runtime" "^7.5.1"
|
"@babel/runtime" "^7.5.1"
|
||||||
generate-robotstxt "^7.1.0"
|
generate-robotstxt "^7.1.0"
|
||||||
|
|
||||||
gatsby-plugin-sass@^2.2.0:
|
gatsby-plugin-sass@^2.2.1:
|
||||||
version "2.2.0"
|
version "2.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.2.0.tgz#74ff9cb1f8d034b17a72f80ff995cd79ced282cf"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.2.1.tgz#574d2ff4763e5a78648d69022b7b570da9f903cb"
|
||||||
integrity sha512-KqjvuLX244zb6EAoF8izUMmaOgynAuLg0PSkqpvWLqtgeisZdbWkFJ8G3jH6CoATzFWUmoMkncsUCUW30eCmXw==
|
integrity sha512-YRzP5ZrGgABF/3ya9YJz80+pqLpVVuJf8gyBFjvC+GmM8kqbwm5w9k3HOf61kYcCDg5bje1CPNXu7ZQMkxu2mQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
Reference in New Issue