Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 2b9f0b4 commit c1f14be
Show file tree
Hide file tree
Showing 13 changed files with 11,469 additions and 7,895 deletions.
3,298 changes: 1,925 additions & 1,373 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"dependencies": {
"@fontsource/merriweather": "^5.0.8",
"@fontsource-variable/montserrat": "^5.0.17",
"gatsby": "^5.13.7",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-responsive-iframe": "^6.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby": "^5.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
3,139 changes: 1,850 additions & 1,289 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit c1f14be

Please sign in to comment.