Skip to content

Commit 2ac1d24

Browse files
fix(deps): update starters and examples - gatsby (#36306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9075fba commit 2ac1d24

File tree

21 files changed

+4089
-4621
lines changed

21 files changed

+4089
-4621
lines changed

starters/blog/package-lock.json

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

starters/blog/package.json

+16-16
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.19.2",
12-
"gatsby-plugin-feed": "^4.19.0",
13-
"gatsby-plugin-gatsby-cloud": "^4.19.0",
14-
"gatsby-plugin-google-analytics": "^4.19.0",
15-
"gatsby-plugin-image": "^2.19.0",
16-
"gatsby-plugin-manifest": "^4.19.0",
17-
"gatsby-plugin-offline": "^5.19.0",
18-
"gatsby-plugin-sharp": "^4.19.0",
19-
"gatsby-remark-copy-linked-files": "^5.19.0",
20-
"gatsby-remark-images": "^6.19.0",
21-
"gatsby-remark-prismjs": "^6.19.0",
22-
"gatsby-remark-responsive-iframe": "^5.19.0",
23-
"gatsby-remark-smartypants": "^5.19.0",
24-
"gatsby-source-filesystem": "^4.19.0",
25-
"gatsby-transformer-remark": "^5.19.0",
26-
"gatsby-transformer-sharp": "^4.19.0",
11+
"gatsby": "^4.20.0",
12+
"gatsby-plugin-feed": "^4.20.0",
13+
"gatsby-plugin-gatsby-cloud": "^4.20.0",
14+
"gatsby-plugin-google-analytics": "^4.20.0",
15+
"gatsby-plugin-image": "^2.20.0",
16+
"gatsby-plugin-manifest": "^4.20.0",
17+
"gatsby-plugin-offline": "^5.20.0",
18+
"gatsby-plugin-sharp": "^4.20.0",
19+
"gatsby-remark-copy-linked-files": "^5.20.0",
20+
"gatsby-remark-images": "^6.20.0",
21+
"gatsby-remark-prismjs": "^6.20.0",
22+
"gatsby-remark-responsive-iframe": "^5.20.0",
23+
"gatsby-remark-smartypants": "^5.20.0",
24+
"gatsby-source-filesystem": "^4.20.0",
25+
"gatsby-transformer-remark": "^5.20.0",
26+
"gatsby-transformer-sharp": "^4.20.0",
2727
"prismjs": "^1.28.0",
2828
"react": "^18.1.0",
2929
"react-dom": "^18.1.0",

starters/default/package-lock.json

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

starters/default/package.json

+8-8
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.19.2",
9-
"gatsby-plugin-gatsby-cloud": "^4.19.0",
10-
"gatsby-plugin-image": "^2.19.0",
11-
"gatsby-plugin-manifest": "^4.19.0",
12-
"gatsby-plugin-offline": "^5.19.0",
13-
"gatsby-plugin-sharp": "^4.19.0",
14-
"gatsby-source-filesystem": "^4.19.0",
15-
"gatsby-transformer-sharp": "^4.19.0",
8+
"gatsby": "^4.20.0",
9+
"gatsby-plugin-gatsby-cloud": "^4.20.0",
10+
"gatsby-plugin-image": "^2.20.0",
11+
"gatsby-plugin-manifest": "^4.20.0",
12+
"gatsby-plugin-offline": "^5.20.0",
13+
"gatsby-plugin-sharp": "^4.20.0",
14+
"gatsby-source-filesystem": "^4.20.0",
15+
"gatsby-transformer-sharp": "^4.20.0",
1616
"prop-types": "^15.8.1",
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0"

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

+357-255
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.19.2",
14+
"gatsby": "^4.20.0",
1515
"gatsby-theme-blog-core": "^4.0.0",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0"

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

+357-255
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.10.0",
1414
"@emotion/styled": "^11.10.0",
1515
"@mdx-js/react": "^1.6.22",
16-
"gatsby": "^4.19.2",
16+
"gatsby": "^4.20.0",
1717
"gatsby-theme-blog": "^4.0.0",
1818
"react": "^18.1.0",
1919
"react-dom": "^18.1.0",

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "^4.19.2",
20+
"gatsby": "^4.20.0",
2121
"react": "^18.1.0",
2222
"react-dom": "^18.1.0"
2323
},

0 commit comments

Comments
 (0)