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-plugin-unicorn@^46.0.0`
This commit is contained in:
26
package.json
26
package.json
@@ -48,29 +48,29 @@
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "^45.0.2"
|
||||
"eslint-plugin-unicorn": "^46.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.4.2",
|
||||
"@commitlint/config-conventional": "17.4.2",
|
||||
"@tsconfig/strictest": "1.0.2",
|
||||
"@types/eslint": "8.21.0",
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@tsconfig/strictest": "2.0.0",
|
||||
"@types/eslint": "8.37.0",
|
||||
"@types/tap": "15.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "5.51.0",
|
||||
"@typescript-eslint/parser": "5.51.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.57.0",
|
||||
"@typescript-eslint/parser": "5.57.0",
|
||||
"editorconfig-checker": "5.0.1",
|
||||
"eslint": "8.33.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-unicorn": "45.0.2",
|
||||
"eslint-plugin-unicorn": "46.0.0",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "13.1.0",
|
||||
"lint-staged": "13.2.0",
|
||||
"markdownlint-cli2": "0.6.0",
|
||||
"markdownlint-rule-relative-links": "1.1.1",
|
||||
"pinst": "3.0.0",
|
||||
"prettier": "2.8.3",
|
||||
"semantic-release": "20.1.0",
|
||||
"prettier": "2.8.7",
|
||||
"semantic-release": "21.0.1",
|
||||
"tap": "16.3.4",
|
||||
"typescript": "4.9.5"
|
||||
"typescript": "5.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user