1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +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:
Théo LUDWIG 2025-05-10 20:38:17 +02:00
parent 892a3f8302
commit 851c468748
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
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
```

4
package-lock.json generated
View File

@ -28,9 +28,9 @@
"eslint": "^9.21.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^57.0.0 || ^58.0.0 || ^59.0.0",
"eslint-plugin-unicorn": "^59.0.0",
"globals": "^16.0.0",
"typescript-eslint": "^8.24.1"
"typescript-eslint": "^8.32.0"
}
},
"node_modules/@babel/code-frame": {

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",