Skip to content

Commit 042338a

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency gatsby to ^2.15.26 (#17895)
1 parent d69f035 commit 042338a

File tree

18 files changed

+98
-98
lines changed

18 files changed

+98
-98
lines changed

starters/blog/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.15.25",
11+
"gatsby": "^2.15.26",
1212
"gatsby-image": "^2.2.21",
1313
"gatsby-plugin-feed": "^2.3.13",
1414
"gatsby-plugin-google-analytics": "^2.1.17",

starters/default/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.15.25",
8+
"gatsby": "^2.15.26",
99
"gatsby-image": "^2.2.21",
1010
"gatsby-plugin-manifest": "^2.2.18",
1111
"gatsby-plugin-offline": "^3.0.9",

starters/hello-world/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.15.25",
16+
"gatsby": "^2.15.26",
1717
"react": "^16.9.0",
1818
"react-dom": "^16.9.0"
1919
},

themes/gatsby-starter-blog-theme-core/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/gatsby-starter-blog-theme-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.15.25",
11+
"gatsby": "^2.15.26",
1212
"gatsby-theme-blog-core": "^1.0.0",
1313
"react": "^16.9.0",
1414
"react-dom": "^16.9.0"

themes/gatsby-starter-blog-theme/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/gatsby-starter-blog-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.15.25",
11+
"gatsby": "^2.15.26",
1212
"gatsby-theme-blog": "^1.0.2",
1313
"react": "^16.9.0",
1414
"react-dom": "^16.9.0"

0 commit comments

Comments
 (0)