mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Update dependencies to the most recent versions
This commit is contained in:
parent
a6e0b0292e
commit
f855a6dae8
3 changed files with 166 additions and 201 deletions
16
package.json
16
package.json
|
@ -2,17 +2,17 @@
|
|||
"name": "pdf.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.7",
|
||||
"@babel/preset-env": "^7.23.8",
|
||||
"@babel/runtime": "^7.23.8",
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@babel/runtime": "^7.23.9",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.9.0",
|
||||
"@jazzer.js/core": "^2.1.0",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001579",
|
||||
"caniuse-lite": "^1.0.30001580",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.35.0",
|
||||
"core-js": "^3.35.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"eslint-plugin-mozilla": "^3.3.2",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-sort-exports": "^0.8.0",
|
||||
"eslint-plugin-sort-exports": "^0.9.1",
|
||||
"eslint-plugin-unicorn": "^50.0.1",
|
||||
"globals": "^13.24.0",
|
||||
"gulp": "^4.0.2",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"postcss-discard-comments": "^6.0.1",
|
||||
"postcss-nesting": "^12.0.2",
|
||||
"prettier": "^3.2.4",
|
||||
"puppeteer": "^21.7.0",
|
||||
"puppeteer": "^21.9.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^16.2.0",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"typogr": "^0.6.8",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack": "^5.90.0",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.7.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue