Skip to content

Commit

Permalink
fix(starters): update gatsby monorepo (gatsbyjs#14451)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and m-allanson committed May 31, 2019
1 parent 672cd73 commit 3b70179
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 68 deletions.
48 changes: 24 additions & 24 deletions starters/blog/package-lock.json

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

8 changes: 4 additions & 4 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.7.5",
"gatsby": "^2.8.0",
"gatsby-image": "^2.1.2",
"gatsby-plugin-feed": "^2.2.1",
"gatsby-plugin-feed": "^2.2.2",
"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.2",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-images": "^3.0.14",
Expand All @@ -24,7 +24,7 @@
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.20",
"gatsby-transformer-sharp": "^2.1.21",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
42 changes: 21 additions & 21 deletions starters/default/package-lock.json

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

6 changes: 3 additions & 3 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.7.5",
"gatsby": "^2.8.0",
"gatsby-image": "^2.1.2",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.2",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-sharp": "^2.1.20",
"gatsby-transformer-sharp": "^2.1.21",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
30 changes: 15 additions & 15 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.7.5",
"gatsby": "^2.8.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down

0 comments on commit 3b70179

Please sign in to comment.