upgrade some JS deps to work with node 11

Fixes #62

* added travis config for latest node as well as 8.

* ran "yarn upgrade -P webpack-dev-server", which caused the upath
  dependency to be upgraded. I arrived at this by inspecting yarn.lock
  for the things depending on upack, along with some trial and error.
  ("yarn upgrade -P chokidar" was less successful.)
This commit is contained in:
Scott Lamb 2018-11-20 10:59:00 -08:00
parent 071be03c6f
commit 496f7d7e3a
2 changed files with 1218 additions and 639 deletions

View File

@ -33,6 +33,12 @@ matrix:
- ci/install-ffmpeg.sh - ci/install-ffmpeg.sh
script: script:
- ci/script-rust.sh - ci/script-rust.sh
- language: node_js
node_js: "node"
script:
- yarn
- yarn build
- node_modules/eslint/bin/eslint.js ui-src
- language: node_js - language: node_js
node_js: "8" node_js: "8"
script: script:

1851
yarn.lock

File diff suppressed because it is too large Load Diff