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@^47.0.0`
This commit is contained in:
Divlo
2023-05-13 15:22:49 +02:00
parent 3222d42e67
commit ca9b1db4bd
11 changed files with 1084 additions and 546 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@^46.0.0 \
eslint-plugin-unicorn@^47.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@^5.0.3 \
@typescript-eslint/eslint-plugin@^5.57.0 \
@typescript-eslint/parser@^5.57.0
typescript@^5.0.4 \
@typescript-eslint/eslint-plugin@^5.59.5 \
@typescript-eslint/parser@^5.59.5
```
Dependencies are: