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
cf3ca8b5bc
commit
3cd906829e
3 changed files with 623 additions and 646 deletions
|
@ -98,7 +98,7 @@ const AUTOPREFIXER_CONFIG = {
|
|||
const BABEL_TARGETS = ENV_TARGETS.join(", ");
|
||||
|
||||
const BABEL_PRESET_ENV_OPTS = Object.freeze({
|
||||
corejs: "3.38.1",
|
||||
corejs: "3.39.0",
|
||||
exclude: ["web.structured-clone"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
|
|
1251
package-lock.json
generated
1251
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -2,9 +2,9 @@
|
|||
"name": "pdf.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.25.8",
|
||||
"@babel/preset-env": "^7.25.8",
|
||||
"@babel/runtime": "^7.25.7",
|
||||
"@babel/core": "^7.26.0",
|
||||
"@babel/preset-env": "^7.26.0",
|
||||
"@babel/runtime": "^7.26.0",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.10.0",
|
||||
"@jazzer.js/core": "^2.1.0",
|
||||
|
@ -12,9 +12,9 @@
|
|||
"@metalsmith/markdown": "^1.10.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-loader": "^9.2.1",
|
||||
"caniuse-lite": "^1.0.30001669",
|
||||
"caniuse-lite": "^1.0.30001677",
|
||||
"canvas": "^3.0.0-rc2",
|
||||
"core-js": "^3.38.1",
|
||||
"core-js": "^3.39.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
|
@ -40,9 +40,9 @@
|
|||
"pngjs": "^7.0.0",
|
||||
"postcss": "^8.4.47",
|
||||
"postcss-dark-theme-class": "^1.3.0",
|
||||
"postcss-dir-pseudo-class": "^9.0.0",
|
||||
"postcss-dir-pseudo-class": "^9.0.1",
|
||||
"postcss-discard-comments": "^7.0.3",
|
||||
"postcss-nesting": "^13.0.0",
|
||||
"postcss-nesting": "^13.0.1",
|
||||
"prettier": "^3.3.3",
|
||||
"puppeteer": "23.3.1",
|
||||
"stylelint": "^16.10.0",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.6.3",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.95.0",
|
||||
"webpack": "^5.96.1",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue