feat(linter): update @typescript-eslint/* package versions (#20602)
This commit is contained in:
parent
5d9f78a848
commit
593ea3d90d
@ -128,10 +128,10 @@
|
||||
"@types/tmp": "^0.2.0",
|
||||
"@types/yargs": "^17.0.10",
|
||||
"@types/yarnpkg__lockfile": "^1.1.5",
|
||||
"@typescript-eslint/eslint-plugin": "6.10.0",
|
||||
"@typescript-eslint/parser": "6.10.0",
|
||||
"@typescript-eslint/type-utils": "^6.9.1",
|
||||
"@typescript-eslint/utils": "6.10.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.13.2",
|
||||
"@typescript-eslint/parser": "6.13.2",
|
||||
"@typescript-eslint/type-utils": "6.13.2",
|
||||
"@typescript-eslint/utils": "6.13.2",
|
||||
"@xstate/immer": "0.3.1",
|
||||
"@xstate/inspect": "0.7.0",
|
||||
"@xstate/react": "3.0.1",
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
},
|
||||
"homepage": "https://nx.dev",
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.13.2",
|
||||
"eslint-config-prettier": "^9.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@ -35,8 +35,8 @@
|
||||
"dependencies": {
|
||||
"@nx/devkit": "file:../devkit",
|
||||
"@nx/js": "file:../js",
|
||||
"@typescript-eslint/type-utils": "^6.9.1",
|
||||
"@typescript-eslint/utils": "^6.9.1",
|
||||
"@typescript-eslint/type-utils": "^6.13.2",
|
||||
"@typescript-eslint/utils": "^6.13.2",
|
||||
"chalk": "^4.1.0",
|
||||
"confusing-browser-globals": "^1.0.9",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
|
||||
@ -114,6 +114,20 @@
|
||||
"version": "~8.48.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"17.3.0": {
|
||||
"version": "17.3.0-beta.0",
|
||||
"packages": {
|
||||
"@typescript-eslint/parser": {
|
||||
"version": "^6.13.2"
|
||||
},
|
||||
"@typescript-eslint/eslint-plugin": {
|
||||
"version": "^6.13.2"
|
||||
},
|
||||
"@typescript-eslint/utils": {
|
||||
"version": "^6.13.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,4 +3,4 @@ export const nxVersion = require('../../package.json').version;
|
||||
export const eslintVersion = '~8.48.0';
|
||||
export const eslintrcVersion = '^2.1.1';
|
||||
export const eslintConfigPrettierVersion = '^9.0.0';
|
||||
export const typescriptESLintVersion = '^6.9.1';
|
||||
export const typescriptESLintVersion = '^6.13.2';
|
||||
|
||||
@ -110,8 +110,8 @@ exports[`lib should add vue, vite and vitest to package.json 1`] = `
|
||||
"@nx/vue": "0.0.1",
|
||||
"@swc-node/register": "~1.6.7",
|
||||
"@swc/core": "~1.3.85",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
||||
"@typescript-eslint/parser": "^6.13.2",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@vitest/coverage-v8": "~0.34.6",
|
||||
"@vitest/ui": "~0.34.6",
|
||||
|
||||
116
pnpm-lock.yaml
generated
116
pnpm-lock.yaml
generated
@ -289,7 +289,7 @@ devDependencies:
|
||||
version: 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(eslint@8.48.0)(js-yaml@4.1.0)(nx@17.2.0-rc.2)(verdaccio@5.15.4)
|
||||
'@nx/eslint-plugin':
|
||||
specifier: 17.2.0-rc.2
|
||||
version: 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.10.0)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
version: 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.13.2)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
'@nx/jest':
|
||||
specifier: 17.2.0-rc.2
|
||||
version: 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(nx@17.2.0-rc.2)(ts-node@10.9.1)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
@ -462,17 +462,17 @@ devDependencies:
|
||||
specifier: ^1.1.5
|
||||
version: 1.1.5
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: 6.10.0
|
||||
version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.48.0)(typescript@5.2.2)
|
||||
specifier: 6.13.2
|
||||
version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: 6.10.0
|
||||
version: 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
specifier: 6.13.2
|
||||
version: 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils':
|
||||
specifier: ^6.9.1
|
||||
version: 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
specifier: 6.13.2
|
||||
version: 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils':
|
||||
specifier: 6.10.0
|
||||
version: 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
specifier: 6.13.2
|
||||
version: 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@xstate/immer':
|
||||
specifier: 0.3.1
|
||||
version: 0.3.1(immer@9.0.16)(xstate@4.34.0)
|
||||
@ -580,7 +580,7 @@ devDependencies:
|
||||
version: 2.14.0(eslint@8.48.0)
|
||||
eslint-plugin-import:
|
||||
specifier: 2.26.0
|
||||
version: 2.26.0(@typescript-eslint/parser@6.10.0)(eslint@8.48.0)
|
||||
version: 2.26.0(@typescript-eslint/parser@6.13.2)(eslint@8.48.0)
|
||||
eslint-plugin-jsx-a11y:
|
||||
specifier: 6.6.1
|
||||
version: 6.6.1(eslint@8.48.0)
|
||||
@ -6371,10 +6371,10 @@ packages:
|
||||
- verdaccio
|
||||
dev: true
|
||||
|
||||
/@nrwl/eslint-plugin-nx@17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.10.0)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4):
|
||||
/@nrwl/eslint-plugin-nx@17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.13.2)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4):
|
||||
resolution: {integrity: sha512-DTQ0SnlPpgqDqoqTyQUJwpGl9G2dcydItu18dlYGeIZGKc70bywN1Nid2zv5UX2YNTtyCzGubf69E5tZBzbPqA==}
|
||||
dependencies:
|
||||
'@nx/eslint-plugin': 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.10.0)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
'@nx/eslint-plugin': 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.13.2)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
transitivePeerDependencies:
|
||||
- '@babel/traverse'
|
||||
- '@swc-node/register'
|
||||
@ -6689,7 +6689,7 @@ packages:
|
||||
'@nx/workspace': 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)
|
||||
'@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.2)
|
||||
'@schematics/angular': 17.0.0
|
||||
'@typescript-eslint/type-utils': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
chalk: 4.1.2
|
||||
esbuild: 0.19.5
|
||||
find-cache-dir: 3.3.2
|
||||
@ -6825,7 +6825,7 @@ packages:
|
||||
- verdaccio
|
||||
dev: true
|
||||
|
||||
/@nx/eslint-plugin@17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.10.0)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4):
|
||||
/@nx/eslint-plugin@17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.13.2)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4):
|
||||
resolution: {integrity: sha512-XrF1Zav7+XQr7n1jUO1rMOCb+r7gh8GIGB4sDHDZmUsix9W1w213kDXW6xrzDH7pyb5mOn8MjgFdqXmCjRSBuA==}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^6.9.1
|
||||
@ -6834,12 +6834,12 @@ packages:
|
||||
eslint-config-prettier:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@nrwl/eslint-plugin-nx': 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.10.0)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
'@nrwl/eslint-plugin-nx': 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(@typescript-eslint/parser@6.13.2)(eslint-config-prettier@9.0.0)(eslint@8.48.0)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
'@nx/devkit': 17.2.0-rc.2(nx@17.2.0-rc.2)
|
||||
'@nx/js': 17.2.0-rc.2(@swc-node/register@1.6.8)(@swc/core@1.3.86)(@types/node@18.16.9)(nx@17.2.0-rc.2)(typescript@5.2.2)(verdaccio@5.15.4)
|
||||
'@typescript-eslint/parser': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
chalk: 4.1.2
|
||||
confusing-browser-globals: 1.0.11
|
||||
eslint-config-prettier: 9.0.0(eslint@8.48.0)
|
||||
@ -10972,8 +10972,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==}
|
||||
/@typescript-eslint/eslint-plugin@6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
||||
@ -10984,11 +10984,11 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.6.2
|
||||
'@typescript-eslint/parser': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/scope-manager': 6.10.0
|
||||
'@typescript-eslint/type-utils': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.10.0
|
||||
'@typescript-eslint/parser': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/scope-manager': 6.13.2
|
||||
'@typescript-eslint/type-utils': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.13.2
|
||||
debug: 4.3.4(supports-color@5.5.0)
|
||||
eslint: 8.48.0
|
||||
graphemer: 1.4.0
|
||||
@ -11021,8 +11021,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@6.10.0(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==}
|
||||
/@typescript-eslint/parser@6.13.2(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
@ -11031,10 +11031,10 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 6.10.0
|
||||
'@typescript-eslint/types': 6.10.0
|
||||
'@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.10.0
|
||||
'@typescript-eslint/scope-manager': 6.13.2
|
||||
'@typescript-eslint/types': 6.13.2
|
||||
'@typescript-eslint/typescript-estree': 6.13.2(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.13.2
|
||||
debug: 4.3.4(supports-color@5.5.0)
|
||||
eslint: 8.48.0
|
||||
typescript: 5.2.2
|
||||
@ -11058,12 +11058,12 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 6.10.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@6.9.1:
|
||||
resolution: {integrity: sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==}
|
||||
/@typescript-eslint/scope-manager@6.13.2:
|
||||
resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.9.1
|
||||
'@typescript-eslint/visitor-keys': 6.9.1
|
||||
'@typescript-eslint/types': 6.13.2
|
||||
'@typescript-eslint/visitor-keys': 6.13.2
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.10.0(eslint@8.48.0)(typescript@5.2.2):
|
||||
@ -11086,8 +11086,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.9.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==}
|
||||
/@typescript-eslint/type-utils@6.13.2(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
@ -11096,8 +11096,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.9.1(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.13.2(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
debug: 4.3.4(supports-color@5.5.0)
|
||||
eslint: 8.48.0
|
||||
ts-api-utils: 1.0.3(typescript@5.2.2)
|
||||
@ -11116,8 +11116,8 @@ packages:
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@6.9.1:
|
||||
resolution: {integrity: sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==}
|
||||
/@typescript-eslint/types@6.13.2:
|
||||
resolution: {integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
@ -11163,8 +11163,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.9.1(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==}
|
||||
/@typescript-eslint/typescript-estree@6.13.2(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -11172,8 +11172,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.9.1
|
||||
'@typescript-eslint/visitor-keys': 6.9.1
|
||||
'@typescript-eslint/types': 6.13.2
|
||||
'@typescript-eslint/visitor-keys': 6.13.2
|
||||
debug: 4.3.4(supports-color@5.5.0)
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -11223,8 +11223,8 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.9.1(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==}
|
||||
/@typescript-eslint/utils@6.13.2(eslint@8.48.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
@ -11232,9 +11232,9 @@ packages:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0)
|
||||
'@types/json-schema': 7.0.12
|
||||
'@types/semver': 7.5.2
|
||||
'@typescript-eslint/scope-manager': 6.9.1
|
||||
'@typescript-eslint/types': 6.9.1
|
||||
'@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2)
|
||||
'@typescript-eslint/scope-manager': 6.13.2
|
||||
'@typescript-eslint/types': 6.13.2
|
||||
'@typescript-eslint/typescript-estree': 6.13.2(typescript@5.2.2)
|
||||
eslint: 8.48.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
@ -11258,11 +11258,11 @@ packages:
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@6.9.1:
|
||||
resolution: {integrity: sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==}
|
||||
/@typescript-eslint/visitor-keys@6.13.2:
|
||||
resolution: {integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.9.1
|
||||
'@typescript-eslint/types': 6.13.2
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
@ -15742,7 +15742,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.7.4(@typescript-eslint/parser@6.10.0)(eslint-import-resolver-node@0.3.6)(eslint@8.48.0):
|
||||
/eslint-module-utils@2.7.4(@typescript-eslint/parser@6.13.2)(eslint-import-resolver-node@0.3.6)(eslint@8.48.0):
|
||||
resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -15763,7 +15763,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
debug: 3.2.7(supports-color@8.1.1)
|
||||
eslint: 8.48.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
@ -15811,7 +15811,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.10.0)(eslint@8.48.0):
|
||||
/eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.13.2)(eslint@8.48.0):
|
||||
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -15821,14 +15821,14 @@ packages:
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.10.0(eslint@8.48.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.13.2(eslint@8.48.0)(typescript@5.2.2)
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.1
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.48.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@6.10.0)(eslint-import-resolver-node@0.3.6)(eslint@8.48.0)
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@6.13.2)(eslint-import-resolver-node@0.3.6)(eslint@8.48.0)
|
||||
has: 1.0.3
|
||||
is-core-module: 2.11.0
|
||||
is-glob: 4.0.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user