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
c706c6c34f
commit
ee15ec9144
2 changed files with 166 additions and 163 deletions
20
package.json
20
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.0",
|
||||
"@babel/core": "^7.21.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
@ -9,14 +9,14 @@
|
|||
"acorn": "^8.8.2",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"babel-loader": "^9.1.2",
|
||||
"caniuse-lite": "^1.0.30001464",
|
||||
"caniuse-lite": "^1.0.30001469",
|
||||
"canvas": "^2.11.0",
|
||||
"core-js": "^3.29.0",
|
||||
"core-js": "^3.29.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"dialog-polyfill": "^0.5.6",
|
||||
"es-module-shims": "1.4.7",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
|
@ -33,24 +33,24 @@
|
|||
"gulp-rename": "^2.0.0",
|
||||
"gulp-replace": "^1.1.4",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"jasmine": "^4.5.0",
|
||||
"jasmine": "^4.6.0",
|
||||
"jsdoc": "^4.0.2",
|
||||
"jstransformer-markdown-it": "^3.0.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"mkdirp": "^2.1.5",
|
||||
"mkdirp": "^2.1.6",
|
||||
"needle": "^3.2.0",
|
||||
"path2d-polyfill": "^2.0.1",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-dir-pseudo-class": "^7.0.2",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier": "^2.8.7",
|
||||
"puppeteer": "^19.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^15.2.0",
|
||||
"stylelint": "^15.3.0",
|
||||
"stylelint-prettier": "^3.0.0",
|
||||
"systemjs": "^0.21.6",
|
||||
"systemjs-plugin-babel": "^0.0.25",
|
||||
"terser": "^5.16.6",
|
||||
"terser": "^5.16.8",
|
||||
"through2": "^4.0.2",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^4.9.5",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"vinyl": "^3.0.0",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
"webpack": "^5.76.1",
|
||||
"webpack": "^5.76.3",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.7.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue