1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Update npm packages

This commit is contained in:
Jonas Jenwald 2021-08-22 10:38:52 +02:00
parent 83e1064360
commit a24702b942
2 changed files with 207 additions and 124 deletions

View file

@ -6,34 +6,34 @@
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"acorn": "^8.4.1",
"autoprefixer": "^10.3.1",
"autoprefixer": "^10.3.2",
"babel-loader": "^8.2.2",
"canvas": "^2.8.0",
"core-js": "^3.16.0",
"core-js": "^3.16.2",
"cross-env": "^7.0.3",
"dommatrix": "^0.0.6",
"es-module-shims": "^0.12.2",
"es-module-shims": "^0.12.6",
"escodegen": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^2.10.0",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sort-exports": "^0.4.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-sort-exports": "^0.4.1",
"eslint-plugin-unicorn": "^35.0.0",
"globals": "^13.10.0",
"globals": "^13.11.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-zip": "^5.1.0",
"jasmine": "^3.8.0",
"jasmine": "^3.9.0",
"jsdoc": "^3.6.7",
"jstransformer-markdown-it": "^2.1.0",
"merge-stream": "^2.0.0",
@ -58,10 +58,10 @@
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.1.0",
"webpack": "^5.49.0",
"webpack": "^5.51.1",
"webpack-stream": "^6.1.2",
"wintersmith": "^2.5.0",
"yargs": "^17.1.0"
"yargs": "^17.1.1"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",