Skip to content

Commit a50c76e

Browse files
authored
Merge pull request #431 from mikeller/update_libraries_2
Updated all dependencies to the latest versions.
2 parents 47bee75 + 478a006 commit a50c76e

File tree

8 files changed

+185
-157
lines changed

8 files changed

+185
-157
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const RELEASE_DIR = './release/';
2828
const LINUX_INSTALL_DIR = '/opt/betaflight';
2929

3030
var nwBuilderOptions = {
31-
version: '0.42.2',
31+
version: '0.44.2',
3232
files: './dist/**/*',
3333
macIcns: './images/bf_icon.icns',
3434
macPlist: { 'CFBundleDisplayName': 'Betaflight Blackbox Explorer'},

library/linux32/libffmpeg.so

1.23 MB
Binary file not shown.

library/linux64/libffmpeg.so

1.58 MB
Binary file not shown.

library/osx64/libffmpeg.dylib

46.3 KB
Binary file not shown.

library/win32/ffmpeg.dll

1.5 KB
Binary file not shown.

library/win64/ffmpeg.dll

4 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"gulp": "^4.0.1",
3333
"gulp-concat": "~2.6.1",
3434
"gulp-debian": "~0.1.8",
35-
"gulp-rename": "^1.4.0",
35+
"gulp-rename": "^2.0.0",
3636
"gulp-yarn": "^2.0.0",
3737
"gulp-zip": "^5.0.0",
3838
"inflection": "1.12.0",
3939
"jquery-ui-npm": "1.12.0",
40-
"makensis": "^0.18.1",
40+
"makensis": "^0.20.3",
4141
"nw-builder": "^3.5.7",
4242
"os": "^0.1.1",
4343
"platform-dependent-modules": "0.0.14",

yarn.lock

Lines changed: 182 additions & 154 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)