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
bcd6dc416a
commit
2a667b92d8
2 changed files with 318 additions and 87 deletions
18
package.json
18
package.json
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/core": "^7.14.8",
|
||||
"@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.7",
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@babel/preset-env": "^7.14.8",
|
||||
"@babel/runtime": "^7.14.8",
|
||||
"acorn": "^8.4.1",
|
||||
"autoprefixer": "^10.3.0",
|
||||
"autoprefixer": "^10.3.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"canvas": "^2.8.0",
|
||||
"core-js": "^3.15.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"dommatrix": "^0.0.6",
|
||||
"es-module-shims": "^0.12.1",
|
||||
"es-module-shims": "^0.12.2",
|
||||
"escodegen": "^2.0.0",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^6.1.2",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"merge-stream": "^2.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"needle": "^2.8.0",
|
||||
"postcss": "^8.3.5",
|
||||
"postcss": "^8.3.6",
|
||||
"postcss-calc": "^8.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"puppeteer": "^10.1.0",
|
||||
|
@ -57,8 +57,8 @@
|
|||
"typogr": "^0.6.8",
|
||||
"vinyl": "^2.2.1",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"web-streams-polyfill": "^3.0.3",
|
||||
"webpack": "^5.44.0",
|
||||
"web-streams-polyfill": "^3.1.0",
|
||||
"webpack": "^5.46.0",
|
||||
"webpack-stream": "^6.1.2",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue