Skip to content

Commit c6d3bf8

Browse files
fix(deps): update starters and examples - gatsby (#36659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 281590c commit c6d3bf8

File tree

21 files changed

+1759
-1697
lines changed

21 files changed

+1759
-1697
lines changed

starters/blog/package-lock.json

Lines changed: 189 additions & 186 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^4.23.0",
12-
"gatsby-plugin-feed": "^4.23.0",
13-
"gatsby-plugin-image": "^2.23.0",
14-
"gatsby-plugin-manifest": "^4.23.0",
15-
"gatsby-plugin-sharp": "^4.23.0",
11+
"gatsby": "^4.23.1",
12+
"gatsby-plugin-feed": "^4.23.1",
13+
"gatsby-plugin-image": "^2.23.1",
14+
"gatsby-plugin-manifest": "^4.23.1",
15+
"gatsby-plugin-sharp": "^4.23.1",
1616
"gatsby-remark-copy-linked-files": "^5.23.0",
17-
"gatsby-remark-images": "^6.23.0",
17+
"gatsby-remark-images": "^6.23.1",
1818
"gatsby-remark-prismjs": "^6.23.0",
1919
"gatsby-remark-responsive-iframe": "^5.23.0",
2020
"gatsby-remark-smartypants": "^5.23.0",
2121
"gatsby-source-filesystem": "^4.23.0",
22-
"gatsby-transformer-remark": "^5.23.0",
23-
"gatsby-transformer-sharp": "^4.23.0",
22+
"gatsby-transformer-remark": "^5.23.1",
23+
"gatsby-transformer-sharp": "^4.23.1",
2424
"prismjs": "^1.29.0",
2525
"react": "^18.1.0",
2626
"react-dom": "^18.1.0",

starters/default/package-lock.json

Lines changed: 179 additions & 176 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^4.23.0",
9-
"gatsby-plugin-image": "^2.23.0",
10-
"gatsby-plugin-manifest": "^4.23.0",
11-
"gatsby-plugin-sharp": "^4.23.0",
8+
"gatsby": "^4.23.1",
9+
"gatsby-plugin-image": "^2.23.1",
10+
"gatsby-plugin-manifest": "^4.23.1",
11+
"gatsby-plugin-sharp": "^4.23.1",
1212
"gatsby-source-filesystem": "^4.23.0",
13-
"gatsby-transformer-sharp": "^4.23.0",
13+
"gatsby-transformer-sharp": "^4.23.1",
1414
"prop-types": "^15.8.1",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0"

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

Lines changed: 150 additions & 139 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.23.0",
14+
"gatsby": "^4.23.1",
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

Lines changed: 150 additions & 139 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@emotion/react": "^11.10.4",
1414
"@emotion/styled": "^11.10.4",
1515
"@mdx-js/react": "^1.6.22",
16-
"gatsby": "^4.23.0",
16+
"gatsby": "^4.23.1",
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

Lines changed: 167 additions & 164 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "^4.23.0",
20+
"gatsby": "^4.23.1",
2121
"react": "^18.1.0",
2222
"react-dom": "^18.1.0"
2323
},

0 commit comments

Comments
 (0)