Compare commits

...

2 Commits

Author SHA1 Message Date
Alex
1d955d951d Bump ver 2024-04-06 19:15:05 -04:00
Alex
8ba9b0725a Update 2024-04-06 19:05:14 -04:00
4 changed files with 496 additions and 961 deletions

22
dist/package.json vendored
View File

@ -1,18 +1,18 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.18",
"version": "0.0.21",
"license": "UNLICENSED",
"peerDependencies": {
"eslint": "^8.53.0",
"typescript": "^5.2.2"
"eslint": "^9.0.0",
"typescript": "^5.4.4"
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@types/eslint": "^8.56.6",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/type-utils": "^7.4.0",
"@typescript-eslint/utils": "^7.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",
"aria-query": "^5.3.0",
"axe-core": "^4.9.0",
"axobject-query": "^4.0.0",
@ -26,8 +26,8 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.1",
"eslint-plugin-es-x": "^7.6.0",
"eslint-plugin-jsdoc": "^48.2.2",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-unicorn": "^52.0.0",
"estraverse": "^5.3.0",
"fast-glob": "^3.3.2",
"get-tsconfig": "^4.7.3",
@ -55,4 +55,4 @@
"supports-preserve-symlinks-flag": "file:./overrides/supports-preserve-symlinks-flag"
}
}
}
}

View File

@ -6,27 +6,27 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.6",
"@types/eslint": "^8.56.7",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/type-utils": "^7.4.0",
"@typescript-eslint/types": "^7.4.0",
"@typescript-eslint/typescript-estree": "^7.4.0",
"@typescript-eslint/utils": "^7.4.0",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/type-utils": "^7.5.0",
"@typescript-eslint/types": "^7.5.0",
"@typescript-eslint/typescript-estree": "^7.5.0",
"@typescript-eslint/utils": "^7.5.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^9.3.1",
"esbin": "0.0.4",
"esbuild": "0.20.2",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
@ -38,7 +38,7 @@
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"prettier": {
"arrowParens": "avoid",

View File

@ -1,5 +1,5 @@
diff --git a/package.json b/package.json
index 5ba4025..9328e80 100644
index 98370b5..da6cd9b 100644
--- a/package.json
+++ b/package.json
@@ -62,8 +62,7 @@

1411
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff