1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-10-09 09:43:40 +02:00

build(deps): update latest

This commit is contained in:
2025-10-08 17:00:11 +02:00
parent b2f5a136f9
commit e59d48f713
2 changed files with 328 additions and 405 deletions

721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -75,18 +75,18 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@types/node": "24.5.2", "@types/node": "24.7.0",
"globals": "16.4.0", "globals": "16.4.0",
"editorconfig-checker": "6.1.0", "editorconfig-checker": "6.1.0",
"oxlint": "1.18.0", "oxlint": "1.20.0",
"@oxlint/migrate": "1.18.0", "@oxlint/migrate": "1.20.0",
"eslint": "9.36.0", "eslint": "9.37.0",
"eslint-plugin-promise": "7.2.1", "eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "61.0.2", "eslint-plugin-unicorn": "61.0.2",
"eslint-plugin-import-x": "4.16.1", "eslint-plugin-import-x": "4.16.1",
"typescript-eslint": "8.44.1", "typescript-eslint": "8.46.0",
"prettier": "3.6.2", "prettier": "3.6.2",
"semantic-release": "24.2.9", "semantic-release": "24.2.9",
"typescript": "5.9.2" "typescript": "5.9.3"
} }
} }