Skip to content

Commit b1f37ca

Browse files
fix(deps): update starters and examples - gatsby (#35737)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 21dcb6d commit b1f37ca

File tree

18 files changed

+4437
-5022
lines changed

18 files changed

+4437
-5022
lines changed

starters/blog/package-lock.json

Lines changed: 743 additions & 840 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: 17 additions & 17 deletions
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": "^4.14.1",
12-
"gatsby-plugin-feed": "^4.14.0",
13-
"gatsby-plugin-gatsby-cloud": "^4.14.0",
14-
"gatsby-plugin-google-analytics": "^4.14.0",
15-
"gatsby-plugin-image": "^2.14.1",
16-
"gatsby-plugin-manifest": "^4.14.0",
17-
"gatsby-plugin-offline": "^5.14.1",
18-
"gatsby-plugin-react-helmet": "^5.14.0",
19-
"gatsby-plugin-sharp": "^4.14.1",
20-
"gatsby-remark-copy-linked-files": "^5.14.0",
21-
"gatsby-remark-images": "^6.14.0",
22-
"gatsby-remark-prismjs": "^6.14.0",
23-
"gatsby-remark-responsive-iframe": "^5.14.0",
24-
"gatsby-remark-smartypants": "^5.14.0",
25-
"gatsby-source-filesystem": "^4.14.0",
26-
"gatsby-transformer-remark": "^5.14.0",
27-
"gatsby-transformer-sharp": "^4.14.0",
11+
"gatsby": "^4.15.0",
12+
"gatsby-plugin-feed": "^4.15.0",
13+
"gatsby-plugin-gatsby-cloud": "^4.15.0",
14+
"gatsby-plugin-google-analytics": "^4.15.0",
15+
"gatsby-plugin-image": "^2.15.0",
16+
"gatsby-plugin-manifest": "^4.15.0",
17+
"gatsby-plugin-offline": "^5.15.0",
18+
"gatsby-plugin-react-helmet": "^5.15.0",
19+
"gatsby-plugin-sharp": "^4.15.0",
20+
"gatsby-remark-copy-linked-files": "^5.15.0",
21+
"gatsby-remark-images": "^6.15.0",
22+
"gatsby-remark-prismjs": "^6.15.0",
23+
"gatsby-remark-responsive-iframe": "^5.15.0",
24+
"gatsby-remark-smartypants": "^5.15.0",
25+
"gatsby-source-filesystem": "^4.15.0",
26+
"gatsby-transformer-remark": "^5.15.0",
27+
"gatsby-transformer-sharp": "^4.15.0",
2828
"prismjs": "^1.28.0",
2929
"react": "^17.0.1",
3030
"react-dom": "^17.0.1",

starters/default/package-lock.json

Lines changed: 709 additions & 813 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^4.14.1",
9-
"gatsby-plugin-gatsby-cloud": "^4.14.0",
10-
"gatsby-plugin-image": "^2.14.1",
11-
"gatsby-plugin-manifest": "^4.14.0",
12-
"gatsby-plugin-offline": "^5.14.1",
13-
"gatsby-plugin-react-helmet": "^5.14.0",
14-
"gatsby-plugin-sharp": "^4.14.1",
15-
"gatsby-source-filesystem": "^4.14.0",
16-
"gatsby-transformer-sharp": "^4.14.0",
8+
"gatsby": "^4.15.0",
9+
"gatsby-plugin-gatsby-cloud": "^4.15.0",
10+
"gatsby-plugin-image": "^2.15.0",
11+
"gatsby-plugin-manifest": "^4.15.0",
12+
"gatsby-plugin-offline": "^5.15.0",
13+
"gatsby-plugin-react-helmet": "^5.15.0",
14+
"gatsby-plugin-sharp": "^4.15.0",
15+
"gatsby-source-filesystem": "^4.15.0",
16+
"gatsby-transformer-sharp": "^4.15.0",
1717
"prop-types": "^15.8.1",
1818
"react": "^17.0.1",
1919
"react-dom": "^17.0.1",

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

Lines changed: 383 additions & 433 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "0BSD",
1212
"dependencies": {
1313
"@mdx-js/react": "^1.6.22",
14-
"gatsby": "^4.14.1",
14+
"gatsby": "^4.15.0",
1515
"gatsby-theme-blog-core": "^4.0.0",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)