Skip to content

Commit 043bebe

Browse files
renovate[bot]sidharthachatterjee
authored andcommitted
fix: update gatsby monorepo (#16978)
1 parent 42c1c5e commit 043bebe

File tree

18 files changed

+157
-157
lines changed

18 files changed

+157
-157
lines changed

starters/blog/package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.13.76",
11+
"gatsby": "^2.13.77",
1212
"gatsby-image": "^2.2.12",
1313
"gatsby-plugin-feed": "^2.3.7",
1414
"gatsby-plugin-google-analytics": "^2.1.9",
1515
"gatsby-plugin-manifest": "^2.2.8",
1616
"gatsby-plugin-offline": "^2.2.9",
1717
"gatsby-plugin-react-helmet": "^3.1.4",
1818
"gatsby-plugin-sharp": "^2.2.16",
19-
"gatsby-plugin-typography": "^2.3.3",
19+
"gatsby-plugin-typography": "^2.3.4",
2020
"gatsby-remark-copy-linked-files": "^2.1.9",
2121
"gatsby-remark-images": "^3.1.16",
2222
"gatsby-remark-prismjs": "^3.3.8",

starters/default/package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^2.13.76",
8+
"gatsby": "^2.13.77",
99
"gatsby-image": "^2.2.12",
1010
"gatsby-plugin-manifest": "^2.2.8",
1111
"gatsby-plugin-offline": "^2.2.9",

starters/hello-world/package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/hello-world/package.json

+1-1
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.13.76",
16+
"gatsby": "^2.13.77",
1717
"react": "^16.9.0",
1818
"react-dom": "^16.9.0"
1919
},

0 commit comments

Comments
 (0)