1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Updated versions of NW and other libraries.

This commit is contained in:
mikeller 2018-12-25 15:37:15 +13:00
parent d6cdba8d91
commit 171538f66e
3 changed files with 347 additions and 386 deletions

View file

@ -30,7 +30,7 @@ const DEBUG_DIR = './debug/';
const RELEASE_DIR = './release/';
var nwBuilderOptions = {
version: '0.32.2',
version: '0.35.3',
files: './dist/**/*',
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

703
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -35,45 +35,45 @@
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"dependencies": {
"i18next": "^10.3.0",
"i18next": "^13.0.0",
"i18next-xhr-backend": "^1.5.1",
"lru_map": "^0.3.3",
"marked": "^0.3.12",
"object-hash": "^1.3.0",
"marked": "^0.5.2",
"object-hash": "^1.3.1",
"short-unique-id": "^1.1.1",
"universal-ga": "^1.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"command-exists": "^1.2.2",
"chai": "^4.2.0",
"command-exists": "^1.2.8",
"del": "^3.0.0",
"follow-redirects": "^1.4.1",
"fs-extra": "^6.0.1",
"follow-redirects": "^1.5.10",
"fs-extra": "^7.0.1",
"gulp": "~4.0.0",
"gulp-concat": "~2.6.1",
"gulp-debian": "~0.1.8",
"gulp-git": "^2.8.0",
"gulp-install": "^1.1.0",
"gulp-rename": "~1.2.2",
"gulp-rename": "^1.4.0",
"gulp-zip": "^4.1.0",
"inflection": "1.12.0",
"jquery-ui-npm": "1.12.0",
"karma": "^3.0.0",
"karma": "^3.1.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.3.4",
"makensis": "^0.9.0",
"karma-sinon-chai": "^2.0.2",
"makensis": "^0.16.3",
"mocha": "^5.2.0",
"nw-builder": "^3.5.2",
"nw-builder": "^3.5.6",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
"rpm-builder": "^0.7.0",
"sinon": "^5.1.0",
"sinon-chai": "^3.1.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"targz": "^1.0.1",
"temp": "^0.8.3"
"temp": "^0.9.0"
},
"config": {
"platformDependentModules": {