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

Update packages to the most recent versions

This commit is contained in:
Tim van der Meij 2021-12-11 15:24:26 +01:00
parent d856ed9395
commit d3d8141372
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 133 additions and 136 deletions

View file

@ -11,18 +11,18 @@
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"canvas": "^2.8.0",
"core-js": "^3.19.1",
"core-js": "^3.19.3",
"cross-env": "^7.0.3",
"dommatrix": "^0.0.19",
"es-module-shims": "^1.3.2",
"eslint": "^8.3.0",
"dommatrix": "^0.0.24",
"es-module-shims": "^1.3.6",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^2.11.1",
"eslint-plugin-no-unsanitized": "^4.0.0",
"eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-unicorn": "^39.0.0",
@ -40,8 +40,8 @@
"needle": "^3.0.0",
"postcss": "^8.4.4",
"postcss-calc": "^8.0.0",
"prettier": "^2.5.0",
"puppeteer": "^12.0.0",
"prettier": "^2.5.1",
"puppeteer": "^12.0.1",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^14.1.0",
@ -57,10 +57,10 @@
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.2.0",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0",
"yargs": "^17.2.1"
"yargs": "^17.3.0"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"