1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-19 01:25:53 +02:00

build(deps): update latest

This commit is contained in:
Théo LUDWIG 2024-07-25 13:51:35 +02:00
parent d0fa4e3688
commit 8b3d9109d7
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
4 changed files with 200 additions and 346 deletions

View File

@ -1,3 +1,2 @@
#!/usr/bin/env sh
npm run lint:commit -- --edit npm run lint:commit -- --edit

View File

@ -1,4 +1,3 @@
#!/usr/bin/env sh
npm run lint:staged npm run lint:staged
npm run test npm run test

526
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -56,21 +56,21 @@
"@commitlint/cli": "19.2.2", "@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2", "@commitlint/config-conventional": "19.2.2",
"@tsconfig/strictest": "2.0.5", "@tsconfig/strictest": "2.0.5",
"@types/eslint": "8.56.10", "@types/eslint": "8.56.11",
"@types/node": "20.14.10", "@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.16.0", "@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.16.0", "@typescript-eslint/parser": "7.17.0",
"editorconfig-checker": "5.1.8", "editorconfig-checker": "5.1.8",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-promise": "6.4.0", "eslint-plugin-promise": "7.0.0",
"eslint-plugin-unicorn": "54.0.0", "eslint-plugin-unicorn": "55.0.0",
"husky": "9.0.11", "husky": "9.1.1",
"lint-staged": "15.2.7", "lint-staged": "15.2.7",
"markdownlint-cli2": "0.13.0", "markdownlint-cli2": "0.13.0",
"markdownlint-rule-relative-links": "3.0.0", "markdownlint-rule-relative-links": "3.0.0",
"pinst": "3.0.0", "pinst": "3.0.0",
"prettier": "3.3.2", "prettier": "3.3.3",
"semantic-release": "23.1.1", "semantic-release": "23.1.1",
"typescript": "5.5.3" "typescript": "5.5.4"
} }
} }