mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Update dependencies to the most recent versions
This commit is contained in:
parent
b870c5d2ad
commit
7d1ca73acc
3 changed files with 270 additions and 239 deletions
18
package.json
18
package.json
|
@ -10,13 +10,13 @@
|
|||
"@jazzer.js/core": "^2.1.0",
|
||||
"@metalsmith/layouts": "^2.7.0",
|
||||
"@metalsmith/markdown": "^1.10.0",
|
||||
"@napi-rs/canvas": "^0.1.64",
|
||||
"@types/node": "^22.9.3",
|
||||
"@napi-rs/canvas": "^0.1.65",
|
||||
"@types/node": "^22.10.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-loader": "^9.2.1",
|
||||
"caniuse-lite": "^1.0.30001684",
|
||||
"caniuse-lite": "^1.0.30001687",
|
||||
"core-js": "^3.39.0",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"eslint-plugin-json": "^4.0.1",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"eslint-plugin-perfectionist": "^3.9.1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-unicorn": "^56.0.1",
|
||||
"globals": "^15.12.0",
|
||||
"globals": "^15.13.0",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-cli": "^3.0.0",
|
||||
"gulp-postcss": "^10.0.0",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"gulp-replace": "^1.1.4",
|
||||
"gulp-zip": "^6.0.0",
|
||||
"highlight.js": "^11.10.0",
|
||||
"jasmine": "^5.4.0",
|
||||
"jasmine": "^5.5.0",
|
||||
"jsdoc": "^4.0.4",
|
||||
"jstransformer-nunjucks": "^1.2.0",
|
||||
"metalsmith": "^2.6.3",
|
||||
|
@ -44,9 +44,9 @@
|
|||
"postcss-dir-pseudo-class": "^9.0.1",
|
||||
"postcss-discard-comments": "^7.0.3",
|
||||
"postcss-nesting": "^13.0.1",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier": "^3.4.2",
|
||||
"puppeteer": "23.3.1",
|
||||
"stylelint": "^16.10.0",
|
||||
"stylelint": "^16.11.0",
|
||||
"stylelint-prettier": "^5.0.2",
|
||||
"svglint": "^3.1.0",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.7.2",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.96.1",
|
||||
"webpack": "^5.97.1",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue