This commit is contained in:
Alex
2024-04-16 22:29:31 -04:00
parent 1d955d951d
commit 51455e3c21
17 changed files with 410 additions and 303 deletions

16
dist/package.json vendored
View File

@ -1,18 +1,18 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.21",
"version": "0.0.23",
"license": "UNLICENSED",
"peerDependencies": {
"eslint": "^9.0.0",
"eslint": "^8.57.0",
"typescript": "^5.4.4"
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/type-utils": "^7.5.0",
"@typescript-eslint/utils": "^7.5.0",
"@types/eslint": "^8.56.9",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/type-utils": "^7.7.0",
"@typescript-eslint/utils": "^7.7.0",
"aria-query": "^5.3.0",
"axe-core": "^4.9.0",
"axobject-query": "^4.0.0",
@ -55,4 +55,4 @@
"supports-preserve-symlinks-flag": "file:./overrides/supports-preserve-symlinks-flag"
}
}
}
}