1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

build(deps): update latest

BREAKING CHANGE: peerDependencies:
`eslint@^8.57.0`
`eslint-plugin-promise@^7.0.0`
`eslint-plugin-unicorn@^55.0.0`
`@typescript-eslint/eslint-plugin@^8.0.0`
`@typescript-eslint/parser@^8.0.0`
This commit is contained in:
2024-09-17 23:11:38 +02:00
parent eac273c076
commit e6a222d01f
4 changed files with 345 additions and 430 deletions

View File

@@ -43,23 +43,23 @@
"release": "semantic-release"
},
"peerDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-promise": "^6.1.1 || ^7.0.0",
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0 || ^55.0.0"
"eslint": "^8.57.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-unicorn": "^55.0.0"
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@types/eslint": "8.56.12",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"editorconfig-checker": "5.1.8",
"eslint": "8.57.0",
"eslint-plugin-promise": "7.0.0",
"eslint": "8.57.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-unicorn": "55.0.0",
"markdownlint-cli2": "0.13.0",
"markdownlint-cli2": "0.14.0",
"markdownlint-rule-relative-links": "3.0.0",
"prettier": "3.3.3",
"semantic-release": "23.1.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}