Bump config

This commit is contained in:
Alex
2023-10-13 19:59:15 -04:00
parent a8fdfcd9ed
commit a13f0432b8
4 changed files with 17 additions and 11 deletions

12
dist/package.json vendored
View File

@ -1,14 +1,14 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.1-beta.40",
"version": "0.0.1-beta.42",
"license": "UNLICENSED",
"peerDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/eslint": "^8.44.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"aria-query": "^5.3.0",
"axe-core": "4.8.2",
"axobject-query": "^4.0.0",
@ -18,7 +18,7 @@
"emoji-regex": "^10.2.1",
"enhanced-resolve": "^5.15.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-define-config": "^1.24.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.0",
"estraverse": "^5.3.0",
@ -30,7 +30,7 @@
"language-tags": "^1.0.9",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"resolve": "^2.0.0-next.4",
"resolve": "^2.0.0-next.5",
"semver": "^7.5.4",
"tsconfig-paths": "^4.2.0"
}