This commit is contained in:
Alex
2023-09-11 14:40:55 -04:00
parent 9bba0b4d03
commit 729172af89
15 changed files with 638 additions and 414 deletions

7
dist/package.json vendored
View File

@ -8,10 +8,10 @@
},
"dependencies": {
"@types/eslint": "^8.44.2",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"aria-query": "^5.3.0",
"axe-core": "4.7.2",
"axe-core": "4.8.1",
"axobject-query": "^3.2.1",
"damerau-levenshtein": "1.0.8",
"debug": "^4.3.4",
@ -23,6 +23,7 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.0",
"estraverse": "^5.3.0",
"fast-glob": "^3.3.1",
"get-tsconfig": "^4.7.0",
"is-core-module": "^2.13.0",
"is-glob": "^4.0.3",