This commit is contained in:
Alex
2024-11-09 21:39:15 -05:00
parent a1ab2ad7f5
commit 97eb90f6c6
8 changed files with 56 additions and 38 deletions

View File

@ -10,7 +10,7 @@
},
"private": true,
"devDependencies": {
"@aet/eslint-define-config": "^0.1.0-beta.32",
"@aet/eslint-define-config": "^0.1.0-beta.33",
"@antfu/install-pkg": "^0.4.1",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
@ -20,7 +20,7 @@
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@stylistic/eslint-plugin": "^2.10.1",
"@swc-node/register": "^1.10.9",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^9.6.1",
@ -32,19 +32,19 @@
"@types/estree": "^1.0.6",
"@types/estree-jsx": "^1.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.6",
"@types/node": "^22.9.0",
"@types/react-refresh": "^0.14.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/type-utils": "^8.12.2",
"@typescript-eslint/types": "^8.12.2",
"@typescript-eslint/typescript-estree": "^8.12.2",
"@typescript-eslint/utils": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/type-utils": "^8.13.0",
"@typescript-eslint/types": "^8.13.0",
"@typescript-eslint/typescript-estree": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "9.5.1",
"esbuild": "0.24.0",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.0",
@ -58,7 +58,7 @@
"esquery": "^1.6.0",
"fast-glob": "^3.3.2",
"find-cache-dir": "^5.0.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"graphql": "^16.9.0",
"json-schema-to-ts": "^3.1.1",
"lodash-es": "^4.17.21",
@ -70,7 +70,7 @@
"terser": "^5.36.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.13.0"
},
"prettier": {
"arrowParens": "avoid",