Skip to content

Commit

Permalink
chore: update dependency gatsby to ^2.13.54 (#16479)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 8, 2019
1 parent 260370f commit 45376fe
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 49 deletions.
22 changes: 8 additions & 14 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
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"gatsby-image": "^2.2.8",
"gatsby-plugin-feed": "^2.3.6",
"gatsby-plugin-google-analytics": "^2.1.7",
Expand Down
22 changes: 8 additions & 14 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
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"gatsby-image": "^2.2.8",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-offline": "^2.2.5",
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"gatsby-theme-blog": "^1.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"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.53",
"gatsby": "^2.13.54",
"gatsby-theme-minimal": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
6 changes: 3 additions & 3 deletions themes/gatsby-starter-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-theme/package.json
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"gatsby-theme-blog": "^1.0.2",
"gatsby-theme-notes": "^1.0.3",
"react": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-blog/package.json
Expand Up @@ -49,7 +49,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-notes/package.json
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down

0 comments on commit 45376fe

Please sign in to comment.