Merge pull request #11260 from Snuffleupagus/update-npm-packages

Update npm packages
This commit is contained in:
Tim van der Meij 2019-10-18 23:53:35 +02:00 committed by GitHub
commit 884e1ef234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1822 additions and 694 deletions

2490
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,23 +2,23 @@
"name": "pdf.js", "name": "pdf.js",
"version": "2.0.0", "version": "2.0.0",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.6.0", "@babel/core": "^7.6.4",
"@babel/plugin-transform-modules-commonjs": "^7.6.0", "@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0", "@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.0", "@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.0", "@babel/runtime": "^7.6.3",
"acorn": "^6.3.0", "acorn": "^6.3.0",
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"canvas": "^2.6.0", "canvas": "^2.6.0",
"core-js": "^3.2.1", "core-js": "^3.3.2",
"escodegen": "^1.12.0", "escodegen": "^1.12.0",
"eslint": "^6.4.0", "eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0", "eslint-config-prettier": "^6.4.0",
"eslint-plugin-fetch-options": "^0.0.5", "eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.0.0", "eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-mozilla": "^2.1.0", "eslint-plugin-mozilla": "^2.2.0",
"eslint-plugin-no-unsanitized": "^3.0.2", "eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-unicorn": "^10.0.0", "eslint-plugin-unicorn": "^10.0.0",
@ -42,16 +42,16 @@
"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": "^4.3.1", "terser": "^4.3.9",
"ttest": "^2.1.0", "ttest": "^2.1.0",
"typogr": "^0.6.8", "typogr": "^0.6.8",
"vinyl": "^2.2.0", "vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3", "vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^2.0.4", "web-streams-polyfill": "^2.0.5",
"webpack": "^4.40.2", "webpack": "^4.41.2",
"webpack-stream": "^4.0.3", "webpack-stream": "^4.0.3",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^11.1.0" "yargs": "^11.1.1"
}, },
"scripts": { "scripts": {
"test": "env SKIP_BABEL=true gulp lint unittestcli externaltest" "test": "env SKIP_BABEL=true gulp lint unittestcli externaltest"