File tree 7 files changed +0
-14
lines changed
7 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"devDependencies" : {
19
19
"@ascorbic/worker-threads-shim" : " ^1.0.0" ,
20
- "@babel/runtime" : " ^7.15.4" ,
21
20
"@lukeed/uuid" : " ^2.0.0" ,
22
21
"@types/configstore" : " ^4.0.0" ,
23
22
"@types/fs-extra" : " ^9.0.13" ,
24
23
"@types/node" : " ^14.17.34" ,
25
24
"ansi-wordwrap" : " ^1.0.2" ,
26
25
"common-tags" : " ^1.8.2" ,
27
26
"enquirer" : " ^2.3.6" ,
28
- "eslint" : " ^7.32.0" ,
29
27
"execa" : " ^5.1.1" ,
30
28
"fs-extra" : " ^10.1.0" ,
31
29
"gatsby-plugin-utils" : " ^3.16.0-next.0" ,
Original file line number Diff line number Diff line change 25
25
"chalk" : " ^4.1.2" ,
26
26
"clipboardy" : " ^2.3.0" ,
27
27
"common-tags" : " ^1.8.2" ,
28
- "configstore" : " ^5.0.1" ,
29
28
"convert-hrtime" : " ^3.0.0" ,
30
29
"create-gatsby" : " ^2.22.0-next.0" ,
31
30
"envinfo" : " ^7.8.1" ,
38
37
"is-valid-path" : " ^0.1.1" ,
39
38
"joi" : " ^17.4.2" ,
40
39
"lodash" : " ^4.17.21" ,
41
- "meant" : " ^1.0.3" ,
42
40
"node-fetch" : " ^2.6.6" ,
43
41
"opentracing" : " ^0.14.5" ,
44
42
"pretty-error" : " ^2.1.2" ,
Original file line number Diff line number Diff line change 16
16
"fs-extra" : " ^10.1.0" ,
17
17
"gatsby-core-utils" : " ^3.22.0-next.0" ,
18
18
"gatsby-plugin-utils" : " ^3.16.0-next.0" ,
19
- "gatsby-telemetry" : " ^3.22.0-next.0" ,
20
19
"lodash" : " ^4.17.21" ,
21
20
"mini-svg-data-uri" : " ^1.4.4" ,
22
21
"probe-image-size" : " ^7.2.3" ,
23
- "progress" : " ^2.0.3" ,
24
22
"semver" : " ^7.3.7" ,
25
23
"sharp" : " ^0.30.7" ,
26
24
"svgo" : " 1.3.2"
Original file line number Diff line number Diff line change 1
1
jest . mock ( `gatsby/reporter` )
2
- jest . mock ( `progress` )
3
2
const { calculateImageSizes } = require ( `../utils` )
4
3
const reporter = require ( `gatsby/reporter` )
5
4
const sharp = require ( `sharp` )
Original file line number Diff line number Diff line change 15
15
"md5-file" : " ^5.0.0" ,
16
16
"mime" : " ^2.5.2" ,
17
17
"pretty-bytes" : " ^5.4.1" ,
18
- "progress" : " ^2.0.3" ,
19
18
"valid-url" : " ^1.0.9" ,
20
19
"xstate" : " ^4.26.1"
21
20
},
Original file line number Diff line number Diff line change 11
11
"@babel/runtime" : " ^7.15.4" ,
12
12
"@turist/fetch" : " ^7.2.0" ,
13
13
"@turist/time" : " ^0.0.2" ,
14
- "async-retry-ng" : " ^2.0.1" ,
15
14
"boxen" : " ^4.2.0" ,
16
15
"configstore" : " ^5.0.1" ,
17
16
"fs-extra" : " ^10.1.0" ,
Original file line number Diff line number Diff line change @@ -6301,11 +6301,6 @@ async-limiter@~1.0.0:
6301
6301
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
6302
6302
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
6303
6303
6304
- async-retry-ng@^2.0.1:
6305
- version "2.0.1"
6306
- resolved "https://registry.yarnpkg.com/async-retry-ng/-/async-retry-ng-2.0.1.tgz#f5285ec1c52654a2ba6a505d0c18b1eadfaebd41"
6307
- integrity sha512-iitlc2murdQ3/A5Re3CcplQBEf7vOmFrFQ6RFn3+/+zZUyIHYkZnnEziMSa6YIb2Bs2EJEPZWReTxjHqvQbDbw==
6308
-
6309
6304
6310
6305
version "1.2.3"
6311
6306
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0"
You can’t perform that action at this time.
0 commit comments