Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 16ba526

Browse files
chore(deps): pin dependency gatsby-plugin-image to 1.8.0 (#58)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 4223681 commit 16ba526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@chec/gatsby-source-chec": "*",
1515
"gatsby": "3.8.1",
16-
"gatsby-plugin-image": "^1.8.0",
16+
"gatsby-plugin-image": "1.8.0",
1717
"gatsby-plugin-sharp": "3.8.0",
1818
"gatsby-transformer-sharp": "3.8.0",
1919
"react": "17.0.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6215,7 +6215,7 @@ gatsby-page-utils@^1.8.0:
62156215
lodash "^4.17.21"
62166216
micromatch "^4.0.2"
62176217

6218-
gatsby-plugin-image@^1.8.0:
6218+
gatsby-plugin-image@1.8.0:
62196219
version "1.8.0"
62206220
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz#9a530cbd2c7b8219d36bb47081e01b3684fa6d41"
62216221
integrity sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==

0 commit comments

Comments
 (0)