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:
parent
036b81496e
commit
014d00e4fb
2 changed files with 182 additions and 446 deletions
20
package.json
20
package.json
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.8",
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.8",
|
||||
"@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",
|
||||
"acorn": "^8.4.1",
|
||||
"autoprefixer": "^10.3.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"canvas": "^2.8.0",
|
||||
"core-js": "^3.15.2",
|
||||
"core-js": "^3.16.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dommatrix": "^0.0.6",
|
||||
"es-module-shims": "^0.12.2",
|
||||
"escodegen": "^2.0.0",
|
||||
"eslint": "^7.31.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-json": "^3.0.0",
|
||||
"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",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"postcss": "^8.3.6",
|
||||
"postcss-calc": "^8.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"puppeteer": "^10.1.0",
|
||||
"puppeteer": "^10.2.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^13.13.1",
|
||||
|
@ -58,10 +58,10 @@
|
|||
"vinyl": "^2.2.1",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"web-streams-polyfill": "^3.1.0",
|
||||
"webpack": "^5.46.0",
|
||||
"webpack": "^5.49.0",
|
||||
"webpack-stream": "^6.1.2",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.0.1"
|
||||
"yargs": "^17.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue