Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/eslint-config",
"version": "2.4.0b1",
"version": "3.1.0",
"description": "amigo's eslint config",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",
@ -10,22 +10,22 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint-config-prettier": "^10.0.1",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "56.0.1",
"@babel/eslint-parser": "7.26.5"
"eslint-plugin-unicorn": "57.0.0",
"@babel/eslint-parser": "7.26.8"
},
"peerDependencies": {
"typescript": "^4.9.5"
},
"devDependencies": {
"eslint": "^8",
"eslint": "^9",
"jest": "^29.7.0",
"typescript": "^5.7.3"
}