Skip to content

Commit

Permalink
Swap readdirp-walk for readdirp
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Dec 10, 2018
1 parent e9988a0 commit 3f5b24a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 44 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mime": "^2.2.0",
"pretty-bytes": "^4.0.2",
"read-chunk": "^3.0.0",
"readdirp-walk": "^1.6.0",
"readdirp": "^2.2.1",
"slash": "^1.0.0",
"valid-url": "^1.0.9",
"xstate": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/src/file-finder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const readdirp = require(`readdirp-walk`)
const readdirp = require(`readdirp`)

const ignoredRE = /^\./
const ignored = [`yarn.lock`, `package-lock.json`, `node_modules`, `dist`]
Expand Down
44 changes: 2 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6869,11 +6869,6 @@ each-async@^1.0.0, each-async@^1.1.1:
onetime "^1.0.0"
set-immediate-shim "^1.0.0"

each-limit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/each-limit/-/each-limit-1.0.0.tgz#380140083367a8af64299bcac15fdd5b1a977196"
integrity sha1-OAFACDNnqK9kKZvKwV/dWxqXcZY=

ecc-jsbn@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
Expand Down Expand Up @@ -7542,11 +7537,6 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=

eventemitter3@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
integrity sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=

eventemitter3@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"
Expand Down Expand Up @@ -12292,11 +12282,6 @@ lodash.isequal@^4.0.0:
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=

lodash.isobject@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-3.0.2.tgz#3c8fb8d5b5bf4bf90ae06e14f2a530a4ed935e1d"
integrity sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0=

lodash.isplainobject@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
Expand All @@ -12307,11 +12292,6 @@ lodash.isstring@^4.0.1:
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=

lodash.isundefined@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz#23ef3d9535565203a66cefd5b830f848911afb48"
integrity sha1-I+89lTVWUgOmbO/VuDD4SJEa+0g=

lodash.iteratee@^4.5.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.iteratee/-/lodash.iteratee-4.7.0.tgz#be4177db289a8ccc3c0990f1db26b5b22fc1554c"
Expand Down Expand Up @@ -12881,7 +12861,7 @@ methods@~1.1.2:
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=

micromatch@^2.1.5, micromatch@^2.3.11, micromatch@^2.3.5, micromatch@^2.3.7:
micromatch@^2.1.5, micromatch@^2.3.11, micromatch@^2.3.7:
version "2.3.11"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=
Expand Down Expand Up @@ -15912,16 +15892,7 @@ readdir-scoped-modules@^1.0.0:
graceful-fs "^4.1.2"
once "^1.3.0"

readdirp-walk@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/readdirp-walk/-/readdirp-walk-1.6.0.tgz#07565f57ab93a967d6de644f4663c01356f5a0ba"
integrity sha1-B1ZfV6uTqWfW3mRPRmPAE1b1oLo=
dependencies:
eventemitter3 "^1.1.1"
micromatch "^2.3.5"
walk-filtered "^0.8.0"

readdirp@^2.0.0:
readdirp@^2.0.0, readdirp@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
Expand Down Expand Up @@ -19570,17 +19541,6 @@ wait-for-expect@^1.0.0:
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-1.0.0.tgz#edf2d5790c36dc67c4e21ac6ccedd7d4b79dc6ac"
integrity sha512-I6OlPKnd4qVdKJf1Gjx9M9qQjIk29rALoUkjwIKa9pNDCdzUuJTfaNv1mtsm2QdSvF0ZQogrWJMifTN1lUeXig==

walk-filtered@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/walk-filtered/-/walk-filtered-0.8.0.tgz#46c31a246ec74cef50c0eb4b4b1563bc761a00a5"
integrity sha1-RsMaJG7HTO9QwOtLSxVjvHYaAKU=
dependencies:
each-limit "^1.0.0"
graceful-fs "^4.1.2"
lodash.isobject "^3.0.2"
lodash.isundefined "^3.0.1"
object-assign "^4.0.1"

walker@~1.0.5:
version "1.0.7"
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
Expand Down

0 comments on commit 3f5b24a

Please sign in to comment.