Skip to content

Commit d3ec326

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

File tree

13 files changed

+6861
-5819
lines changed

13 files changed

+6861
-5819
lines changed

starters/blog/package-lock.json

Lines changed: 1146 additions & 1010 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@fontsource/merriweather": "^5.0.8",
1212
"@fontsource-variable/montserrat": "^5.0.17",
13-
"gatsby": "^5.14.1",
13+
"gatsby": "^5.14.6",
1414
"gatsby-plugin-feed": "^5.14.0",
1515
"gatsby-plugin-image": "^3.14.0",
1616
"gatsby-plugin-manifest": "^5.14.0",

starters/default/package-lock.json

Lines changed: 1139 additions & 1004 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 <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^5.14.1",
8+
"gatsby": "^5.14.6",
99
"gatsby-plugin-image": "^3.14.0",
1010
"gatsby-plugin-manifest": "^5.14.0",
1111
"gatsby-plugin-sharp": "^5.14.0",

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

Lines changed: 1141 additions & 879 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.14.1",
20+
"gatsby": "^5.14.6",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

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

Lines changed: 1148 additions & 885 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.14.1",
19+
"gatsby": "^5.14.6",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
}

starters/gatsby-starter-theme-workspace/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^5.14.1",
11+
"gatsby": "^5.14.6",
1212
"gatsby-theme-minimal": "^1.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)