Skip to content

Commit 3a7db4e

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

File tree

13 files changed

+126
-123
lines changed

13 files changed

+126
-123
lines changed

starters/blog/package-lock.json

Lines changed: 41 additions & 38 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"dependencies": {
1111
"@fontsource/merriweather": "^5.0.8",
1212
"@fontsource-variable/montserrat": "^5.0.17",
13-
"gatsby": "^5.13.5",
13+
"gatsby": "^5.13.7",
1414
"gatsby-plugin-feed": "^5.13.1",
1515
"gatsby-plugin-image": "^3.13.1",
1616
"gatsby-plugin-manifest": "^5.13.1",
1717
"gatsby-plugin-sharp": "^5.13.1",
18-
"gatsby-remark-images": "^7.13.1",
19-
"gatsby-remark-prismjs": "^7.13.1",
20-
"gatsby-remark-responsive-iframe": "^6.13.1",
18+
"gatsby-remark-images": "^7.13.2",
19+
"gatsby-remark-prismjs": "^7.13.2",
20+
"gatsby-remark-responsive-iframe": "^6.13.2",
2121
"gatsby-source-filesystem": "^5.13.1",
2222
"gatsby-transformer-remark": "^6.13.1",
2323
"gatsby-transformer-sharp": "^5.13.1",

starters/default/package-lock.json

Lines changed: 13 additions & 13 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^5.13.5",
8+
"gatsby": "^5.13.7",
99
"gatsby-plugin-image": "^3.13.1",
1010
"gatsby-plugin-manifest": "^5.13.1",
1111
"gatsby-plugin-sharp": "^5.13.1",

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

Lines changed: 13 additions & 13 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": "^5.13.5",
20+
"gatsby": "^5.13.7",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

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

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "0BSD",
1818
"dependencies": {
19-
"gatsby": "^5.13.5",
19+
"gatsby": "^5.13.7",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
}

0 commit comments

Comments
 (0)