Skip to content

Commit d6ef1cb

Browse files
fix(deps): update starters and examples - gatsby
1 parent dc21604 commit d6ef1cb

File tree

13 files changed

+1107
-849
lines changed

13 files changed

+1107
-849
lines changed

starters/blog/package-lock.json

Lines changed: 303 additions & 217 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
@@ -10,17 +10,17 @@
1010
"dependencies": {
1111
"@fontsource/merriweather": "^5.0.3",
1212
"@fontsource-variable/montserrat": "^5.0.4",
13-
"gatsby": "^5.12.4",
14-
"gatsby-plugin-feed": "^5.12.0",
15-
"gatsby-plugin-image": "^3.12.0",
16-
"gatsby-plugin-manifest": "^5.12.0",
17-
"gatsby-plugin-sharp": "^5.12.0",
18-
"gatsby-remark-images": "^7.12.0",
13+
"gatsby": "^5.12.8",
14+
"gatsby-plugin-feed": "^5.12.2",
15+
"gatsby-plugin-image": "^3.12.2",
16+
"gatsby-plugin-manifest": "^5.12.2",
17+
"gatsby-plugin-sharp": "^5.12.2",
18+
"gatsby-remark-images": "^7.12.2",
1919
"gatsby-remark-prismjs": "^7.12.0",
2020
"gatsby-remark-responsive-iframe": "^6.12.0",
2121
"gatsby-source-filesystem": "^5.12.0",
22-
"gatsby-transformer-remark": "^6.12.0",
23-
"gatsby-transformer-sharp": "^5.12.0",
22+
"gatsby-transformer-remark": "^6.12.2",
23+
"gatsby-transformer-sharp": "^5.12.2",
2424
"prismjs": "^1.29.0",
2525
"react": "^18.1.0",
2626
"react-dom": "^18.1.0"

starters/default/package-lock.json

Lines changed: 274 additions & 188 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 <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^5.12.4",
9-
"gatsby-plugin-image": "^3.12.0",
10-
"gatsby-plugin-manifest": "^5.12.0",
11-
"gatsby-plugin-sharp": "^5.12.0",
8+
"gatsby": "^5.12.8",
9+
"gatsby-plugin-image": "^3.12.2",
10+
"gatsby-plugin-manifest": "^5.12.2",
11+
"gatsby-plugin-sharp": "^5.12.2",
1212
"gatsby-source-filesystem": "^5.12.0",
13-
"gatsby-transformer-sharp": "^5.12.0",
13+
"gatsby-transformer-sharp": "^5.12.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

0 commit comments

Comments
 (0)