Skip to content

Commit

Permalink
fix(deps): update dependency gatsby to v2.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 15, 2019
1 parent df68e11 commit f77d58f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 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.34",
"gatsby": "2.1.35",
"gatsby-image": "2.0.34",
"gatsby-plugin-catch-links": "2.0.13",
"gatsby-plugin-manifest": "2.0.24",
Expand Down
21 changes: 17 additions & 4 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6192,10 +6192,10 @@ [email protected]:
probe-image-size "^4.0.0"
sharp "^0.21.3"

[email protected].34:
version "2.1.34"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.34.tgz#c4ed2510f1eed246f63c49e17291fd3e63915a23"
integrity sha512-d32xzQo0VERuETFe0njSvITQSmZQwR7L+gf3XJ5vFZpZsh/NRs7Jvv+/+WlNeOS6FkcI06k4B9jxJremJt+QXQ==
[email protected].35:
version "2.1.35"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.35.tgz#cdff857886f1c84cd4b34fc2bbc630c8ba8ad65e"
integrity sha512-xXoQhkEjuoyX8OR5M3FQgHz5QaYV4rHEGMw+1uDkOsdS4vJqEfNk2QPeH7cYVOXEl5M3U+b2w5K4dMOHbcghkA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down Expand Up @@ -6287,6 +6287,7 @@ [email protected]:
optimize-css-assets-webpack-plugin "^5.0.1"
parseurl "^1.3.2"
physical-cpu-count "^2.0.0"
pnp-webpack-plugin "^1.4.1"
postcss-flexbugs-fixes "^3.0.0"
postcss-loader "^2.1.3"
prop-types "^15.6.1"
Expand Down Expand Up @@ -10520,6 +10521,13 @@ pngquant-bin@^5.0.0:
execa "^0.10.0"
logalot "^2.0.0"

pnp-webpack-plugin@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.4.1.tgz#e8f8c683b496a71c0d200e664c4bb399a9c9585e"
integrity sha512-S4kz+5rvWvD0w1O63eTJeXIxW4JHK0wPRMO7GmPhbZXJnTePcfrWZlni4BoglIf7pLSY18xtqo3MSnVkoAFXKg==
dependencies:
ts-pnp "^1.0.0"

portfinder@^1.0.9:
version "1.0.18"
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.18.tgz#cf1106ff336fd4329b7ce32fda7d17d62c6bcf37"
Expand Down Expand Up @@ -13398,6 +13406,11 @@ trough@^1.0.0:
dependencies:
glob "^7.1.2"

ts-pnp@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.0.1.tgz#fde74a6371676a167abaeda1ffc0fdb423520098"
integrity sha512-Zzg9XH0anaqhNSlDRibNC8Kp+B9KNM0uRIpLpGkGyrgRIttA7zZBhotTSEoEyuDrz3QW2LGtu2dxuk34HzIGnQ==

tslib@^1.6.0, tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
Expand Down

0 comments on commit f77d58f

Please sign in to comment.