1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-12-18 21:45:04 +01:00

build(deps): update latest

This commit is contained in:
Divlo 2022-03-16 11:38:20 +01:00
parent 48061dd577
commit 4240e21ce2
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 681 additions and 867 deletions

1532
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,24 +47,24 @@
"eslint-plugin-unicorn": "^41.0.0" "eslint-plugin-unicorn": "^41.0.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "16.2.1", "@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1", "@commitlint/config-conventional": "16.2.1",
"editorconfig-checker": "4.0.2", "editorconfig-checker": "4.0.2",
"eslint": "8.9.0", "eslint": "8.11.0",
"@types/eslint": "8.4.1", "@types/eslint": "8.4.1",
"eslint-plugin-import": "2.25.4", "eslint-plugin-import": "2.25.4",
"eslint-plugin-promise": "6.0.0", "eslint-plugin-promise": "6.0.0",
"eslint-plugin-unicorn": "41.0.0", "eslint-plugin-unicorn": "41.0.0",
"typescript": "4.5.5", "typescript": "4.6.2",
"@typescript-eslint/parser": "5.12.0", "@typescript-eslint/parser": "5.15.0",
"@typescript-eslint/eslint-plugin": "5.12.0", "@typescript-eslint/eslint-plugin": "5.15.0",
"tape": "5.5.2", "tape": "5.5.2",
"husky": "7.0.4", "husky": "7.0.4",
"lint-staged": "12.3.4", "lint-staged": "12.3.6",
"markdownlint-cli": "0.31.1", "markdownlint-cli": "0.31.1",
"@types/tape": "4.13.2", "@types/tape": "4.13.2",
"pinst": "2.1.6", "pinst": "3.0.0",
"prettier": "2.5.1", "prettier": "2.6.0",
"semantic-release": "19.0.2" "semantic-release": "19.0.2"
} }
} }