Skip to content

Commit 0c0d8d9

Browse files
fix(deps): update starters and examples - gatsby (#35813)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fc5df03 commit 0c0d8d9

File tree

20 files changed

+3336
-4217
lines changed

20 files changed

+3336
-4217
lines changed

starters/blog/package-lock.json

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

starters/blog/package.json

+9-9
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.15.1",
12-
"gatsby-plugin-feed": "^4.15.0",
11+
"gatsby": "^4.15.2",
12+
"gatsby-plugin-feed": "^4.15.1",
1313
"gatsby-plugin-gatsby-cloud": "^4.15.0",
1414
"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",
15+
"gatsby-plugin-image": "^2.15.1",
16+
"gatsby-plugin-manifest": "^4.15.1",
17+
"gatsby-plugin-offline": "^5.15.1",
1818
"gatsby-plugin-react-helmet": "^5.15.0",
19-
"gatsby-plugin-sharp": "^4.15.0",
19+
"gatsby-plugin-sharp": "^4.15.1",
2020
"gatsby-remark-copy-linked-files": "^5.15.0",
21-
"gatsby-remark-images": "^6.15.0",
21+
"gatsby-remark-images": "^6.15.1",
2222
"gatsby-remark-prismjs": "^6.15.0",
2323
"gatsby-remark-responsive-iframe": "^5.15.0",
2424
"gatsby-remark-smartypants": "^5.15.0",
2525
"gatsby-source-filesystem": "^4.15.0",
26-
"gatsby-transformer-remark": "^5.15.0",
27-
"gatsby-transformer-sharp": "^4.15.0",
26+
"gatsby-transformer-remark": "^5.15.1",
27+
"gatsby-transformer-sharp": "^4.15.1",
2828
"prismjs": "^1.28.0",
2929
"react": "^18.1.0",
3030
"react-dom": "^18.1.0",

starters/default/package-lock.json

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

starters/default/package.json

+6-6
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.15.1",
8+
"gatsby": "^4.15.2",
99
"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",
10+
"gatsby-plugin-image": "^2.15.1",
11+
"gatsby-plugin-manifest": "^4.15.1",
12+
"gatsby-plugin-offline": "^5.15.1",
1313
"gatsby-plugin-react-helmet": "^5.15.0",
14-
"gatsby-plugin-sharp": "^4.15.0",
14+
"gatsby-plugin-sharp": "^4.15.1",
1515
"gatsby-source-filesystem": "^4.15.0",
16-
"gatsby-transformer-sharp": "^4.15.0",
16+
"gatsby-transformer-sharp": "^4.15.1",
1717
"prop-types": "^15.8.1",
1818
"react": "^18.1.0",
1919
"react-dom": "^18.1.0",

0 commit comments

Comments
 (0)