Skip to content

Commit

Permalink
chore(gatsby-plugin-sharp,gatsby-plugin-utils,gatsby-remark-images,ga…
Browse files Browse the repository at this point in the history
…tsby-transformer-sharp): bump min potrace version (#36443)
  • Loading branch information
marvinjude committed Aug 23, 2022
1 parent a21510e commit 0d896ae
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 475 deletions.
3 changes: 0 additions & 3 deletions .jestSetup.js
@@ -1,5 +1,2 @@
process.env.GATSBY_RECIPES_NO_COLOR = "true"
process.env.GATSBY_SHOULD_TRACK_IMAGE_CDN_URLS = "true"

// Potrace has a dependency on giwrap which has a process.nextTick as a sideEffect which messes up with jest.
jest.mock(`gifwrap`, () => jest.fn())
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"@gatsbyjs/potrace": "^2.3.0",
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Expand Up @@ -47,7 +47,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"@gatsbyjs/potrace": "^2.3.0",
"fastq": "^1.13.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.22.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"@gatsbyjs/potrace": "^2.3.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.22.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"@gatsbyjs/potrace": "^2.3.0",
"bluebird": "^3.7.2",
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
Expand Down

0 comments on commit 0d896ae

Please sign in to comment.