Update npm packages

This commit is contained in:
Jonas Jenwald 2020-04-02 12:13:14 +02:00
parent 7ed71a0d7c
commit 412fec1545
2 changed files with 666 additions and 608 deletions

1248
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.8.7", "@babel/core": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.8.3", "@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.8.3", "@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.8.7", "@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.8.7", "@babel/runtime": "^7.9.2",
"acorn": "^6.4.1", "acorn": "^6.4.1",
"autoprefixer": "^9.7.4", "autoprefixer": "^9.7.5",
"babel-loader": "^8.0.6", "babel-loader": "^8.1.0",
"canvas": "^2.6.1", "canvas": "^2.6.1",
"core-js": "^3.6.4", "core-js": "^3.6.4",
"escodegen": "^1.14.1", "escodegen": "^1.14.1",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0", "eslint-config-prettier": "^6.10.1",
"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.20.1", "eslint-plugin-import": "^2.20.2",
"eslint-plugin-mozilla": "^2.3.1", "eslint-plugin-mozilla": "^2.4.0",
"eslint-plugin-no-unsanitized": "^3.1.0", "eslint-plugin-no-unsanitized": "^3.1.0",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-unicorn": "^10.0.0", "eslint-plugin-unicorn": "^10.0.0",
@ -34,7 +34,7 @@
"jsdoc": "^3.6.3", "jsdoc": "^3.6.3",
"jstransformer-markdown-it": "^2.1.0", "jstransformer-markdown-it": "^2.1.0",
"merge-stream": "^1.0.1", "merge-stream": "^1.0.1",
"mkdirp": "^0.5.3", "mkdirp": "^0.5.4",
"postcss-calc": "^7.0.2", "postcss-calc": "^7.0.2",
"postcss-css-variables": "^0.14.0", "postcss-css-variables": "^0.14.0",
"prettier": "^1.19.1", "prettier": "^1.19.1",
@ -42,14 +42,14 @@
"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.6.7", "terser": "^4.6.10",
"through2": "^3.0.1", "through2": "^3.0.1",
"ttest": "^2.1.1", "ttest": "^2.1.1",
"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.1.0", "web-streams-polyfill": "^2.1.0",
"webpack": "^4.42.0", "webpack": "^4.42.1",
"webpack-stream": "~5.0.0", "webpack-stream": "~5.0.0",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^11.1.1" "yargs": "^11.1.1"