Bump gatsby-plugin-sass from 2.1.28 to 2.1.29
Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.1.28 to 2.1.29. - [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.1.29/packages/gatsby-plugin-sass) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b208a698b2
commit
8d9f845200
|
@ -11,7 +11,7 @@
|
||||||
"gatsby-plugin-offline": "^3.0.35",
|
"gatsby-plugin-offline": "^3.0.35",
|
||||||
"gatsby-plugin-react-helmet": "^3.1.22",
|
"gatsby-plugin-react-helmet": "^3.1.22",
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.1.28",
|
"gatsby-plugin-sass": "^2.1.29",
|
||||||
"gatsby-plugin-sharp": "^2.4.5",
|
"gatsby-plugin-sharp": "^2.4.5",
|
||||||
"gatsby-source-filesystem": "^2.1.48",
|
"gatsby-source-filesystem": "^2.1.48",
|
||||||
"gatsby-transformer-sharp": "^2.3.14",
|
"gatsby-transformer-sharp": "^2.3.14",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5297,7 +5297,7 @@ gatsby-cli@^2.8.30:
|
||||||
ink "^2.6.0"
|
ink "^2.6.0"
|
||||||
ink-spinner "^3.0.1"
|
ink-spinner "^3.0.1"
|
||||||
|
|
||||||
gatsby-core-utils@^1.0.26, gatsby-core-utils@^1.0.28:
|
gatsby-core-utils@^1.0.28:
|
||||||
version "1.0.28"
|
version "1.0.28"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.28.tgz#aa66e49cdcc1892e7817a32fdd806cf5e16ea309"
|
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.28.tgz#aa66e49cdcc1892e7817a32fdd806cf5e16ea309"
|
||||||
integrity sha512-XWKR9Rk2v6iQkmBsTLCdI3adyC9PCh1s5BQ85nlGitlgcVVQq98jZlQdcy0v9mJOrTuce0uf5RqkeGDWFLekoA==
|
integrity sha512-XWKR9Rk2v6iQkmBsTLCdI3adyC9PCh1s5BQ85nlGitlgcVVQq98jZlQdcy0v9mJOrTuce0uf5RqkeGDWFLekoA==
|
||||||
|
@ -5395,10 +5395,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.1.28:
|
gatsby-plugin-sass@^2.1.29:
|
||||||
version "2.1.28"
|
version "2.1.29"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.1.28.tgz#b15011c054e8b4a3b59ad3b5e9705a935de939da"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.1.29.tgz#07e44f346d6e40bea9816bd710e994bc34bb29be"
|
||||||
integrity sha512-e1SRW8ktLNixrOWQguGEeYvBKcq6fcFkOovaYrUJtxg1j6uDLrrhkW9HiZ6KYQbphCmaHQ/U9zromav8yC+BHw==
|
integrity sha512-/t0NioasjZnCm+vICI7LQH3Ge/oc1NVMfTR4v+8LwjQGIUR+Tgd7k0soiVeyVXCNl7zV/oYTVkzPcjxkIYrDxQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.7.6"
|
"@babel/runtime" "^7.7.6"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
Reference in New Issue