Skip to content

Commit

Permalink
Merge pull request #2497 from storybooks/dependencies.io-update-build…
Browse files Browse the repository at this point in the history
…-126.1.0

Update gatsby in /docs from 1.9.135 to 1.9.138
  • Loading branch information
Hypnosphi authored Dec 16, 2017
2 parents a618105 + f134038 commit 97d1cdb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^3.3.7",
"gatsby": "^1.9.135",
"gatsby": "^1.9.138",
"gatsby-link": "^1.6.32",
"gatsby-plugin-sharp": "^1.6.24",
"gatsby-remark-autolink-headers": "^1.4.10",
Expand Down
26 changes: 22 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,18 @@ better-assert@~1.0.0:
dependencies:
callsite "1.0.0"

better-queue-memory@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/better-queue-memory/-/better-queue-memory-1.0.2.tgz#aa6d169aa1d0cc77409185cb9cb5c7dc251bcd41"

better-queue@^3.8.6:
version "3.8.6"
resolved "https://registry.yarnpkg.com/better-queue/-/better-queue-3.8.6.tgz#73220bdfab403924cffa7497220dd387abb73a63"
dependencies:
better-queue-memory "^1.0.1"
node-eta "^0.9.0"
uuid "^3.0.0"

big.js@^3.1.3:
version "3.2.0"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
Expand Down Expand Up @@ -4335,9 +4347,9 @@ gatsby-transformer-remark@^1.7.25:
unist-util-select "^1.5.0"
unist-util-visit "^1.1.1"

gatsby@^1.9.135:
version "1.9.135"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.135.tgz#7ab1c684c8556cb4324b4888d77efd1a919fc4e0"
gatsby@^1.9.138:
version "1.9.138"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.138.tgz#69f710efa66e9bfd33bda52f5fd5fb428ebfa925"
dependencies:
async "^2.1.2"
babel-code-frame "^6.22.0"
Expand All @@ -4353,6 +4365,7 @@ gatsby@^1.9.135:
babel-runtime "^6.26.0"
babel-traverse "^6.24.1"
babylon "^6.17.3"
better-queue "^3.8.6"
bluebird "^3.5.0"
chalk "^1.1.3"
chokidar "^1.7.0"
Expand Down Expand Up @@ -4395,6 +4408,7 @@ gatsby@^1.9.135:
lodash "^4.17.4"
lodash-id "^0.14.0"
lowdb "^0.16.2"
md5 "^2.2.1"
md5-file "^3.1.1"
mime "^1.3.6"
mitt "^1.1.2"
Expand Down Expand Up @@ -6449,7 +6463,7 @@ md5.js@^1.3.4:
hash-base "^3.0.0"
inherits "^2.0.1"

md5@^2.0.0:
md5@^2.0.0, md5@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/md5/-/md5-2.2.1.tgz#53ab38d5fe3c8891ba465329ea23fac0540126f9"
dependencies:
Expand Down Expand Up @@ -6793,6 +6807,10 @@ node-emoji@^1.0.4:
dependencies:
lodash.toarray "^4.4.0"

node-eta@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/node-eta/-/node-eta-0.9.0.tgz#9fb0b099bcd2a021940e603c64254dc003d9a7a8"

node-fetch@^1.0.1:
version "1.7.3"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
Expand Down

0 comments on commit 97d1cdb

Please sign in to comment.