Skip to content

Commit

Permalink
chore: update gatsby monorepo (#16950)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 22, 2019
1 parent 8b08b8c commit ebe6131
Show file tree
Hide file tree
Showing 18 changed files with 2,532 additions and 2,066 deletions.
845 changes: 471 additions & 374 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions starters/blog/package.json
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.13.74",
"gatsby-image": "^2.2.10",
"gatsby": "^2.13.76",
"gatsby-image": "^2.2.12",
"gatsby-plugin-feed": "^2.3.7",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-manifest": "^2.2.7",
"gatsby-plugin-offline": "^2.2.8",
"gatsby-plugin-google-analytics": "^2.1.9",
"gatsby-plugin-manifest": "^2.2.8",
"gatsby-plugin-offline": "^2.2.9",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sharp": "^2.2.14",
"gatsby-plugin-sharp": "^2.2.16",
"gatsby-plugin-typography": "^2.3.3",
"gatsby-remark-copy-linked-files": "^2.1.8",
"gatsby-remark-images": "^3.1.14",
"gatsby-remark-prismjs": "^3.3.6",
"gatsby-remark-responsive-iframe": "^2.2.6",
"gatsby-remark-smartypants": "^2.1.3",
"gatsby-source-filesystem": "^2.1.12",
"gatsby-transformer-remark": "^2.6.16",
"gatsby-transformer-sharp": "^2.2.8",
"gatsby-remark-copy-linked-files": "^2.1.9",
"gatsby-remark-images": "^3.1.16",
"gatsby-remark-prismjs": "^3.3.8",
"gatsby-remark-responsive-iframe": "^2.2.7",
"gatsby-remark-smartypants": "^2.1.4",
"gatsby-source-filesystem": "^2.1.14",
"gatsby-transformer-remark": "^2.6.18",
"gatsby-transformer-sharp": "^2.2.10",
"prismjs": "^1.17.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
691 changes: 365 additions & 326 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions starters/default/package.json
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.13.74",
"gatsby-image": "^2.2.10",
"gatsby-plugin-manifest": "^2.2.7",
"gatsby-plugin-offline": "^2.2.8",
"gatsby": "^2.13.76",
"gatsby-image": "^2.2.12",
"gatsby-plugin-manifest": "^2.2.8",
"gatsby-plugin-offline": "^2.2.9",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sharp": "^2.2.14",
"gatsby-source-filesystem": "^2.1.12",
"gatsby-transformer-sharp": "^2.2.8",
"gatsby-plugin-sharp": "^2.2.16",
"gatsby-source-filesystem": "^2.1.14",
"gatsby-transformer-sharp": "^2.2.10",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
585 changes: 315 additions & 270 deletions starters/hello-world/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/hello-world/package.json
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"gatsby": "^2.13.74",
"gatsby": "^2.13.76",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
593 changes: 329 additions & 264 deletions themes/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/gatsby-starter-blog-theme-core/package.json
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.74",
"gatsby": "^2.13.76",
"gatsby-theme-blog-core": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
603 changes: 339 additions & 264 deletions themes/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/gatsby-starter-blog-theme/package.json
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.74",
"gatsby": "^2.13.76",
"gatsby-theme-blog": "^1.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
598 changes: 334 additions & 264 deletions themes/gatsby-starter-notes-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/gatsby-starter-notes-theme/package.json
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.74",
"gatsby": "^2.13.76",
"gatsby-theme-notes": "^1.0.3",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-starter-theme-workspace/example/package.json
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.74",
"gatsby": "^2.13.76",
"gatsby-theme-minimal": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down

0 comments on commit ebe6131

Please sign in to comment.