1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

build(deps): update latest

This commit is contained in:
Théo LUDWIG 2025-05-02 19:57:03 +02:00
parent 1000c38cb2
commit 620f6ce442
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 401 additions and 372 deletions

View File

@ -37,10 +37,10 @@ More information about **formatting rules** vs **code-quality rules** can be fou
npm install --save-dev \
eslint@^9.21.0 \
eslint-plugin-promise@^7.2.1 \
eslint-plugin-unicorn@^57.0.0 \
eslint-plugin-unicorn@^59.0.0 \
eslint-plugin-import-x@^4.6.1 \
globals@^16.0.0 \
typescript@^5.7.3 \
typescript@^5.8.3 \
typescript-eslint@^8.24.1 \
eslint-config-conventions@latest
```

757
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,16 +53,16 @@
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"@types/node": "22.13.13",
"@types/node": "22.15.3",
"globals": "16.0.0",
"editorconfig-checker": "6.0.1",
"eslint": "9.23.0",
"eslint": "9.25.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "58.0.0",
"eslint-plugin-import-x": "4.9.3",
"typescript-eslint": "8.28.0",
"eslint-plugin-unicorn": "59.0.0",
"eslint-plugin-import-x": "4.11.0",
"typescript-eslint": "8.31.1",
"prettier": "3.5.3",
"semantic-release": "24.2.3",
"typescript": "5.8.2"
"typescript": "5.8.3"
}
}