Update npm packages

This commit is contained in:
Jonas Jenwald 2021-02-21 11:52:55 +01:00
parent 2194fb940d
commit 385bf67bc9
2 changed files with 365 additions and 320 deletions

657
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,21 +2,21 @@
"name": "pdf.js",
"version": "2.0.0",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.13",
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/runtime": "^7.12.18",
"acorn": "^8.0.5",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"canvas": "^2.6.1",
"core-js": "^3.8.3",
"core-js": "^3.9.0",
"cross-env": "^7.0.3",
"es-module-shims": "^0.6.0",
"escodegen": "^2.0.0",
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.1.1",
@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-sort-exports": "^0.3.2",
"eslint-plugin-unicorn": "^27.0.0",
"globals": "^13.5.0",
"globals": "^13.6.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
@ -38,26 +38,26 @@
"merge-stream": "^2.0.0",
"mkdirp": "^1.0.4",
"needle": "^2.6.0",
"postcss": "^8.2.5",
"postcss": "^8.2.6",
"postcss-calc": "^7.0.5",
"prettier": "^2.2.1",
"puppeteer": "^7.0.1",
"puppeteer": "^7.1.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^13.9.0",
"stylelint": "^13.11.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2",
"systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25",
"terser": "^5.5.1",
"terser": "^5.6.0",
"through2": "^4.0.2",
"ttest": "^3.0.0",
"typescript": "^4.1.3",
"typescript": "^4.1.5",
"typogr": "^0.6.8",
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.0.1",
"webpack": "^5.21.1",
"web-streams-polyfill": "^3.0.2",
"webpack": "^5.23.0",
"webpack-stream": "~6.1.2",
"wintersmith": "^2.5.0",
"yargs": "^11.1.1"