Skip to content

Commit

Permalink
fix(starters): update dependency gatsby to ^2.11.7 (#15267)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DSchau committed Jul 1, 2019
1 parent f55250e commit e5a2f47
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 81 deletions.
53 changes: 27 additions & 26 deletions starters/blog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.11.6",
"gatsby": "^2.11.7",
"gatsby-image": "^2.2.3",
"gatsby-plugin-feed": "^2.3.1",
"gatsby-plugin-google-analytics": "^2.1.1",
Expand Down
53 changes: 27 additions & 26 deletions starters/default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.11.6",
"gatsby": "^2.11.7",
"gatsby-image": "^2.2.3",
"gatsby-plugin-manifest": "^2.2.0",
"gatsby-plugin-offline": "^2.2.0",
Expand Down
53 changes: 27 additions & 26 deletions starters/hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.11.6",
"gatsby": "^2.11.7",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down

0 comments on commit e5a2f47

Please sign in to comment.