1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

build(deps): update peer dependencies

BREAKING CHANGE: peerDependencies:
`eslint-plugin-unicorn@^59.0.0`
`typescript-eslint@^8.32.0`
This commit is contained in:
2025-05-10 20:38:17 +02:00
parent 892a3f8302
commit 851c468748
3 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ npm install --save-dev \
eslint-plugin-import-x@^4.6.1 \
globals@^16.0.0 \
typescript@^5.8.3 \
typescript-eslint@^8.24.1 \
typescript-eslint@^8.32.0 \
eslint-config-conventions@latest
```