Update dependencies to the most recent versions
This commit is contained in:
parent
dd560ee453
commit
d49fc494cd
@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
|
||||
const BABEL_TARGETS = ENV_TARGETS.join(", ");
|
||||
|
||||
const BABEL_PRESET_ENV_OPTS = Object.freeze({
|
||||
corejs: "3.44.0",
|
||||
corejs: "3.45.0",
|
||||
exclude: ["web.structured-clone"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
@ -2340,7 +2340,7 @@ function packageJson() {
|
||||
bugs: DIST_BUGS_URL,
|
||||
license: DIST_LICENSE,
|
||||
optionalDependencies: {
|
||||
"@napi-rs/canvas": "^0.1.74",
|
||||
"@napi-rs/canvas": "^0.1.77",
|
||||
},
|
||||
browser: {
|
||||
canvas: false,
|
||||
|
||||
541
package-lock.json
generated
541
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -2,28 +2,28 @@
|
||||
"name": "pdf.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.0",
|
||||
"@babel/preset-env": "^7.28.0",
|
||||
"@babel/runtime": "^7.28.2",
|
||||
"@babel/core": "^7.28.3",
|
||||
"@babel/preset-env": "^7.28.3",
|
||||
"@babel/runtime": "^7.28.3",
|
||||
"@csstools/postcss-light-dark-function": "^2.0.9",
|
||||
"@fluent/bundle": "^0.19.1",
|
||||
"@fluent/dom": "^0.10.2",
|
||||
"@metalsmith/layouts": "^3.0.0",
|
||||
"@metalsmith/markdown": "^1.10.0",
|
||||
"@napi-rs/canvas": "^0.1.74",
|
||||
"@types/node": "^24.1.0",
|
||||
"@napi-rs/canvas": "^0.1.77",
|
||||
"@types/node": "^24.3.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"babel-loader": "^10.0.0",
|
||||
"caniuse-lite": "^1.0.30001727",
|
||||
"core-js": "^3.44.0",
|
||||
"eslint": "^9.32.0",
|
||||
"caniuse-lite": "^1.0.30001735",
|
||||
"core-js": "^3.45.0",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"eslint-plugin-json": "^4.0.1",
|
||||
"eslint-plugin-no-unsanitized": "^4.1.2",
|
||||
"eslint-plugin-perfectionist": "^4.15.0",
|
||||
"eslint-plugin-prettier": "^5.5.3",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-unicorn": "^60.0.0",
|
||||
"globals": "^16.3.0",
|
||||
"gulp": "^5.0.1",
|
||||
@ -45,16 +45,16 @@
|
||||
"postcss-discard-comments": "^7.0.4",
|
||||
"postcss-nesting": "^13.0.2",
|
||||
"prettier": "^3.6.2",
|
||||
"puppeteer": "^24.15.0",
|
||||
"stylelint": "^16.22.0",
|
||||
"puppeteer": "^24.16.2",
|
||||
"stylelint": "^16.23.1",
|
||||
"stylelint-prettier": "^5.0.3",
|
||||
"svglint": "^4.1.0",
|
||||
"terser-webpack-plugin": "^5.3.14",
|
||||
"tsc-alias": "^1.8.16",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript": "^5.9.2",
|
||||
"vinyl": "^3.0.1",
|
||||
"webpack": "^5.100.2",
|
||||
"webpack": "^5.101.2",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"yargs": "^18.0.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user