Skip to content

Commit

Permalink
Bump gatsby-plugin-sharp and gatsby-remark-images (#5592)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Nov 9, 2024
1 parent af19184 commit 3b9af26
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 272 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/gatsby-node.js b/gatsby-node.js
index e03267c557064f37bb64a4a547cdd7502692a1a9..e556cecf8a1db97bd4ab60f04d9b632967043823 100644
index e03267c557064f37bb64a4a547cdd7502692a1a9..d6bcf01e8f1e816be3e9404419c7a7a7159d7647 100644
--- a/gatsby-node.js
+++ b/gatsby-node.js
@@ -7,6 +7,7 @@ exports.pluginOptionsSchema = function (_ref) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"gatsby-plugin-minify-html": "^1.0.4",
"gatsby-plugin-no-sourcemaps": "^5.14.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "patch:gatsby-plugin-sharp@npm%3A5.13.1#~/.yarn/patches/gatsby-plugin-sharp-npm-5.13.1-c07203bca0.patch",
"gatsby-plugin-sharp": "patch:gatsby-plugin-sharp@npm%3A5.14.0#~/.yarn/patches/gatsby-plugin-sharp-npm-5.14.0-6eb56733e1.patch",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-grid-tables": "^0.1.0",
"gatsby-remark-images": "patch:gatsby-remark-images@npm%3A7.13.2#~/.yarn/patches/gatsby-remark-images-npm-7.13.2-7177921cbe.patch",
"gatsby-remark-images": "patch:gatsby-remark-images@npm%3A7.14.0#~/.yarn/patches/gatsby-remark-images-npm-7.14.0-a55a0fccfe.patch",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-remove-cjk-breaks": "^1.2.1",
"gatsby-source-filesystem": "^5.14.0",
Expand Down
Loading

0 comments on commit 3b9af26

Please sign in to comment.