1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-08 19:11:31 +01:00

build(deps): update latest

This commit is contained in:
Théo LUDWIG 2024-05-21 12:58:23 +02:00
parent d15df84a73
commit b0fa907559
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
2 changed files with 2584 additions and 2439 deletions

4994
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,7 @@
"provenance": true
},
"engines": {
"node": ">=18.0.0",
"npm": ">=10.0.0"
"node": ">=18.0.0"
},
"scripts": {
"lint:commit": "commitlint",
@ -55,25 +54,25 @@
"eslint-plugin-unicorn": "^51.0.1"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@tsconfig/strictest": "2.0.3",
"@types/eslint": "8.56.2",
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"editorconfig-checker": "5.1.4",
"eslint": "8.56.0",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@tsconfig/strictest": "2.0.5",
"@types/eslint": "8.56.10",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"editorconfig-checker": "5.1.5",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "51.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.12.1",
"markdownlint-rule-relative-links": "2.3.1",
"markdownlint-cli2": "0.13.0",
"markdownlint-rule-relative-links": "2.3.2",
"pinst": "3.0.0",
"prettier": "3.2.5",
"semantic-release": "23.0.2",
"typescript": "5.3.3"
"semantic-release": "23.1.1",
"typescript": "5.4.5"
}
}