Skip to content

Commit

Permalink
fix(starters): update gatsby monorepo to ^2.1.1 (gatsbyjs#14312)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and KyleAMathews committed May 25, 2019
1 parent 2694ace commit 86ee22e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions starters/blog/package-lock.json

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

4 changes: 2 additions & 2 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"gatsby": "^2.7.1",
"gatsby-image": "^2.1.0",
"gatsby-image": "^2.1.1",
"gatsby-plugin-feed": "^2.2.1",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.0",
"gatsby-plugin-sharp": "^2.1.1",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-images": "^3.0.12",
Expand Down
12 changes: 6 additions & 6 deletions starters/default/package-lock.json

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

4 changes: 2 additions & 2 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.7.1",
"gatsby-image": "^2.1.0",
"gatsby-image": "^2.1.1",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.0",
"gatsby-plugin-sharp": "^2.1.1",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-sharp": "^2.1.19",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 86ee22e

Please sign in to comment.