Update versions

This commit is contained in:
Alex
2023-11-01 21:14:15 -04:00
parent a13f0432b8
commit 9352bf6baf
7 changed files with 163 additions and 153 deletions

2
dist/index.d.ts vendored
View File

@ -1,4 +1,4 @@
// Generated by dts-bundle-generator v8.0.1
// Generated by dts-bundle-generator v8.1.2
import { ESLintConfig } from 'eslint-define-config';

13
dist/package.json vendored
View File

@ -1,21 +1,22 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.1-beta.42",
"version": "0.0.1-beta.43",
"license": "UNLICENSED",
"peerDependencies": {
"eslint": "^8.52.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/eslint": "^8.44.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/eslint": "^8.44.6",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"aria-query": "^5.3.0",
"axe-core": "4.8.2",
"axobject-query": "^4.0.0",
"damerau-levenshtein": "1.0.8",
"debug": "^4.3.4",
"doctrine": "^3.0.0",
"emoji-regex": "^10.2.1",
"emoji-regex": "^10.3.0",
"enhanced-resolve": "^5.15.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "^1.24.1",
@ -25,7 +26,7 @@
"fast-glob": "^3.3.1",
"get-tsconfig": "^4.7.2",
"ignore": "^5.2.4",
"is-core-module": "^2.13.0",
"is-core-module": "^2.13.1",
"is-glob": "^4.0.3",
"language-tags": "^1.0.9",
"lodash": "^4.17.21",