diff --git a/packages/config-eslint/package.json b/packages/config-eslint/package.json index 83b1547..2656019 100644 --- a/packages/config-eslint/package.json +++ b/packages/config-eslint/package.json @@ -44,6 +44,7 @@ "typescript-eslint": "^8.10.0" }, "devDependencies": { - "@vitest/eslint-plugin": "^1.1.7" + "@vitest/eslint-plugin": "^1.1.7", + "typescript": "^5.6.3" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae23067..3323b80 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,6 +139,9 @@ importers: '@vitest/eslint-plugin': specifier: ^1.1.7 version: 1.1.7(@typescript-eslint/utils@8.10.0(eslint@9.11.1)(typescript@5.6.3))(eslint@9.11.1)(typescript@5.6.3)(vitest@2.1.3(@types/node@22.7.7)(jsdom@20.0.3)) + typescript: + specifier: ^5.6.3 + version: 5.6.3 packages/config-prettier: {} @@ -1448,11 +1451,6 @@ packages: resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} engines: {node: '>=0.4.0'} - acorn@8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.13.0: resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==} engines: {node: '>=0.4.0'} @@ -5006,19 +5004,16 @@ snapshots: acorn-walk: 8.3.4 optional: true - acorn-jsx@5.3.2(acorn@8.12.1): + acorn-jsx@5.3.2(acorn@8.13.0): dependencies: - acorn: 8.12.1 + acorn: 8.13.0 acorn-walk@8.3.4: dependencies: acorn: 8.13.0 optional: true - acorn@8.12.1: {} - - acorn@8.13.0: - optional: true + acorn@8.13.0: {} agent-base@6.0.2: dependencies: @@ -5622,8 +5617,8 @@ snapshots: espree@10.2.0: dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) + acorn: 8.13.0 + acorn-jsx: 5.3.2(acorn@8.13.0) eslint-visitor-keys: 4.1.0 esprima@4.0.1: @@ -6695,7 +6690,7 @@ snapshots: postcss@8.4.47: dependencies: nanoid: 3.3.7 - picocolors: 1.1.0 + picocolors: 1.1.1 source-map-js: 1.2.1 prelude-ls@1.2.1: {}