Skip to content

Commit d8f060c

Browse files
committed
bump and working on wsl
1 parent 52c08ef commit d8f060c

11 files changed

+1227
-369
lines changed

package-lock.json

Lines changed: 1200 additions & 342 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,31 @@
4848
}
4949
},
5050
"dependencies": {
51-
"find-cache-dir": "^3.3.1",
51+
"@types/node": "^14.17.34",
52+
"find-cache-dir": "^3.3.2",
5253
"json5": "^2.2.0",
53-
"schema-utils": "^3.0.0"
54+
"schema-utils": "^4.0.0"
5455
},
5556
"devDependencies": {
56-
"@babel/core": "^7.14.3",
57-
"@babel/preset-env": "^7.14.4",
58-
"@types/find-cache-dir": "^3.2.0",
57+
"@babel/core": "^7.16.0",
58+
"@babel/preset-env": "^7.16.4",
59+
"@types/find-cache-dir": "^3.2.1",
5960
"@types/jest": "^27.0.3",
60-
"@types/json-schema": "^7.0.7",
61-
"@types/node": "^14.17.0",
62-
"@types/sharp": "^0.28.3",
61+
"@types/json-schema": "^7.0.9",
62+
"@types/sharp": "^0.29.4",
6363
"@types/webpack": "^5.28.0",
64-
"@typescript-eslint/eslint-plugin": "^4.26.0",
65-
"@typescript-eslint/parser": "^4.26.0",
66-
"babel-jest": "^27.0.2",
67-
"eslint": "^7.27.0",
68-
"jest": "^27.0.4",
64+
"@typescript-eslint/eslint-plugin": "^5.5.0",
65+
"@typescript-eslint/parser": "^5.5.0",
66+
"babel-jest": "^27.4.2",
67+
"eslint": "^8.3.0",
68+
"jest": "^27.4.3",
6969
"jimp": "^0.16.1",
70-
"prettier": "^2.3.0",
71-
"prettier-eslint": "^12.0.0",
72-
"sharp": "^0.28.3",
73-
"typescript": "^4.3.2",
74-
"webpack": "^5.37.0",
75-
"webpack-cli": "^4.7.0"
70+
"prettier": "^2.5.0",
71+
"prettier-eslint": "^13.0.0",
72+
"sharp": "^0.29.3",
73+
"typescript": "^4.5.2",
74+
"webpack": "^5.64.4",
75+
"webpack-cli": "^4.9.1"
7676
},
7777
"jest": {
7878
"testEnvironment": "node"
Binary file not shown.
Binary file not shown.
Binary file not shown.

test/sharp/build/__snapshots__/test.js.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ Object {
280280
"images": Array [
281281
Object {
282282
"height": 595,
283-
"path": "foobar/5a36f8476717b2c46a1f23874299d6a0-513.avif",
283+
"path": "foobar/e815822ca872fefc6215e5c829d90c00-513.avif",
284284
"width": 513,
285285
},
286286
],
287-
"src": "foobar/5a36f8476717b2c46a1f23874299d6a0-513.avif",
288-
"srcSet": "foobar/5a36f8476717b2c46a1f23874299d6a0-513.avif 513w",
287+
"src": "foobar/e815822ca872fefc6215e5c829d90c00-513.avif",
288+
"srcSet": "foobar/e815822ca872fefc6215e5c829d90c00-513.avif 513w",
289289
"toString": [Function],
290290
"width": 513,
291291
}
@@ -297,22 +297,22 @@ Object {
297297
"images": Array [
298298
Object {
299299
"height": 450,
300-
"path": "foobar/a3114f960be94671b134640079dfa763-500.avif",
300+
"path": "foobar/fc2e0dfc0ca431fc86c4f4ecd77d583c-500.avif",
301301
"width": 500,
302302
},
303303
Object {
304304
"height": 675,
305-
"path": "foobar/b102682dd39a4d79ea5e1cf597bbd9d6-750.avif",
305+
"path": "foobar/107b772e5504e2211f869a13d9c47267-750.avif",
306306
"width": 750,
307307
},
308308
Object {
309309
"height": 900,
310-
"path": "foobar/710766ccd533446899bf1f40a5d467c1-1000.avif",
310+
"path": "foobar/a8bd3f7d12cc3b38dd1270df2e005aa7-1000.avif",
311311
"width": 1000,
312312
},
313313
],
314-
"src": "foobar/710766ccd533446899bf1f40a5d467c1-1000.avif",
315-
"srcSet": "foobar/a3114f960be94671b134640079dfa763-500.avif 500w,foobar/b102682dd39a4d79ea5e1cf597bbd9d6-750.avif 750w,foobar/710766ccd533446899bf1f40a5d467c1-1000.avif 1000w",
314+
"src": "foobar/a8bd3f7d12cc3b38dd1270df2e005aa7-1000.avif",
315+
"srcSet": "foobar/fc2e0dfc0ca431fc86c4f4ecd77d583c-500.avif 500w,foobar/107b772e5504e2211f869a13d9c47267-750.avif 750w,foobar/a8bd3f7d12cc3b38dd1270df2e005aa7-1000.avif 1000w",
316316
"toString": [Function],
317317
"width": 1000,
318318
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)