Skip to content

Commit 2e0d52d

Browse files
fix(deps): update starters and examples - gatsby (#35209)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6adc962 commit 2e0d52d

File tree

18 files changed

+876
-879
lines changed

18 files changed

+876
-879
lines changed

starters/blog/package-lock.json

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

starters/blog/package.json

+10-10
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": "^4.10.2",
12-
"gatsby-plugin-feed": "^4.10.1",
13-
"gatsby-plugin-gatsby-cloud": "^4.10.0",
11+
"gatsby": "^4.10.3",
12+
"gatsby-plugin-feed": "^4.10.2",
13+
"gatsby-plugin-gatsby-cloud": "^4.10.1",
1414
"gatsby-plugin-google-analytics": "^4.10.0",
15-
"gatsby-plugin-image": "^2.10.0",
16-
"gatsby-plugin-manifest": "^4.10.1",
17-
"gatsby-plugin-offline": "^5.10.1",
15+
"gatsby-plugin-image": "^2.10.1",
16+
"gatsby-plugin-manifest": "^4.10.2",
17+
"gatsby-plugin-offline": "^5.10.2",
1818
"gatsby-plugin-react-helmet": "^5.10.0",
19-
"gatsby-plugin-sharp": "^4.10.1",
19+
"gatsby-plugin-sharp": "^4.10.2",
2020
"gatsby-remark-copy-linked-files": "^5.10.0",
21-
"gatsby-remark-images": "^6.10.1",
21+
"gatsby-remark-images": "^6.10.2",
2222
"gatsby-remark-prismjs": "^6.10.0",
2323
"gatsby-remark-responsive-iframe": "^5.10.0",
2424
"gatsby-remark-smartypants": "^5.10.0",
25-
"gatsby-source-filesystem": "^4.10.0",
26-
"gatsby-transformer-remark": "^5.10.1",
25+
"gatsby-source-filesystem": "^4.10.1",
26+
"gatsby-transformer-remark": "^5.10.2",
2727
"gatsby-transformer-sharp": "^4.10.0",
2828
"prismjs": "^1.27.0",
2929
"react": "^17.0.1",

starters/default/package-lock.json

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

starters/default/package.json

+7-7
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": "^4.10.2",
9-
"gatsby-plugin-gatsby-cloud": "^4.10.0",
10-
"gatsby-plugin-image": "^2.10.0",
11-
"gatsby-plugin-manifest": "^4.10.1",
12-
"gatsby-plugin-offline": "^5.10.1",
8+
"gatsby": "^4.10.3",
9+
"gatsby-plugin-gatsby-cloud": "^4.10.1",
10+
"gatsby-plugin-image": "^2.10.1",
11+
"gatsby-plugin-manifest": "^4.10.2",
12+
"gatsby-plugin-offline": "^5.10.2",
1313
"gatsby-plugin-react-helmet": "^5.10.0",
14-
"gatsby-plugin-sharp": "^4.10.1",
15-
"gatsby-source-filesystem": "^4.10.0",
14+
"gatsby-plugin-sharp": "^4.10.2",
15+
"gatsby-source-filesystem": "^4.10.1",
1616
"gatsby-transformer-sharp": "^4.10.0",
1717
"prop-types": "^15.8.1",
1818
"react": "^17.0.1",

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

+93-93
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.22",
14-
"gatsby": "^4.10.2",
14+
"gatsby": "^4.10.3",
1515
"gatsby-theme-blog-core": "^4.0.0",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2"

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@emotion/react": "^11.8.2",
1414
"@emotion/styled": "^11.8.1",
1515
"@mdx-js/react": "^1.6.22",
16-
"gatsby": "^4.10.2",
16+
"gatsby": "^4.10.3",
1717
"gatsby-theme-blog": "^4.0.0",
1818
"react": "^17.0.2",
1919
"react-dom": "^17.0.2",

starters/gatsby-starter-minimal-ts/package-lock.json

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

0 commit comments

Comments
 (0)