Skip to content

Commit efaff38

Browse files
renovate[bot]DSchau
authored andcommittedMar 12, 2019
fix(starters): update gatsby monorepo (#12524)
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | gatsby | dependencies | patch | [`^2.1.30` -> `^2.1.31`](https://diff.intrinsic.com/gatsby/2.1.30/2.1.31) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-image | dependencies | patch | [`^2.0.32` -> `^2.0.33`](https://diff.intrinsic.com/gatsby-image/2.0.32/2.0.33) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-plugin-manifest | dependencies | patch | [`^2.0.23` -> `^2.0.24`](https://diff.intrinsic.com/gatsby-plugin-manifest/2.0.23/2.0.24) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-plugin-sharp | dependencies | patch | [`^2.0.27` -> `^2.0.28`](https://diff.intrinsic.com/gatsby-plugin-sharp/2.0.27/2.0.28) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-transformer-sharp | dependencies | patch | [`^2.1.16` -> `^2.1.17`](https://diff.intrinsic.com/gatsby-transformer-sharp/2.1.16/2.1.17) | [source](https://togithub.com/gatsbyjs/gatsby) | --- ### Release Notes <details> <summary>gatsbyjs/gatsby</summary> ### [`v2.1.31`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.30...gatsby@2.1.31) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.30...gatsby@2.1.31) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
1 parent 943943d commit efaff38

File tree

6 files changed

+343
-158
lines changed

6 files changed

+343
-158
lines changed
 

‎starters/blog/package-lock.json

+134-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎starters/blog/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.1.30",
12-
"gatsby-image": "^2.0.32",
11+
"gatsby": "^2.1.31",
12+
"gatsby-image": "^2.0.33",
1313
"gatsby-plugin-feed": "^2.0.15",
1414
"gatsby-plugin-google-analytics": "^2.0.17",
15-
"gatsby-plugin-manifest": "^2.0.23",
15+
"gatsby-plugin-manifest": "^2.0.24",
1616
"gatsby-plugin-offline": "^2.0.25",
1717
"gatsby-plugin-react-helmet": "^3.0.9",
18-
"gatsby-plugin-sharp": "^2.0.27",
18+
"gatsby-plugin-sharp": "^2.0.28",
1919
"gatsby-plugin-typography": "^2.2.9",
2020
"gatsby-remark-copy-linked-files": "^2.0.10",
2121
"gatsby-remark-images": "^2.0.6",
@@ -24,7 +24,7 @@
2424
"gatsby-remark-smartypants": "^2.0.9",
2525
"gatsby-source-filesystem": "^2.0.24",
2626
"gatsby-transformer-remark": "^2.3.2",
27-
"gatsby-transformer-sharp": "^2.1.16",
27+
"gatsby-transformer-sharp": "^2.1.17",
2828
"prismjs": "^1.15.0",
2929
"react": "^16.8.4",
3030
"react-dom": "^16.8.4",

‎starters/default/package-lock.json

+134-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎starters/default/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^2.1.30",
9-
"gatsby-image": "^2.0.32",
10-
"gatsby-plugin-manifest": "^2.0.23",
8+
"gatsby": "^2.1.31",
9+
"gatsby-image": "^2.0.33",
10+
"gatsby-plugin-manifest": "^2.0.24",
1111
"gatsby-plugin-offline": "^2.0.25",
1212
"gatsby-plugin-react-helmet": "^3.0.9",
13-
"gatsby-plugin-sharp": "^2.0.27",
13+
"gatsby-plugin-sharp": "^2.0.28",
1414
"gatsby-source-filesystem": "^2.0.24",
15-
"gatsby-transformer-sharp": "^2.1.16",
15+
"gatsby-transformer-sharp": "^2.1.17",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.8.4",
1818
"react-dom": "^16.8.4",

‎starters/hello-world/package-lock.json

+64-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎starters/hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.1.30",
16+
"gatsby": "^2.1.31",
1717
"react": "^16.8.4",
1818
"react-dom": "^16.8.4"
1919
},

0 commit comments

Comments
 (0)
Please sign in to comment.