Skip to content

Commit 696d197

Browse files
committed
update sharp
1 parent 9c45890 commit 696d197

File tree

6 files changed

+146
-154
lines changed

6 files changed

+146
-154
lines changed

packages/babel-plugin-remove-graphql-queries/src/__tests__/__snapshots__/index.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ exports[`babel-plugin-remove-graphql-queries transforms exported variable querie
736736
var _interopRequireDefault = require(\\"@babel/runtime/helpers/interopRequireDefault\\");
737737
738738
exports.__esModule = true;
739-
exports.query = exports.default = void 0;
739+
exports.default = exports.query = void 0;
740740
741741
var _ = _interopRequireDefault(require(\\"../../public/static/d/426988268.json\\"));
742742

packages/gatsby-sharp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"types": "dist/index.d.ts",
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-sharp#readme",
1616
"dependencies": {
17-
"@types/sharp": "^0.29.4",
17+
"@types/sharp": "^0.29.5",
1818
"sharp": "^0.29.3"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.10.4",
22-
"@babel/core": "^7.10.4",
21+
"@babel/cli": "^7.15.5",
22+
"@babel/core": "^7.15.5",
2323
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
24-
"cross-env": "^7.0.2"
24+
"cross-env": "^7.0.3"
2525
},
2626
"engines": {
2727
"node": ">=14.15.0"

packages/gatsby-source-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"gatsby": "^4.0.0-next",
4747
"gatsby-plugin-image": "^2.0.0-next",
4848
"gatsby-plugin-sharp": "^4.0.0-next",
49-
"sharp": "^0.29.0"
49+
"sharp": "^0.29.3"
5050
},
5151
"repository": {
5252
"type": "git",

packages/gatsby-worker/src/__tests__/integration.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ describe(`gatsby-worker`, () => {
4242
// as it's not a function
4343
expect(exposedMethodsSingle).toMatchInlineSnapshot(`
4444
Array [
45+
"sync",
4546
"async",
46-
"async100ms",
47-
"asyncThrow",
48-
"getWasPonged",
49-
"neverEnding",
5047
"pid",
51-
"setupPingPongMessages",
52-
"sync",
48+
"neverEnding",
5349
"syncThrow",
50+
"asyncThrow",
51+
"async100ms",
52+
"setupPingPongMessages",
53+
"getWasPonged",
5454
]
5555
`)
5656
// .all and .single should have same methods

packages/gatsby/src/bootstrap/load-plugins/__tests__/__snapshots__/load-plugins.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Array [
9191
"id": "",
9292
"name": "functions",
9393
"nodeAPIs": Array [
94-
"onCreateDevServer",
9594
"onPreBootstrap",
95+
"onCreateDevServer",
9696
],
9797
"pluginOptions": Object {
9898
"plugins": Array [],
@@ -398,8 +398,8 @@ Array [
398398
"id": "",
399399
"name": "functions",
400400
"nodeAPIs": Array [
401-
"onCreateDevServer",
402401
"onPreBootstrap",
402+
"onCreateDevServer",
403403
],
404404
"pluginOptions": Object {
405405
"plugins": Array [],
@@ -738,8 +738,8 @@ Array [
738738
"id": "",
739739
"name": "functions",
740740
"nodeAPIs": Array [
741-
"onCreateDevServer",
742741
"onPreBootstrap",
742+
"onCreateDevServer",
743743
],
744744
"pluginOptions": Object {
745745
"plugins": Array [],

0 commit comments

Comments
 (0)