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

@@ -47,10 +47,10 @@
"peerDependencies": {
"eslint": "^9.21.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^57.0.0 || ^58.0.0 || ^59.0.0",
"eslint-plugin-unicorn": "^59.0.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0",
"typescript-eslint": "^8.24.1"
"typescript-eslint": "^8.32.0"
},
"devDependencies": {
"@types/node": "22.15.17",