Skip to content

Commit f8c024f

Browse files
authoredJun 21, 2025
fix(deps): update starters and examples - gatsby
1 parent 1371440 commit f8c024f

File tree

13 files changed

+3861
-3331
lines changed

13 files changed

+3861
-3331
lines changed
 

‎starters/blog/package-lock.json

Lines changed: 642 additions & 549 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.5",
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: 642 additions & 549 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.14.1",
8+
"gatsby": "^5.14.5",
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: 642 additions & 551 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.5",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

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

Lines changed: 642 additions & 551 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.5",
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.5",
1212
"gatsby-theme-minimal": "^1.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"

‎starters/gatsby-starter-wordpress-blog/package-lock.json

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

‎starters/gatsby-starter-wordpress-blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"@fontsource/merriweather": "^5.0.8",
1212
"@fontsource-variable/montserrat": "^5.0.17",
1313
"@wordpress/block-library": "^8.28.1",
14-
"gatsby": "^5.14.1",
14+
"gatsby": "^5.14.5",
1515
"gatsby-plugin-image": "^3.14.0",
1616
"gatsby-plugin-manifest": "^5.14.0",
1717
"gatsby-plugin-sharp": "^5.14.0",
18-
"gatsby-source-wordpress": "^7.14.0",
18+
"gatsby-source-wordpress": "^7.15.0",
1919
"gatsby-transformer-sharp": "^5.14.0",
2020
"html-react-parser": "^4.2.10",
2121
"lodash": "^4.17.21",

‎starters/hello-world/package-lock.json

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

‎starters/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1414
},
1515
"dependencies": {
16-
"gatsby": "^5.14.1",
16+
"gatsby": "^5.14.5",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0"
1919
},

0 commit comments

Comments
 (0)