File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import fsExtra from 'fs-extra' ;
2
2
import { execa } from 'execa' ;
3
3
import assert from 'assert' ;
4
- import compareVersions from 'compare-versions' ;
4
+ import { compareVersions } from 'compare-versions' ;
5
5
6
6
export const getFfmpegCommonArgs = ( { enableFfmpegLog } ) => ( enableFfmpegLog ? [ ] : [ '-hide_banner' , '-loglevel' , 'error' ] ) ;
7
7
Original file line number Diff line number Diff line change 13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
15
"canvas" : " ^2.11.2" ,
16
- "compare-versions" : " ^4 .1.4 " ,
16
+ "compare-versions" : " ^6 .1.0 " ,
17
17
"execa" : " ^6.1.0" ,
18
18
"fabric" : " ^5.2.4" ,
19
- "file-type" : " ^18.0 .0" ,
19
+ "file-type" : " ^19.1 .0" ,
20
20
"file-url" : " ^4.0.0" ,
21
- "fs-extra" : " ^10.1 .0" ,
21
+ "fs-extra" : " ^11.2 .0" ,
22
22
"gl" : " ^8.0.2" ,
23
23
"gl-buffer" : " ^2.1.2" ,
24
24
"gl-shader" : " ^4.3.1" ,
25
25
"gl-texture2d" : " ^2.1.0" ,
26
26
"gl-transition" : " ^1.13.0" ,
27
27
"gl-transitions" : " ^1.43.0" ,
28
- "json5" : " ^2.2.1 " ,
28
+ "json5" : " ^2.2.3 " ,
29
29
"lodash-es" : " ^4.17.21" ,
30
30
"meow" : " ^10.1.3" ,
31
- "nanoid" : " ^4 .0.0 " ,
31
+ "nanoid" : " ^5 .0.7 " ,
32
32
"ndarray" : " ^1.0.19" ,
33
- "p-map" : " ^5.5.0 "
33
+ "p-map" : " ^7.0.2 "
34
34
},
35
35
"scripts" : {
36
36
"test" : " node test.js" ,
44
44
"editly" : " cli.js"
45
45
},
46
46
"devDependencies" : {
47
- "@types/fabric" : " ^4.5.11 " ,
47
+ "@types/fabric" : " ^5.2.4 " ,
48
48
"eslint" : " ^8.22.0" ,
49
49
"eslint-config-airbnb-base" : " ^15.0.0" ,
50
- "eslint-plugin-import" : " ^2.26.0 "
50
+ "eslint-plugin-import" : " ^2.29.1 "
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments