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 11import fsExtra from 'fs-extra' ;
22import { execa } from 'execa' ;
33import assert from 'assert' ;
4- import compareVersions from 'compare-versions' ;
4+ import { compareVersions } from 'compare-versions' ;
55
66export const getFfmpegCommonArgs = ( { enableFfmpegLog } ) => ( enableFfmpegLog ? [ ] : [ '-hide_banner' , '-loglevel' , 'error' ] ) ;
77
Original file line number Diff line number Diff line change 1313 "license" : " MIT" ,
1414 "dependencies" : {
1515 "canvas" : " ^2.11.2" ,
16- "compare-versions" : " ^4 .1.4 " ,
16+ "compare-versions" : " ^6 .1.0 " ,
1717 "execa" : " ^6.1.0" ,
1818 "fabric" : " ^5.2.4" ,
19- "file-type" : " ^18.0 .0" ,
19+ "file-type" : " ^19.1 .0" ,
2020 "file-url" : " ^4.0.0" ,
21- "fs-extra" : " ^10.1 .0" ,
21+ "fs-extra" : " ^11.2 .0" ,
2222 "gl" : " ^8.0.2" ,
2323 "gl-buffer" : " ^2.1.2" ,
2424 "gl-shader" : " ^4.3.1" ,
2525 "gl-texture2d" : " ^2.1.0" ,
2626 "gl-transition" : " ^1.13.0" ,
2727 "gl-transitions" : " ^1.43.0" ,
28- "json5" : " ^2.2.1 " ,
28+ "json5" : " ^2.2.3 " ,
2929 "lodash-es" : " ^4.17.21" ,
3030 "meow" : " ^10.1.3" ,
31- "nanoid" : " ^4 .0.0 " ,
31+ "nanoid" : " ^5 .0.7 " ,
3232 "ndarray" : " ^1.0.19" ,
33- "p-map" : " ^5.5.0 "
33+ "p-map" : " ^7.0.2 "
3434 },
3535 "scripts" : {
3636 "test" : " node test.js" ,
4444 "editly" : " cli.js"
4545 },
4646 "devDependencies" : {
47- "@types/fabric" : " ^4.5.11 " ,
47+ "@types/fabric" : " ^5.2.4 " ,
4848 "eslint" : " ^8.22.0" ,
4949 "eslint-config-airbnb-base" : " ^15.0.0" ,
50- "eslint-plugin-import" : " ^2.26.0 "
50+ "eslint-plugin-import" : " ^2.29.1 "
5151 }
5252}
You can’t perform that action at this time.
0 commit comments