Update packages

Webpack is pinned because versions higher than this cause the viewer not
to work (see https://github.com/mozilla/pdf.js/pull/10170#issuecomment-431697032).

Node.js is pinned for Travis CI because version 11 requires that we
update to Gulp 4.
This commit is contained in:
Tim van der Meij 2018-10-23 23:38:27 +02:00
parent c74c357157
commit 0abddde2c7
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
3 changed files with 1160 additions and 600 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- node
- "10"
cache:
directories:
- node_modules

1754
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
"babel-preset-env": "^1.7.0",
"core-js": "^2.5.7",
"escodegen": "^1.11.0",
"eslint": "^5.6.1",
"eslint": "^5.7.0",
"eslint-plugin-mozilla": "^0.14.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-unicorn": "^4.0.3",
@ -37,7 +37,7 @@
"uglify-es": "^3.3.9",
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.20.2",
"webpack": "4.21.0",
"webpack-stream": "^4.0.3",
"wintersmith": "^2.4.1",
"yargs": "^11.1.0"