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-03-26 12:28:16 +01:00
parent af99632f51
commit 517778ac50
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
2 changed files with 504 additions and 232 deletions

722
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" "typescript-eslint": "^8.24.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.5", "@types/node": "22.13.13",
"globals": "16.0.0", "globals": "16.0.0",
"editorconfig-checker": "6.0.1", "editorconfig-checker": "6.0.1",
"eslint": "9.21.0", "eslint": "9.23.0",
"eslint-plugin-promise": "7.2.1", "eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "57.0.0", "eslint-plugin-unicorn": "58.0.0",
"eslint-plugin-import-x": "4.6.1", "eslint-plugin-import-x": "4.9.3",
"typescript-eslint": "8.24.1", "typescript-eslint": "8.28.0",
"prettier": "3.5.2", "prettier": "3.5.3",
"semantic-release": "24.2.3", "semantic-release": "24.2.3",
"typescript": "5.7.3" "typescript": "5.8.2"
} }
} }