|
|
|
|
@ -81,10 +81,10 @@ devDependencies:
|
|
|
|
|
version: 19.0.8
|
|
|
|
|
'@typescript-eslint/eslint-plugin':
|
|
|
|
|
specifier: ^8.18.2
|
|
|
|
|
version: 8.22.0(@typescript-eslint/parser@8.22.0)(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
version: 8.24.1(@typescript-eslint/parser@8.24.1)(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser':
|
|
|
|
|
specifier: ^8.18.2
|
|
|
|
|
version: 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
version: 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
eslint:
|
|
|
|
|
specifier: ^9.17.0
|
|
|
|
|
version: 9.19.0
|
|
|
|
|
@ -93,7 +93,7 @@ devDependencies:
|
|
|
|
|
version: 15.1.6(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
eslint-plugin-import:
|
|
|
|
|
specifier: ^2.31.0
|
|
|
|
|
version: 2.31.0(@typescript-eslint/parser@8.22.0)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
version: 2.31.0(@typescript-eslint/parser@8.24.1)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-react:
|
|
|
|
|
specifier: ^7.37.3
|
|
|
|
|
version: 7.37.4(eslint@9.19.0)
|
|
|
|
|
@ -111,7 +111,7 @@ devDependencies:
|
|
|
|
|
version: 5.7.3
|
|
|
|
|
typescript-eslint:
|
|
|
|
|
specifier: ^8.18.2
|
|
|
|
|
version: 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
version: 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
|
|
|
|
|
packages:
|
|
|
|
|
|
|
|
|
|
@ -699,8 +699,8 @@ packages:
|
|
|
|
|
'@types/node': 22.13.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0)(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==}
|
|
|
|
|
/@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1)(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
|
|
|
|
@ -708,32 +708,32 @@ packages:
|
|
|
|
|
typescript: '>=4.8.4 <5.8.0'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@eslint-community/regexpp': 4.12.1
|
|
|
|
|
'@typescript-eslint/parser': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/scope-manager': 8.22.0
|
|
|
|
|
'@typescript-eslint/type-utils': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/utils': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.22.0
|
|
|
|
|
'@typescript-eslint/parser': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/scope-manager': 8.24.1
|
|
|
|
|
'@typescript-eslint/type-utils': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/utils': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.24.1
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
graphemer: 1.4.0
|
|
|
|
|
ignore: 5.3.2
|
|
|
|
|
natural-compare: 1.4.0
|
|
|
|
|
ts-api-utils: 2.0.0(typescript@5.7.3)
|
|
|
|
|
ts-api-utils: 2.0.1(typescript@5.7.3)
|
|
|
|
|
typescript: 5.7.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/parser@8.22.0(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==}
|
|
|
|
|
/@typescript-eslint/parser@8.24.1(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.57.0 || ^9.0.0
|
|
|
|
|
typescript: '>=4.8.4 <5.8.0'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/scope-manager': 8.22.0
|
|
|
|
|
'@typescript-eslint/types': 8.22.0
|
|
|
|
|
'@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.22.0
|
|
|
|
|
'@typescript-eslint/scope-manager': 8.24.1
|
|
|
|
|
'@typescript-eslint/types': 8.24.1
|
|
|
|
|
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.24.1
|
|
|
|
|
debug: 4.4.0(supports-color@5.5.0)
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
typescript: 5.7.3
|
|
|
|
|
@ -741,77 +741,77 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/scope-manager@8.22.0:
|
|
|
|
|
resolution: {integrity: sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==}
|
|
|
|
|
/@typescript-eslint/scope-manager@8.24.1:
|
|
|
|
|
resolution: {integrity: sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/types': 8.22.0
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.22.0
|
|
|
|
|
'@typescript-eslint/types': 8.24.1
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.24.1
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/type-utils@8.22.0(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==}
|
|
|
|
|
/@typescript-eslint/type-utils@8.24.1(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.57.0 || ^9.0.0
|
|
|
|
|
typescript: '>=4.8.4 <5.8.0'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/utils': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/utils': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
debug: 4.4.0(supports-color@5.5.0)
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
ts-api-utils: 2.0.0(typescript@5.7.3)
|
|
|
|
|
ts-api-utils: 2.0.1(typescript@5.7.3)
|
|
|
|
|
typescript: 5.7.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/types@8.22.0:
|
|
|
|
|
resolution: {integrity: sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==}
|
|
|
|
|
/@typescript-eslint/types@8.24.1:
|
|
|
|
|
resolution: {integrity: sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/typescript-estree@8.22.0(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==}
|
|
|
|
|
/@typescript-eslint/typescript-estree@8.24.1(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
typescript: '>=4.8.4 <5.8.0'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/types': 8.22.0
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.22.0
|
|
|
|
|
'@typescript-eslint/types': 8.24.1
|
|
|
|
|
'@typescript-eslint/visitor-keys': 8.24.1
|
|
|
|
|
debug: 4.4.0(supports-color@5.5.0)
|
|
|
|
|
fast-glob: 3.3.3
|
|
|
|
|
is-glob: 4.0.3
|
|
|
|
|
minimatch: 9.0.5
|
|
|
|
|
semver: 7.7.0
|
|
|
|
|
ts-api-utils: 2.0.0(typescript@5.7.3)
|
|
|
|
|
semver: 7.7.1
|
|
|
|
|
ts-api-utils: 2.0.1(typescript@5.7.3)
|
|
|
|
|
typescript: 5.7.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/utils@8.22.0(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==}
|
|
|
|
|
/@typescript-eslint/utils@8.24.1(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.57.0 || ^9.0.0
|
|
|
|
|
typescript: '>=4.8.4 <5.8.0'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0)
|
|
|
|
|
'@typescript-eslint/scope-manager': 8.22.0
|
|
|
|
|
'@typescript-eslint/types': 8.22.0
|
|
|
|
|
'@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/scope-manager': 8.24.1
|
|
|
|
|
'@typescript-eslint/types': 8.24.1
|
|
|
|
|
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.7.3)
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
typescript: 5.7.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/visitor-keys@8.22.0:
|
|
|
|
|
resolution: {integrity: sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==}
|
|
|
|
|
/@typescript-eslint/visitor-keys@8.24.1:
|
|
|
|
|
resolution: {integrity: sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/types': 8.22.0
|
|
|
|
|
'@typescript-eslint/types': 8.24.1
|
|
|
|
|
eslint-visitor-keys: 4.2.0
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
@ -1641,12 +1641,12 @@ packages:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@next/eslint-plugin-next': 15.1.6
|
|
|
|
|
'@rushstack/eslint-patch': 1.10.5
|
|
|
|
|
'@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.22.0)(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1)(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
eslint-import-resolver-node: 0.3.9
|
|
|
|
|
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.22.0)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.1)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-jsx-a11y: 6.10.2(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-react: 7.37.4(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-react-hooks: 5.1.0(eslint@9.19.0)
|
|
|
|
|
@ -1684,7 +1684,7 @@ packages:
|
|
|
|
|
debug: 4.4.0(supports-color@5.5.0)
|
|
|
|
|
enhanced-resolve: 5.18.0
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.22.0)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.1)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
fast-glob: 3.3.3
|
|
|
|
|
get-tsconfig: 4.10.0
|
|
|
|
|
is-bun-module: 1.3.0
|
|
|
|
|
@ -1694,7 +1694,7 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/eslint-module-utils@2.12.0(@typescript-eslint/parser@8.22.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0):
|
|
|
|
|
/eslint-module-utils@2.12.0(@typescript-eslint/parser@8.24.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0):
|
|
|
|
|
resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
@ -1715,7 +1715,7 @@ packages:
|
|
|
|
|
eslint-import-resolver-webpack:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/parser': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
debug: 3.2.7
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
eslint-import-resolver-node: 0.3.9
|
|
|
|
|
@ -1724,7 +1724,7 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.22.0)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0):
|
|
|
|
|
/eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.1)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0):
|
|
|
|
|
resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
@ -1735,7 +1735,7 @@ packages:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@rtsao/scc': 1.1.0
|
|
|
|
|
'@typescript-eslint/parser': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
array-includes: 3.1.8
|
|
|
|
|
array.prototype.findlastindex: 1.2.5
|
|
|
|
|
array.prototype.flat: 1.3.2
|
|
|
|
|
@ -1744,7 +1744,7 @@ packages:
|
|
|
|
|
doctrine: 2.1.0
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
eslint-import-resolver-node: 0.3.9
|
|
|
|
|
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.22.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.24.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0)
|
|
|
|
|
hasown: 2.0.2
|
|
|
|
|
is-core-module: 2.15.1
|
|
|
|
|
is-glob: 4.0.3
|
|
|
|
|
@ -3603,6 +3603,12 @@ packages:
|
|
|
|
|
hasBin: true
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
|
|
|
|
|
/semver@7.7.1:
|
|
|
|
|
resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/send@0.19.0:
|
|
|
|
|
resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
|
|
|
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
|
@ -4058,8 +4064,8 @@ packages:
|
|
|
|
|
hasBin: true
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/ts-api-utils@2.0.0(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==}
|
|
|
|
|
/ts-api-utils@2.0.1(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==}
|
|
|
|
|
engines: {node: '>=18.12'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
typescript: '>=4.8.4'
|
|
|
|
|
@ -4144,16 +4150,16 @@ packages:
|
|
|
|
|
reflect.getprototypeof: 1.0.10
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/typescript-eslint@8.22.0(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==}
|
|
|
|
|
/typescript-eslint@8.24.1(eslint@9.19.0)(typescript@5.7.3):
|
|
|
|
|
resolution: {integrity: sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA==}
|
|
|
|
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.57.0 || ^9.0.0
|
|
|
|
|
typescript: '>=4.8.4 <5.8.0'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.22.0)(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/utils': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1)(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/parser': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
'@typescript-eslint/utils': 8.24.1(eslint@9.19.0)(typescript@5.7.3)
|
|
|
|
|
eslint: 9.19.0
|
|
|
|
|
typescript: 5.7.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
|