1
1
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:
Divlo
2023-04-02 20:53:26 +02:00
parent 1779517f5c
commit 08602b1c53
6 changed files with 2036 additions and 1390 deletions

View File

@@ -43,7 +43,7 @@ npm install --save-dev \
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 \
eslint-config-conventions@latest
```
@@ -62,9 +62,9 @@ If you want to use **TypeScript**, you also need to install:
```sh
npm install --save-dev \
typescript@^4.8.2 \
@typescript-eslint/eslint-plugin@^5.36.1 \
@typescript-eslint/parser@^5.36.1
typescript@^5.0.3 \
@typescript-eslint/eslint-plugin@^5.57.0 \
@typescript-eslint/parser@^5.57.0
```
Dependencies are: