build(deps): update latest

This commit is contained in:
2026-07-03 16:45:32 +02:00
parent 1385c4bd80
commit 21fbd5f963
3 changed files with 337 additions and 319 deletions
+3
View File
@@ -6,5 +6,8 @@
"browser": true, "browser": true,
"node": true, "node": true,
"shared-node-browser": true "shared-node-browser": true
},
"rules": {
"unicorn/prefer-number-coercion": "off"
} }
} }
+327 -312
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -41,14 +41,14 @@
}, },
"devDependencies": { "devDependencies": {
"@types/markdown-it": "14.1.2", "@types/markdown-it": "14.1.2",
"@types/node": "25.9.2", "@types/node": "26.1.0",
"eslint-config-conventions": "21.4.0", "eslint-config-conventions": "21.4.0",
"markdownlint": "0.40.0", "markdownlint": "0.41.0",
"markdownlint-cli2": "0.22.1", "markdownlint-cli2": "0.23.0",
"oxfmt": "0.54.0", "oxfmt": "0.57.0",
"oxlint": "1.69.0", "oxlint": "1.72.0",
"oxlint-tsgolint": "0.23.0", "oxlint-tsgolint": "0.24.0",
"semantic-release": "25.0.3", "semantic-release": "25.0.5",
"typescript": "6.0.3" "typescript": "6.0.3"
}, },
"engines": { "engines": {