Skip to content

Commit

Permalink
fix(deps): update dependency gatsby to v2.0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 31, 2018
1 parent 968b8d1 commit 954b532
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bulma": "0.7.2",
"classnames": "2.2.6",
"docsearch.js": "2.6.2",
"gatsby": "2.0.78",
"gatsby": "2.0.79",
"gatsby-image": "2.0.25",
"gatsby-plugin-catch-links": "2.0.9",
"gatsby-plugin-manifest": "2.0.13",
Expand Down
19 changes: 13 additions & 6 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2425,6 +2425,13 @@ better-assert@~1.0.0:
dependencies:
callsite "1.0.0"

better-opn@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-0.1.4.tgz#271d03bd8bcb8406d2d9d4cda5c0944d726ea171"
integrity sha512-7V92EnOdjWOB9lKsVsthCcu1FdFT5qNJVTiOgGy5wPuTsSptMMxm2G1FGHgWu22MyX3tyDRzTWk4lxY2Ppdu7A==
dependencies:
opn "^5.4.0"

better-queue-memory@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/better-queue-memory/-/better-queue-memory-1.0.3.tgz#4e71fbb5f5976188656e0c5610da7b411af41493"
Expand Down Expand Up @@ -6246,10 +6253,10 @@ gatsby-transformer-sharp@2.1.10:
probe-image-size "^4.0.0"
sharp "^0.21.0"

gatsby@2.0.78:
version "2.0.78"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.78.tgz#d59ac4becddf8d13b70bb4fc00f5f1e0f37ef77c"
integrity sha512-rUR1cEQfCrE/HoQc/zPcrp3/gpmvTfYIwDtUS6gTjxcd3F3BRqqOE+d+eNgN229ttL2VF81gurNw6tCNHdWdnA==
gatsby@2.0.79:
version "2.0.79"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.79.tgz#6ca8a89da5259bc1cd6bfe6e730c7c5a9cd6a03d"
integrity sha512-kHeVp6YGwy0BwmLcxo87ZM41Fcy+Zt4rocu94IvYSDI9NGEH8hziJ/zfLSWPkJgNraRfzxc4Lzcdm0aMTTmBCg==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand All @@ -6268,6 +6275,7 @@ gatsby@2.0.78:
babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-remove-graphql-queries "^2.5.2"
babel-preset-gatsby "^0.1.6"
better-opn "0.1.4"
better-queue "^3.8.6"
bluebird "^3.5.0"
browserslist "3.2.8"
Expand Down Expand Up @@ -6334,7 +6342,6 @@ gatsby@2.0.78:
normalize-path "^2.1.1"
null-loader "^0.1.1"
opentracing "^0.14.3"
opn "^5.3.0"
optimize-css-assets-webpack-plugin "^5.0.1"
parse-filepath "^1.0.1"
physical-cpu-count "^2.0.0"
Expand Down Expand Up @@ -9925,7 +9932,7 @@ opn@5.1.0:
dependencies:
is-wsl "^1.1.0"

opn@^5.1.0, opn@^5.3.0:
opn@^5.1.0, opn@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/opn/-/opn-5.4.0.tgz#cb545e7aab78562beb11aa3bfabc7042e1761035"
integrity sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw==
Expand Down

0 comments on commit 954b532

Please sign in to comment.