Commit Graph

72 Commits (f4abe5530806901384ae9bdee5c6cbc71c54c18d)

Author SHA1 Message Date
Miguel Angel Mulero Martinez 90e8bad330 Pushed three.js library version to 0.110.0 2020-06-26 13:18:44 +02:00
Miguel Angel Mulero Martinez 26418f336a Move three.js library to npm library and upgrade to version 0.98.0 2020-06-26 12:47:34 +02:00
Miguel Angel Mulero Martinez 52bfe17bd8 Update i18next to latest minor version of 19.0.0 2020-06-22 11:25:51 +02:00
dependabot[bot] 20840fe36c
Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 09:42:53 +00:00
mikeller 4672666226 Updated all dependencies and fixed resulting problem. 2020-02-22 16:49:13 +13:00
dependabot[bot] 22848779d6
Bump yarn from 1.19.1 to 1.22.0
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.19.1 to 1.22.0.
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.19.1...v1.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-14 23:47:25 +00:00
Richard Cooper 6b6610d346 Just run tests on windows build. 2019-11-06 22:31:08 +00:00
Richard Cooper bd296b8eb9 Use puppeteer for karma tests 2019-11-06 16:22:43 +00:00
Richard Cooper 21263087ec run karma tests as part of build 2019-11-06 14:58:27 +00:00
Miguel Angel Mulero Martinez 1d7ec1a764 Add djv library to validate against JSON Schemas 2019-11-04 10:07:07 +01:00
mikeller 7bc8dbec6f Removed copy of semver from repository. 2019-11-02 21:28:14 +13:00
Kyle K c2423badfc Almost fixes an error about using i18next before its properly initialized
Updating to i18next 18.0.1
Goes from lots of complaints down to just one.
https://github.com/i18next/i18next/blob/master/CHANGELOG.md
2019-10-29 17:52:19 +00:00
mikeller 146edabf7f Updated versions of dependencies, including NW.js. 2019-10-22 23:17:58 +13:00
Michael Keller 68247f9571 Fixed dependency vulnerabilities. 2019-08-13 14:22:24 +12:00
mikeller 78e72dd63d Updated versions of vulnerable packages. 2019-08-06 21:53:52 +12:00
dependabot[bot] 770420735e
Bump yarn from 1.15.2 to 1.17.3
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.15.2 to 1.17.3.
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/v1.17.3/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.15.2...v1.17.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-31 04:39:47 +00:00
Kyle K 73fa4f981b update some libraries, wrestle with yarn/npm, refactor some css
* separate our styling from a libraries included .css
* update npm packages: bluebird, inflection, jbox, jquery, jquery-ui-npm
* ports and osd tabs needed small javascript changes for the above
* refactored CSS style sheets, in summary Cascading was being ignored
* tweaked colors in dark mode.
* tweaked betaflight logo for dark mode care of frozenskys
* dark mode can also trigger on `(prefers-color-scheme: dark)` signal from the OS when NW.js 0.40.0/Chrome 76 is released.
* changed how `gulp-appdmg` is brought in, mixing yarn and npm was causing trouble
* version.json is now written in a more gulpful manner

Note: this works fine with NW.js 0.40.0-beta1
2019-07-23 20:55:50 +00:00
dependabot[bot] 5db6a2d19f
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 07:25:04 +00:00
mikeller 0069fd917f Fixed yarn production install. 2019-05-09 07:58:43 +12:00
mikeller b8359fee6e Added devDependency on 'yarn' to enable production build. 2019-05-05 22:44:28 +12:00
mikeller 0e324ea0db Updating node packages to latest version. 2019-05-02 22:14:24 +12:00
Michael Keller 4c1fdf7925 Moved from 'npm' to 'yarn'.
Changed travis config.

Simplified package.json.

Try with a newer npm, who knows, it's for Mac.
2019-04-30 23:57:35 +12:00