Skip to content

Commit 476a591

Browse files
committed
1 parent 35b48f8 commit 476a591

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "3.14.2",
4+
"version": "3.14.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -32,7 +32,7 @@
3232
"@types/sharp": "^0.28.5",
3333
"babel-preset-gatsby-package": "^1.14.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^1.14.1"
35+
"gatsby-plugin-image": "^1.14.2"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "5.6.1",
3+
"version": "5.6.2",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -33,7 +33,7 @@
3333
"@types/node-fetch": "^2.5.12",
3434
"@types/sharp": "^0.28.5",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^1.14.1",
36+
"gatsby-plugin-image": "^1.14.2",
3737
"msw": "^0.35.0",
3838
"prettier": "^2.3.2",
3939
"prettier-check": "^2.0.0",

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "5.14.1",
5+
"version": "5.14.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "3.14.2",
4+
"version": "3.14.3",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.0.0",
12-
"gatsby-plugin-sharp": "^3.14.2",
12+
"gatsby-plugin-sharp": "^3.14.3",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.3.3",
1515
"p-queue": "^6.6.2",

0 commit comments

Comments
 (0)