Skip to content

Commit

Permalink
fix(starters): update gatsby monorepo (#15609)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and KyleAMathews committed Jul 10, 2019
1 parent 612dbf0 commit c9501fb
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 98 deletions.
38 changes: 19 additions & 19 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 @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.13.12",
"gatsby": "^2.13.13",
"gatsby-image": "^2.2.4",
"gatsby-plugin-feed": "^2.3.2",
"gatsby-plugin-google-analytics": "^2.1.1",
Expand All @@ -23,7 +23,7 @@
"gatsby-remark-responsive-iframe": "^2.2.1",
"gatsby-remark-smartypants": "^2.1.0",
"gatsby-source-filesystem": "^2.1.3",
"gatsby-transformer-remark": "^2.6.1",
"gatsby-transformer-remark": "^2.6.2",
"gatsby-transformer-sharp": "^2.2.1",
"prismjs": "^1.16.0",
"react": "^16.8.6",
Expand Down
26 changes: 13 additions & 13 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 <[email protected]>",
"dependencies": {
"gatsby": "^2.13.12",
"gatsby": "^2.13.13",
"gatsby-image": "^2.2.4",
"gatsby-plugin-manifest": "^2.2.1",
"gatsby-plugin-offline": "^2.2.1",
Expand Down
32 changes: 16 additions & 16 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.13.12",
"gatsby": "^2.13.13",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
26 changes: 13 additions & 13 deletions themes/gatsby-starter-blog-theme/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 themes/gatsby-starter-blog-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.12",
"gatsby": "^2.13.13",
"gatsby-theme-blog": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
26 changes: 13 additions & 13 deletions themes/gatsby-starter-notes-theme/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 themes/gatsby-starter-notes-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.12",
"gatsby": "^2.13.13",
"gatsby-theme-notes": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
Loading

0 comments on commit c9501fb

Please sign in to comment.