Skip to content

Commit 043bebe

Browse files
renovate[bot]sidharthachatterjee
authored andcommittedAug 23, 2019
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
},

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

+20-20
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.13.76",
11+
"gatsby": "^2.13.77",
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

+20-20
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.13.76",
11+
"gatsby": "^2.13.77",
1212
"gatsby-theme-blog": "^1.0.2",
1313
"react": "^16.9.0",
1414
"react-dom": "^16.9.0"

‎themes/gatsby-starter-notes-theme/package-lock.json

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

‎themes/gatsby-starter-notes-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.13.76",
11+
"gatsby": "^2.13.77",
1212
"gatsby-theme-notes": "^1.0.3",
1313
"react": "^16.9.0",
1414
"react-dom": "^16.9.0"

‎themes/gatsby-starter-theme-workspace/example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "gatsby build"
1010
},
1111
"dependencies": {
12-
"gatsby": "^2.13.76",
12+
"gatsby": "^2.13.77",
1313
"gatsby-theme-minimal": "^1.0.0",
1414
"react": "^16.9.0",
1515
"react-dom": "^16.9.0"

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.13.76",
11+
"gatsby": "^2.13.77",
1212
"gatsby-theme-blog": "^1.0.2",
1313
"gatsby-theme-notes": "^1.0.3",
1414
"react": "^16.9.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@mdx-js/mdx": "^1.3.1",
15-
"gatsby-plugin-mdx": "^1.0.28",
15+
"gatsby-plugin-mdx": "^1.0.29",
1616
"gatsby-plugin-sharp": "^2.2.16",
1717
"gatsby-remark-copy-linked-files": "^2.1.9",
1818
"gatsby-remark-images": "^3.1.16",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@mdx-js/react": "^1.3.1",
26-
"gatsby": "^2.13.76",
26+
"gatsby": "^2.13.77",
2727
"prettier": "^1.18.2",
2828
"react": "^16.9.0",
2929
"react-dom": "^16.9.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.13.76",
42+
"gatsby": "^2.13.77",
4343
"prettier": "^1.18.2",
4444
"react": "^16.9.0",
4545
"react-dom": "^16.9.0"

‎themes/gatsby-theme-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.13.76",
23+
"gatsby": "^2.13.77",
2424
"react": "^16.9.0",
2525
"react-dom": "^16.9.0"
2626
},
@@ -36,7 +36,7 @@
3636
"gatsby-core-utils": "^1.0.5",
3737
"gatsby-plugin-compile-es6-packages": "^1.2.0",
3838
"gatsby-plugin-emotion": "^4.1.3",
39-
"gatsby-plugin-mdx": "^1.0.28",
39+
"gatsby-plugin-mdx": "^1.0.29",
4040
"gatsby-plugin-meta-redirect": "^1.1.1",
4141
"gatsby-plugin-og-image": "0.0.1",
4242
"gatsby-plugin-redirects": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.