Skip to content

Commit

Permalink
Merge pull request #181 from ycu-engine/dependabot/npm_and_yarn/gatsb…
Browse files Browse the repository at this point in the history
…y-source-filesystem-3.1.0

Bump gatsby-source-filesystem from 3.0.0 to 3.1.0
  • Loading branch information
YutaUra authored Mar 17, 2021
2 parents 34000fb + 8ab9aa1 commit c0f1f4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^3.0.1",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-sharp": "^3.0.0",
"lodash-es": "^4.17.21",
"postcss": "^8.2.8",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6972,10 +6972,10 @@ gatsby-cli@^3.0.0:
yoga-layout-prebuilt "^1.9.6"
yurnalist "^2.1.0"

gatsby-core-utils@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c"
integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==
gatsby-core-utils@^2.0.0, gatsby-core-utils@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz#634989bc3cde1c7add752fbdc3c6a3cdd8e23377"
integrity sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
Expand Down Expand Up @@ -7292,17 +7292,17 @@ gatsby-recipes@^0.11.0:
xstate "^4.9.1"
yoga-layout-prebuilt "^1.9.6"

gatsby-source-filesystem@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.0.0.tgz#6f82e8eeac8772be2848bee9959f217c87f5b86e"
integrity sha512-t51BSxAqRKO/veY99U/TcsWA7C1MRIokOJHGHoJij1ZLBzvB2GMB7dNQHhAyHa7MWwfzAwd7jI/TJCJX9l0KlQ==
gatsby-source-filesystem@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.1.0.tgz#59d9c5ebced33d954a9927e740168b9c9ee43422"
integrity sha512-3qFXEi4Hp7NrqTMCJ44vzwMZclD1aHyC5XUXxuuQ+/gT4k4yPIjPTbUdYgDzvrc8/K/5XRvJDB2vprdjxwoeGw==
dependencies:
"@babel/runtime" "^7.12.5"
better-queue "^3.8.10"
chokidar "^3.4.3"
file-type "^16.0.0"
fs-extra "^8.1.0"
gatsby-core-utils "^2.0.0"
gatsby-core-utils "^2.1.0"
got "^9.6.0"
md5-file "^5.0.0"
mime "^2.4.6"
Expand Down

0 comments on commit c0f1f4f

Please sign in to comment.