mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
build(deps): update latest
BREAKING CHANGE: peerDependencies: `eslint@^8.33.0`, `eslint-plugin-import@^2.27.5`, `eslint-plugin-promise@^6.1.1`, `eslint-plugin-unicorn@^45.0.2`
This commit is contained in:
parent
e24964a60a
commit
4f625c3b88
@ -40,10 +40,10 @@ Here is an example, but use it only for reference, because your decisions regard
|
||||
|
||||
```sh
|
||||
npm install --save-dev \
|
||||
eslint@^8.9.0 \
|
||||
eslint-plugin-import@^2.26.0 \
|
||||
eslint-plugin-promise@^6.0.0 \
|
||||
eslint-plugin-unicorn@^45.0.0 \
|
||||
eslint@^8.33.0 \
|
||||
eslint-plugin-import@^2.27.5 \
|
||||
eslint-plugin-promise@^6.1.1 \
|
||||
eslint-plugin-unicorn@^45.0.2 \
|
||||
eslint-config-conventions@latest
|
||||
```
|
||||
|
||||
|
689
package-lock.json
generated
689
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -45,22 +45,22 @@
|
||||
"postpublish": "pinst --enable"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-unicorn": "^45.0.0"
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "^45.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.4.1",
|
||||
"@commitlint/config-conventional": "17.4.0",
|
||||
"@commitlint/cli": "17.4.2",
|
||||
"@commitlint/config-conventional": "17.4.2",
|
||||
"@tsconfig/strictest": "1.0.2",
|
||||
"@types/eslint": "8.4.10",
|
||||
"@types/tap": "15.0.7",
|
||||
"@typescript-eslint/eslint-plugin": "5.48.1",
|
||||
"@typescript-eslint/parser": "5.48.1",
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"eslint": "8.31.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"@types/eslint": "8.21.0",
|
||||
"@types/tap": "15.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "5.51.0",
|
||||
"@typescript-eslint/parser": "5.51.0",
|
||||
"editorconfig-checker": "5.0.1",
|
||||
"eslint": "8.33.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-unicorn": "45.0.2",
|
||||
"husky": "8.0.3",
|
||||
@ -68,9 +68,9 @@
|
||||
"markdownlint-cli2": "0.6.0",
|
||||
"markdownlint-rule-relative-links": "1.1.1",
|
||||
"pinst": "3.0.0",
|
||||
"prettier": "2.8.2",
|
||||
"semantic-release": "20.0.2",
|
||||
"tap": "16.3.3",
|
||||
"typescript": "4.9.4"
|
||||
"prettier": "2.8.3",
|
||||
"semantic-release": "20.1.0",
|
||||
"tap": "16.3.4",
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user