Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chmelevskij <t.chmelevskij@gmail.com>2021-12-17 20:38:53 +0300
committerTomas Chmelevskij <t.chmelevskij@gmail.com>2021-12-17 20:38:53 +0300
commit8e508d9723e38c7070e075bc0f74a4e0e05ee786 (patch)
tree255a59548748c70fdad08b81552b6fee3b03bc4a /package.json
parentae2ef20ce20aab23f104dd28a896dbcadb33778f (diff)
chore(repo): update node version to 14
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/package.json b/package.json
index c03da643..94c46d0c 100644
--- a/package.json
+++ b/package.json
@@ -15,8 +15,8 @@
"release:windows": "set NODE_ENV=production&& gulp release",
"pretest": "yarn run lint",
"test": "karma start test/karma.conf.js",
- "lint": "eslint --ext .js,.vue src gulpfile.js",
- "lint:fix": "eslint --fix src gulpfile.js"
+ "lint": "eslint --ext .js,.vue src gulpfile.js gulp-appdmg.js",
+ "lint:fix": "eslint --fix src gulpfile.js gulp-appdmg.js"
},
"window": {
"icon": "images/bf_icon_128.png",
@@ -47,7 +47,7 @@
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"engines": {
- "node": "10.x"
+ "node": "14.x"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
@@ -98,8 +98,9 @@
"gulp-prompt": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
- "gulp-xml-transformer": "^3.0.0",
- "gulp-yarn": "^2.0.0",
+ "gulp-util": "^3.0.8",
+ "gulp-xml-transformer": "^5.1.1",
+ "gulp-yarn": "^3.0.0",
"gulp-zip": "^5.0.0",
"husky": "^4.3.0",
"karma": "^4.0.1",
@@ -124,12 +125,13 @@
"sinon-chai": "^3.5.0",
"targz": "^1.0.1",
"temp": "^0.9.1",
+ "through2": "^4.0.2",
"vinyl-source-stream": "^2.0.0",
"vue-template-compiler": "^2.6.12",
"yarn": "^1.22.17"
},
"optionalDependencies": {
- "gulp-appdmg": "^1.0.3"
+ "appdmg": "^0.6.2"
},
"husky": {
"hooks": {