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
e78ce74b5f
commit
28962da91b
3 changed files with 113 additions and 98 deletions
18
package.json
18
package.json
|
@ -2,26 +2,26 @@
|
|||
"name": "pdf.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.3",
|
||||
"@babel/preset-env": "^7.24.3",
|
||||
"@babel/runtime": "^7.24.1",
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/preset-env": "^7.24.4",
|
||||
"@babel/runtime": "^7.24.4",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.9.0",
|
||||
"@jazzer.js/core": "^2.1.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001605",
|
||||
"caniuse-lite": "^1.0.30001608",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.36.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^8.0.0",
|
||||
"eslint-plugin-html": "^8.1.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jasmine": "^4.1.3",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^3.7.1",
|
||||
"eslint-plugin-mozilla": "^3.7.3",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-sort-exports": "^0.9.1",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"merge-stream": "^2.0.0",
|
||||
"mkdirp": "^3.0.1",
|
||||
"needle": "^3.3.1",
|
||||
"path2d": "^0.1.2",
|
||||
"path2d": "^0.2.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-dark-theme-class": "^1.2.1",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"postcss-discard-comments": "^6.0.2",
|
||||
"postcss-nesting": "^12.1.1",
|
||||
"prettier": "^3.2.5",
|
||||
"puppeteer": "^22.6.2",
|
||||
"puppeteer": "^22.6.4",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^16.3.1",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"through2": "^4.0.2",
|
||||
"tsc-alias": "^1.8.8",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.4.3",
|
||||
"typescript": "^5.4.5",
|
||||
"typogr": "^0.6.8",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.91.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue