Skip to content

Commit ebe6131

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committedAug 22, 2019
chore: update gatsby monorepo (#16950)
1 parent 8b08b8c commit ebe6131

File tree

18 files changed

+2532
-2066
lines changed

18 files changed

+2532
-2066
lines changed
 

‎starters/blog/package-lock.json

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

‎starters/blog/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.13.74",
12-
"gatsby-image": "^2.2.10",
11+
"gatsby": "^2.13.76",
12+
"gatsby-image": "^2.2.12",
1313
"gatsby-plugin-feed": "^2.3.7",
14-
"gatsby-plugin-google-analytics": "^2.1.8",
15-
"gatsby-plugin-manifest": "^2.2.7",
16-
"gatsby-plugin-offline": "^2.2.8",
14+
"gatsby-plugin-google-analytics": "^2.1.9",
15+
"gatsby-plugin-manifest": "^2.2.8",
16+
"gatsby-plugin-offline": "^2.2.9",
1717
"gatsby-plugin-react-helmet": "^3.1.4",
18-
"gatsby-plugin-sharp": "^2.2.14",
18+
"gatsby-plugin-sharp": "^2.2.16",
1919
"gatsby-plugin-typography": "^2.3.3",
20-
"gatsby-remark-copy-linked-files": "^2.1.8",
21-
"gatsby-remark-images": "^3.1.14",
22-
"gatsby-remark-prismjs": "^3.3.6",
23-
"gatsby-remark-responsive-iframe": "^2.2.6",
24-
"gatsby-remark-smartypants": "^2.1.3",
25-
"gatsby-source-filesystem": "^2.1.12",
26-
"gatsby-transformer-remark": "^2.6.16",
27-
"gatsby-transformer-sharp": "^2.2.8",
20+
"gatsby-remark-copy-linked-files": "^2.1.9",
21+
"gatsby-remark-images": "^3.1.16",
22+
"gatsby-remark-prismjs": "^3.3.8",
23+
"gatsby-remark-responsive-iframe": "^2.2.7",
24+
"gatsby-remark-smartypants": "^2.1.4",
25+
"gatsby-source-filesystem": "^2.1.14",
26+
"gatsby-transformer-remark": "^2.6.18",
27+
"gatsby-transformer-sharp": "^2.2.10",
2828
"prismjs": "^1.17.1",
2929
"react": "^16.9.0",
3030
"react-dom": "^16.9.0",

‎starters/default/package-lock.json

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

‎starters/default/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^2.13.74",
9-
"gatsby-image": "^2.2.10",
10-
"gatsby-plugin-manifest": "^2.2.7",
11-
"gatsby-plugin-offline": "^2.2.8",
8+
"gatsby": "^2.13.76",
9+
"gatsby-image": "^2.2.12",
10+
"gatsby-plugin-manifest": "^2.2.8",
11+
"gatsby-plugin-offline": "^2.2.9",
1212
"gatsby-plugin-react-helmet": "^3.1.4",
13-
"gatsby-plugin-sharp": "^2.2.14",
14-
"gatsby-source-filesystem": "^2.1.12",
15-
"gatsby-transformer-sharp": "^2.2.8",
13+
"gatsby-plugin-sharp": "^2.2.16",
14+
"gatsby-source-filesystem": "^2.1.14",
15+
"gatsby-transformer-sharp": "^2.2.10",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.9.0",
1818
"react-dom": "^16.9.0",

‎starters/hello-world/package-lock.json

+315-270
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.74",
16+
"gatsby": "^2.13.76",
1717
"react": "^16.9.0",
1818
"react-dom": "^16.9.0"
1919
},

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

+329-264
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.74",
11+
"gatsby": "^2.13.76",
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

+339-264
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.74",
11+
"gatsby": "^2.13.76",
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

+334-264
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.74",
11+
"gatsby": "^2.13.76",
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.74",
12+
"gatsby": "^2.13.76",
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

+339-264
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.74",
11+
"gatsby": "^2.13.76",
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

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
"dependencies": {
1414
"@mdx-js/mdx": "^1.3.1",
15-
"gatsby-plugin-mdx": "^1.0.26",
16-
"gatsby-plugin-sharp": "^2.2.14",
17-
"gatsby-remark-copy-linked-files": "^2.1.8",
18-
"gatsby-remark-images": "^3.1.14",
19-
"gatsby-remark-smartypants": "^2.1.3",
20-
"gatsby-source-filesystem": "^2.1.12",
21-
"gatsby-transformer-sharp": "^2.2.8",
15+
"gatsby-plugin-mdx": "^1.0.28",
16+
"gatsby-plugin-sharp": "^2.2.16",
17+
"gatsby-remark-copy-linked-files": "^2.1.9",
18+
"gatsby-remark-images": "^3.1.16",
19+
"gatsby-remark-smartypants": "^2.1.4",
20+
"gatsby-source-filesystem": "^2.1.14",
21+
"gatsby-transformer-sharp": "^2.2.10",
2222
"remark-slug": "^5.1.2"
2323
},
2424
"devDependencies": {
2525
"@mdx-js/react": "^1.3.1",
26-
"gatsby": "^2.13.74",
26+
"gatsby": "^2.13.76",
2727
"prettier": "^1.18.2",
2828
"react": "^16.9.0",
2929
"react-dom": "^16.9.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@theme-ui/prism": "^0.2.29",
2424
"@theme-ui/typography": "^0.2.34",
2525
"deepmerge": "^4.0.0",
26-
"gatsby-image": "^2.2.10",
26+
"gatsby-image": "^2.2.12",
2727
"gatsby-plugin-emotion": "^4.1.3",
2828
"gatsby-plugin-feed": "^2.3.7",
2929
"gatsby-plugin-react-helmet": "^3.1.4",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.13.74",
42+
"gatsby": "^2.13.76",
4343
"prettier": "^1.18.2",
4444
"react": "^16.9.0",
4545
"react-dom": "^16.9.0"

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

+3-3
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.74",
23+
"gatsby": "^2.13.76",
2424
"react": "^16.9.0",
2525
"react-dom": "^16.9.0"
2626
},
@@ -36,12 +36,12 @@
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.26",
39+
"gatsby-plugin-mdx": "^1.0.28",
4040
"gatsby-plugin-meta-redirect": "^1.1.1",
4141
"gatsby-plugin-og-image": "0.0.1",
4242
"gatsby-plugin-redirects": "^1.0.0",
4343
"gatsby-plugin-theme-ui": "^0.2.34",
44-
"gatsby-source-filesystem": "^2.1.12",
44+
"gatsby-source-filesystem": "^2.1.14",
4545
"is-present": "^1.0.0",
4646
"react-feather": "^1.1.6",
4747
"theme-ui": "^0.2.35"

0 commit comments

Comments
 (0)
Please sign in to comment.