Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2025-06-22 15:21:38 +02:00
parent 8fe9db0fb5
commit 7f619c7605
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
3 changed files with 1050 additions and 570 deletions

View File

@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
const BABEL_TARGETS = ENV_TARGETS.join(", ");
const BABEL_PRESET_ENV_OPTS = Object.freeze({
corejs: "3.42.0",
corejs: "3.43.0",
exclude: ["web.structured-clone"],
shippedProposals: true,
useBuiltIns: "usage",
@ -2339,7 +2339,7 @@ function packageJson() {
bugs: DIST_BUGS_URL,
license: DIST_LICENSE,
optionalDependencies: {
"@napi-rs/canvas": "^0.1.67",
"@napi-rs/canvas": "^0.1.71",
},
browser: {
canvas: false,

1594
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,19 +10,19 @@
"@fluent/dom": "^0.10.1",
"@metalsmith/layouts": "^3.0.0",
"@metalsmith/markdown": "^1.10.0",
"@napi-rs/canvas": "^0.1.70",
"@napi-rs/canvas": "^0.1.71",
"@types/node": "^22.15.30",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"caniuse-lite": "^1.0.30001721",
"core-js": "^3.42.0",
"eslint": "^9.28.0",
"eslint-plugin-import": "^2.31.0",
"caniuse-lite": "^1.0.30001724",
"core-js": "^3.43.0",
"eslint": "^9.29.0",
"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.14.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-prettier": "^5.5.0",
"eslint-plugin-unicorn": "^59.0.1",
"globals": "^16.2.0",
"gulp": "^5.0.1",
@ -39,13 +39,13 @@
"metalsmith-html-relative": "^2.0.6",
"ordered-read-streams": "^2.0.0",
"pngjs": "^7.0.0",
"postcss": "^8.5.4",
"postcss": "^8.5.6",
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-discard-comments": "^7.0.4",
"postcss-nesting": "^13.0.1",
"postcss-nesting": "^13.0.2",
"prettier": "^3.5.3",
"puppeteer": "^24.10.0",
"stylelint": "^16.20.0",
"puppeteer": "^24.10.2",
"stylelint": "^16.21.0",
"stylelint-prettier": "^5.0.3",
"svglint": "^4.1.0",
"terser-webpack-plugin": "^5.3.14",