Skip to content

Commit 5743934

Browse files
committed
1 parent 2a89c6d commit 5743934

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
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": "1.6.29",
4+
"version": "1.6.30",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "1.5.45",
4+
"version": "1.5.46",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"babel-runtime": "^6.26.0",
1111
"cheerio": "^1.0.0-rc.2",
12-
"gatsby-plugin-sharp": "^1.6.29",
12+
"gatsby-plugin-sharp": "^1.6.30",
1313
"is-relative-url": "^2.0.0",
1414
"lodash": "^4.17.4",
1515
"slash": "^1.0.0",

0 commit comments

Comments
 (0)