mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Merge pull request #3030 from McGiverGim/update_dependencies
Update dependencies
This commit is contained in:
commit
3bca34e11c
2 changed files with 776 additions and 946 deletions
44
package.json
44
package.json
|
@ -56,18 +56,18 @@
|
|||
"bluebird": "^3.7.2",
|
||||
"bonjour": "^3.5.0",
|
||||
"djv": "^2.1.4",
|
||||
"dompurify": "^2.3.6",
|
||||
"dompurify": "^2.4.0",
|
||||
"i18next": "^19.0.0",
|
||||
"i18next-xhr-backend": "^3.2.2",
|
||||
"inflection": "^1.12.0",
|
||||
"inflection": "^1.13.4",
|
||||
"jbox": "^1.3.3",
|
||||
"jquery": "^3.6.0",
|
||||
"jquery": "^3.6.1",
|
||||
"jquery-textcomplete": "^1.8.5",
|
||||
"jquery-touchswipe": "^1.6.19",
|
||||
"jquery-ui-npm": "^1.12.0",
|
||||
"lru_map": "^0.3.3",
|
||||
"marked": "^4.0.17",
|
||||
"multicast-dns": "^7.2.4",
|
||||
"marked": "^4.1.1",
|
||||
"multicast-dns": "^7.2.5",
|
||||
"multiple-select": "^1.5.2",
|
||||
"nw-vue-devtools-prebuilt": "^0.0.10",
|
||||
"object-hash": "^3.0.0",
|
||||
|
@ -77,28 +77,28 @@
|
|||
"switchery-latest": "^0.8.2",
|
||||
"three": "~0.97.0",
|
||||
"universal-ga": "^1.2.0",
|
||||
"vue": "^2.6.14"
|
||||
"vue": "^2.7.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/core": "^7.19.3",
|
||||
"@quanle94/innosetup": "^6.0.2",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-commonjs": "^22.0.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.2",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@storybook/addon-actions": "^6.5.9",
|
||||
"@storybook/addon-essentials": "^6.5.9",
|
||||
"@storybook/addon-links": "^6.5.9",
|
||||
"@storybook/vue": "^6.5.9",
|
||||
"@storybook/addon-actions": "^6.5.12",
|
||||
"@storybook/addon-essentials": "^6.5.12",
|
||||
"@storybook/addon-links": "^6.5.12",
|
||||
"@storybook/vue": "^6.5.12",
|
||||
"babel-loader": "^8.2.5",
|
||||
"browserify": "^17.0.0",
|
||||
"chai": "^4.3.6",
|
||||
"command-exists": "^1.2.9",
|
||||
"cordova-lib": "^11.0.0",
|
||||
"del": "^6.1.1",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-plugin-vue": "^7.3.0",
|
||||
"follow-redirects": "^1.15.1",
|
||||
"follow-redirects": "^1.15.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
"glob": "^8.0.3",
|
||||
"gulp": "^4.0.2",
|
||||
|
@ -113,9 +113,9 @@
|
|||
"gulp-util": "^3.0.8",
|
||||
"gulp-xml-transformer": "^5.1.1",
|
||||
"gulp-yarn": "^3.0.0",
|
||||
"gulp-zip": "^5.0.0",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"husky": "^4.3.0",
|
||||
"karma": "^6.4.0",
|
||||
"karma": "^6.4.1",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-chrome-launcher": "^3.1.1",
|
||||
"karma-junit-reporter": "^2.0.1",
|
||||
|
@ -126,14 +126,14 @@
|
|||
"karma-spec-reporter": "^0.0.34",
|
||||
"karma-tfs-reporter": "^1.0.2",
|
||||
"mocha": "^10.0.0",
|
||||
"nw-builder": "^3.7.4",
|
||||
"nw-builder": "^3.8.6",
|
||||
"os": "^0.1.2",
|
||||
"postcss": "^8.4.14",
|
||||
"rollup": "^2.75.7",
|
||||
"postcss": "^8.4.17",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-vue": "^5.*.*",
|
||||
"rpm-builder": "^1.2.1",
|
||||
"run-script-os": "^1.1.6",
|
||||
"simple-git": "^3.10.0",
|
||||
"simple-git": "^3.14.1",
|
||||
"sinon": "^14.0.0",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"targz": "^1.0.1",
|
||||
|
@ -141,8 +141,8 @@
|
|||
"through2": "^4.0.2",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"yarn": "^1.22.17"
|
||||
"vue-template-compiler": "^2.7.10",
|
||||
"yarn": "^1.22.19"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"appdmg": "^0.6.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue