Update packages

This commit is contained in:
Tim van der Meij 2019-03-30 18:59:52 +01:00
parent 4653dc196b
commit 7cfa05078d
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 302 additions and 351 deletions

633
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,20 +2,20 @@
"name": "pdf.js", "name": "pdf.js",
"version": "2.0.0", "version": "2.0.0",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.3.4", "@babel/core": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0", "@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.3.4", "@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.3.4", "@babel/preset-env": "^7.4.2",
"@babel/runtime": "^7.3.4", "@babel/runtime": "^7.4.2",
"acorn": "^6.1.1", "acorn": "^6.1.1",
"autoprefixer": "^9.4.9", "autoprefixer": "^9.5.0",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
"canvas": "^2.3.1", "canvas": "^2.4.1",
"core-js": "^2.6.5", "core-js": "^2.6.5",
"escodegen": "^1.11.1", "escodegen": "^1.11.1",
"eslint": "^5.15.0", "eslint": "^5.16.0",
"eslint-plugin-import": "^2.16.0", "eslint-plugin-import": "^2.16.0",
"eslint-plugin-mozilla": "^1.1.1", "eslint-plugin-mozilla": "^1.1.3",
"eslint-plugin-no-unsanitized": "^3.0.2", "eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-unicorn": "^7.1.0", "eslint-plugin-unicorn": "^7.1.0",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
@ -37,7 +37,7 @@
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"systemjs": "^0.21.6", "systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25", "systemjs-plugin-babel": "^0.0.25",
"terser": "^3.16.1", "terser": "^3.17.0",
"ttest": "^2.0.0", "ttest": "^2.0.0",
"typogr": "^0.6.8", "typogr": "^0.6.8",
"vinyl": "^2.2.0", "vinyl": "^2.2.0",