Skip to content

Commit c100000

Browse files
renovate[bot]renovate-bot
andauthoredOct 16, 2020
fix(deps): update starters and examples - gatsby (#27303)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 07e5752 commit c100000

File tree

19 files changed

+8752
-4829
lines changed

19 files changed

+8752
-4829
lines changed
 

‎starters/blog/package-lock.json

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

‎starters/blog/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.24.67",
12-
"gatsby-image": "^2.4.20",
13-
"gatsby-plugin-feed": "^2.5.13",
14-
"gatsby-plugin-google-analytics": "^2.3.15",
15-
"gatsby-plugin-manifest": "^2.4.33",
16-
"gatsby-plugin-offline": "^3.2.30",
17-
"gatsby-plugin-react-helmet": "^3.3.12",
18-
"gatsby-plugin-sharp": "^2.6.38",
19-
"gatsby-remark-copy-linked-files": "^2.3.18",
20-
"gatsby-remark-images": "^3.3.32",
21-
"gatsby-remark-prismjs": "^3.5.15",
22-
"gatsby-remark-responsive-iframe": "^2.4.16",
23-
"gatsby-remark-smartypants": "^2.3.12",
24-
"gatsby-source-filesystem": "^2.3.32",
25-
"gatsby-transformer-remark": "^2.8.37",
26-
"gatsby-transformer-sharp": "^2.5.16",
11+
"gatsby": "^2.24.79",
12+
"gatsby-image": "^2.4.21",
13+
"gatsby-plugin-feed": "^2.5.14",
14+
"gatsby-plugin-google-analytics": "^2.3.18",
15+
"gatsby-plugin-manifest": "^2.4.34",
16+
"gatsby-plugin-offline": "^3.2.33",
17+
"gatsby-plugin-react-helmet": "^3.3.14",
18+
"gatsby-plugin-sharp": "^2.6.42",
19+
"gatsby-remark-copy-linked-files": "^2.3.19",
20+
"gatsby-remark-images": "^3.3.35",
21+
"gatsby-remark-prismjs": "^3.5.16",
22+
"gatsby-remark-responsive-iframe": "^2.4.17",
23+
"gatsby-remark-smartypants": "^2.3.13",
24+
"gatsby-source-filesystem": "^2.3.34",
25+
"gatsby-transformer-remark": "^2.8.41",
26+
"gatsby-transformer-sharp": "^2.5.17",
2727
"prismjs": "^1.22.0",
2828
"react": "^16.12.0",
2929
"react-dom": "^16.12.0",

‎starters/default/package-lock.json

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

‎starters/default/package.json

+8-8
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.24.67",
9-
"gatsby-image": "^2.4.20",
10-
"gatsby-plugin-manifest": "^2.4.33",
11-
"gatsby-plugin-offline": "^3.2.30",
12-
"gatsby-plugin-react-helmet": "^3.3.12",
13-
"gatsby-plugin-sharp": "^2.6.38",
14-
"gatsby-source-filesystem": "^2.3.32",
15-
"gatsby-transformer-sharp": "^2.5.16",
8+
"gatsby": "^2.24.79",
9+
"gatsby-image": "^2.4.21",
10+
"gatsby-plugin-manifest": "^2.4.34",
11+
"gatsby-plugin-offline": "^3.2.33",
12+
"gatsby-plugin-react-helmet": "^3.3.14",
13+
"gatsby-plugin-sharp": "^2.6.42",
14+
"gatsby-source-filesystem": "^2.3.34",
15+
"gatsby-transformer-sharp": "^2.5.17",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",

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

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

‎starters/gatsby-starter-blog-theme-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "0BSD",
1212
"dependencies": {
1313
"@mdx-js/react": "^1.6.18",
14-
"gatsby": "^2.24.67",
14+
"gatsby": "^2.24.79",
1515
"gatsby-theme-blog-core": "^1.5.61",
1616
"react": "^16.12.0",
1717
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)
Please sign in to comment.