Skip to content

Commit

Permalink
fix(deps): update dependency gatsby to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 14, 2019
1 parent e70b890 commit c6d1dca
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 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.4",
"classnames": "2.2.6",
"docsearch.js": "2.6.2",
"gatsby": "2.1.0",
"gatsby": "2.1.2",
"gatsby-image": "2.0.29",
"gatsby-plugin-catch-links": "2.0.11",
"gatsby-plugin-manifest": "2.0.17",
Expand Down
54 changes: 27 additions & 27 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,28 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@gatsbyjs/[email protected]":
version "2.0.0-printer-fix.2"
resolved "https://registry.yarnpkg.com/@gatsbyjs/relay-compiler/-/relay-compiler-2.0.0-printer-fix.2.tgz#214db0e6072d40ea78ad5fabdb49d56bc95f4e99"
integrity sha512-7GeCCEQ7O15lMTT/SXy9HuRde4cv5vs465ZnLK2QCajSDLior+20yrMqHn1PGsJYK6nNZH7p3lw9qTCpqmuc7Q==
dependencies:
"@babel/generator" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/polyfill" "^7.0.0"
"@babel/runtime" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
babel-preset-fbjs "^3.1.2"
chalk "^2.4.1"
fast-glob "^2.2.2"
fb-watchman "^2.0.0"
fbjs "^1.0.0"
immutable "~3.7.6"
nullthrows "^1.1.0"
relay-runtime "2.0.0"
signedsource "^1.0.0"
yargs "^9.0.0"

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
Expand Down Expand Up @@ -6074,17 +6096,18 @@ [email protected]:
probe-image-size "^4.0.0"
sharp "^0.21.3"

[email protected].0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.0.tgz#45813f346cc2b3aac64323cef850d196fb829cb5"
integrity sha512-SVjl2rV8pkKrsGR6RjKsrKP4Mo/y2VERk6PNILdPMOMSZiQvbhg0yq1bo8X+wvUNMeKosHH4mz52QMZcEKaoiQ==
[email protected].2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.2.tgz#3233a9dc99d4c7f5a7eeadd94e9a5515b1c8b702"
integrity sha512-70kwwQkDwvAUTuf8nFwlHMtRF5Ut3X/PFx/L0AvOCFEHcNqAdDMPd5c6Nz8/zmeRSpY/paLS+ZYtDw/ymr6Mgw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/polyfill" "^7.0.0"
"@babel/runtime" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@gatsbyjs/relay-compiler" "2.0.0-printer-fix.2"
"@reach/router" "^1.1.1"
address "1.0.3"
autoprefixer "^9.4.3"
Expand Down Expand Up @@ -6174,7 +6197,6 @@ [email protected]:
react-error-overlay "^3.0.0"
react-hot-loader "^4.6.2"
redux "^4.0.0"
relay-compiler "2.0.0"
request "^2.85.0"
semver "^5.6.0"
shallow-compare "^1.2.2"
Expand Down Expand Up @@ -11469,28 +11491,6 @@ rehype-parse@^6.0.0:
parse5 "^5.0.0"
xtend "^4.0.1"

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-2.0.0.tgz#f51b8e4fdf337b24ceb45cb7f80dac2729ab132a"
integrity sha512-OcWHdFJAp9++8xhES5rZMDolB2USKn940bc/jDMYrMyHtVM+FnvlZaXDSvXpOjlzPeucpDYPiqFlx+/UQoGF2g==
dependencies:
"@babel/generator" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/polyfill" "^7.0.0"
"@babel/runtime" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
babel-preset-fbjs "^3.1.2"
chalk "^2.4.1"
fast-glob "^2.2.2"
fb-watchman "^2.0.0"
fbjs "^1.0.0"
immutable "~3.7.6"
nullthrows "^1.1.0"
relay-runtime "2.0.0"
signedsource "^1.0.0"
yargs "^9.0.0"

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-2.0.0.tgz#0e42df90365cc69f104f7e4b20fdcf975f5a9c0b"
Expand Down

0 comments on commit c6d1dca

Please sign in to comment.