This commit is contained in:
Alex
2024-12-12 19:48:39 -05:00
parent eb5f72a049
commit 2b4c3038b3
5 changed files with 526 additions and 387 deletions

20
dist/package.json vendored
View File

@ -1,6 +1,6 @@
{
"name": "@aet/eslint-rules",
"version": "2.0.19",
"version": "2.0.21",
"license": "UNLICENSED",
"type": "module",
"bin": {
@ -25,16 +25,16 @@
"dependencies": {
"@antfu/install-pkg": "^0.5.0",
"@nolyfill/is-core-module": "^1.0.39",
"@aet/eslint-define-config": "^0.1.0-beta.39",
"@aet/eslint-define-config": "^0.1.0-beta.40",
"@eslint/js": "^9.16.0",
"@eslint-community/eslint-utils": "^4.4.1",
"@eslint-react/eslint-plugin": "1.18.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@eslint-react/eslint-plugin": "1.19.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/type-utils": "^8.17.0",
"@typescript-eslint/utils": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/type-utils": "^8.18.0",
"@typescript-eslint/utils": "^8.18.0",
"aria-query": "^5.3.2",
"axe-core": "^4.10.2",
"axobject-query": "4.1.0",
@ -43,7 +43,7 @@
"doctrine": "^3.0.0",
"emoji-regex": "^10.4.0",
"enhanced-resolve": "^5.17.1",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.7.0",
@ -78,4 +78,4 @@
"**/is-core-module": "file:./overrides/is-core-module",
"**/supports-preserve-symlinks-flag": "file:./overrides/supports-preserve-symlinks-flag"
}
}
}