Skip to content

Commit 89a08fd

Browse files
fix(deps): update starters and examples - gatsby (#35150)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ae29487 commit 89a08fd

File tree

18 files changed

+2091
-1921
lines changed

18 files changed

+2091
-1921
lines changed

starters/blog/package-lock.json

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

starters/blog/package.json

+17-17
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.9.3",
12-
"gatsby-plugin-feed": "^4.9.0",
13-
"gatsby-plugin-gatsby-cloud": "^4.9.1",
14-
"gatsby-plugin-google-analytics": "^4.9.0",
15-
"gatsby-plugin-image": "^2.9.1",
16-
"gatsby-plugin-manifest": "^4.9.1",
17-
"gatsby-plugin-offline": "^5.9.1",
18-
"gatsby-plugin-react-helmet": "^5.9.0",
19-
"gatsby-plugin-sharp": "^4.9.1",
20-
"gatsby-remark-copy-linked-files": "^5.9.0",
21-
"gatsby-remark-images": "^6.9.1",
22-
"gatsby-remark-prismjs": "^6.9.0",
23-
"gatsby-remark-responsive-iframe": "^5.9.0",
24-
"gatsby-remark-smartypants": "^5.9.0",
25-
"gatsby-source-filesystem": "^4.9.1",
26-
"gatsby-transformer-remark": "^5.9.1",
27-
"gatsby-transformer-sharp": "^4.9.0",
11+
"gatsby": "^4.10.0",
12+
"gatsby-plugin-feed": "^4.10.0",
13+
"gatsby-plugin-gatsby-cloud": "^4.10.0",
14+
"gatsby-plugin-google-analytics": "^4.10.0",
15+
"gatsby-plugin-image": "^2.10.0",
16+
"gatsby-plugin-manifest": "^4.10.0",
17+
"gatsby-plugin-offline": "^5.10.0",
18+
"gatsby-plugin-react-helmet": "^5.10.0",
19+
"gatsby-plugin-sharp": "^4.10.0",
20+
"gatsby-remark-copy-linked-files": "^5.10.0",
21+
"gatsby-remark-images": "^6.10.0",
22+
"gatsby-remark-prismjs": "^6.10.0",
23+
"gatsby-remark-responsive-iframe": "^5.10.0",
24+
"gatsby-remark-smartypants": "^5.10.0",
25+
"gatsby-source-filesystem": "^4.10.0",
26+
"gatsby-transformer-remark": "^5.10.0",
27+
"gatsby-transformer-sharp": "^4.10.0",
2828
"prismjs": "^1.27.0",
2929
"react": "^17.0.1",
3030
"react-dom": "^17.0.1",

starters/default/package-lock.json

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

starters/default/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^4.9.3",
9-
"gatsby-plugin-gatsby-cloud": "^4.9.1",
10-
"gatsby-plugin-image": "^2.9.1",
11-
"gatsby-plugin-manifest": "^4.9.1",
12-
"gatsby-plugin-offline": "^5.9.1",
13-
"gatsby-plugin-react-helmet": "^5.9.0",
14-
"gatsby-plugin-sharp": "^4.9.1",
15-
"gatsby-source-filesystem": "^4.9.1",
16-
"gatsby-transformer-sharp": "^4.9.0",
8+
"gatsby": "^4.10.0",
9+
"gatsby-plugin-gatsby-cloud": "^4.10.0",
10+
"gatsby-plugin-image": "^2.10.0",
11+
"gatsby-plugin-manifest": "^4.10.0",
12+
"gatsby-plugin-offline": "^5.10.0",
13+
"gatsby-plugin-react-helmet": "^5.10.0",
14+
"gatsby-plugin-sharp": "^4.10.0",
15+
"gatsby-source-filesystem": "^4.10.0",
16+
"gatsby-transformer-sharp": "^4.10.0",
1717
"prop-types": "^15.8.1",
1818
"react": "^17.0.1",
1919
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)