Skip to content

Commit

Permalink
update sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Jan 12, 2022
1 parent 2cc31ac commit dd9ea5b
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 154 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ exports[`babel-plugin-remove-graphql-queries transforms exported variable querie
var _interopRequireDefault = require(\\"@babel/runtime/helpers/interopRequireDefault\\");
exports.__esModule = true;
exports.query = exports.default = void 0;
exports.default = exports.query = void 0;
var _ = _interopRequireDefault(require(\\"../../public/static/d/426988268.json\\"));
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"types": "dist/index.d.ts",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-sharp#readme",
"dependencies": {
"@types/sharp": "^0.29.4",
"@types/sharp": "^0.29.5",
"sharp": "^0.29.3"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/cli": "^7.15.5",
"@babel/core": "^7.15.5",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"cross-env": "^7.0.2"
"cross-env": "^7.0.3"
},
"engines": {
"node": ">=14.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"gatsby": "^4.0.0-next",
"gatsby-plugin-image": "^2.0.0-next",
"gatsby-plugin-sharp": "^4.0.0-next",
"sharp": "^0.29.0"
"sharp": "^0.29.3"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-worker/src/__tests__/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ describe(`gatsby-worker`, () => {
// as it's not a function
expect(exposedMethodsSingle).toMatchInlineSnapshot(`
Array [
"sync",
"async",
"async100ms",
"asyncThrow",
"getWasPonged",
"neverEnding",
"pid",
"setupPingPongMessages",
"sync",
"neverEnding",
"syncThrow",
"asyncThrow",
"async100ms",
"setupPingPongMessages",
"getWasPonged",
]
`)
// .all and .single should have same methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Array [
"id": "",
"name": "functions",
"nodeAPIs": Array [
"onCreateDevServer",
"onPreBootstrap",
"onCreateDevServer",
],
"pluginOptions": Object {
"plugins": Array [],
Expand Down Expand Up @@ -398,8 +398,8 @@ Array [
"id": "",
"name": "functions",
"nodeAPIs": Array [
"onCreateDevServer",
"onPreBootstrap",
"onCreateDevServer",
],
"pluginOptions": Object {
"plugins": Array [],
Expand Down Expand Up @@ -738,8 +738,8 @@ Array [
"id": "",
"name": "functions",
"nodeAPIs": Array [
"onCreateDevServer",
"onPreBootstrap",
"onCreateDevServer",
],
"pluginOptions": Object {
"plugins": Array [],
Expand Down
Loading

0 comments on commit dd9ea5b

Please sign in to comment.