Skip to content

Commit 4d8ab78

Browse files
fix(deps): update starters and examples - gatsby (#27973)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e832f12 commit 4d8ab78

File tree

19 files changed

+1576
-1840
lines changed

19 files changed

+1576
-1840
lines changed

starters/blog/package-lock.json

Lines changed: 252 additions & 271 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: 16 additions & 16 deletions
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.25.3",
12-
"gatsby-image": "^2.4.21",
13-
"gatsby-plugin-feed": "^2.6.0",
14-
"gatsby-plugin-google-analytics": "^2.4.1",
15-
"gatsby-plugin-manifest": "^2.5.2",
16-
"gatsby-plugin-offline": "^3.3.3",
17-
"gatsby-plugin-react-helmet": "^3.3.14",
18-
"gatsby-plugin-sharp": "^2.7.1",
19-
"gatsby-remark-copy-linked-files": "^2.3.19",
20-
"gatsby-remark-images": "^3.4.2",
21-
"gatsby-remark-prismjs": "^3.6.0",
22-
"gatsby-remark-responsive-iframe": "^2.4.17",
23-
"gatsby-remark-smartypants": "^2.3.13",
24-
"gatsby-source-filesystem": "^2.4.2",
25-
"gatsby-transformer-remark": "^2.9.2",
26-
"gatsby-transformer-sharp": "^2.5.21",
11+
"gatsby": "^2.26.1",
12+
"gatsby-image": "^2.5.0",
13+
"gatsby-plugin-feed": "^2.7.0",
14+
"gatsby-plugin-google-analytics": "^2.5.0",
15+
"gatsby-plugin-manifest": "^2.6.1",
16+
"gatsby-plugin-offline": "^3.4.0",
17+
"gatsby-plugin-react-helmet": "^3.4.0",
18+
"gatsby-plugin-sharp": "^2.8.0",
19+
"gatsby-remark-copy-linked-files": "^2.4.0",
20+
"gatsby-remark-images": "^3.5.1",
21+
"gatsby-remark-prismjs": "^3.7.0",
22+
"gatsby-remark-responsive-iframe": "^2.5.0",
23+
"gatsby-remark-smartypants": "^2.4.0",
24+
"gatsby-source-filesystem": "^2.5.0",
25+
"gatsby-transformer-remark": "^2.10.0",
26+
"gatsby-transformer-sharp": "^2.6.0",
2727
"prismjs": "^1.22.0",
2828
"react": "^16.12.0",
2929
"react-dom": "^16.12.0",

starters/default/package-lock.json

Lines changed: 198 additions & 210 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.25.3",
9-
"gatsby-image": "^2.4.21",
10-
"gatsby-plugin-manifest": "^2.5.2",
11-
"gatsby-plugin-offline": "^3.3.3",
12-
"gatsby-plugin-react-helmet": "^3.3.14",
13-
"gatsby-plugin-sharp": "^2.7.1",
14-
"gatsby-source-filesystem": "^2.4.2",
15-
"gatsby-transformer-sharp": "^2.5.21",
8+
"gatsby": "^2.26.1",
9+
"gatsby-image": "^2.5.0",
10+
"gatsby-plugin-manifest": "^2.6.1",
11+
"gatsby-plugin-offline": "^3.4.0",
12+
"gatsby-plugin-react-helmet": "^3.4.0",
13+
"gatsby-plugin-sharp": "^2.8.0",
14+
"gatsby-source-filesystem": "^2.5.0",
15+
"gatsby-transformer-sharp": "^2.6.0",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",

0 commit comments

Comments
 (0)