From 253166831c0d14be1bebaf1d1360a8a710305dd4 Mon Sep 17 00:00:00 2001 From: Jiahao Guo Date: Mon, 9 Dec 2024 10:52:30 +0800 Subject: [PATCH] test: clean up unnecessary dependencies --- pnpm-lock.yaml | 25 ------------------- specs/eslint-configs/package.json | 1 - .../fixtures/eslint-8-eslintrc/package.json | 4 +-- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf97d579..d1eb50d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -237,9 +237,6 @@ importers: specs/eslint-configs: dependencies: - react: - specifier: 18.3.1 - version: 18.3.1 typescript: specifier: 5.6.3 version: 5.6.3 @@ -292,12 +289,6 @@ importers: eslint: specifier: 8.57.1 version: 8.57.1 - react: - specifier: 18.3.1 - version: 18.3.1 - typescript: - specifier: 5.7.2 - version: 5.7.2 packages: @@ -2591,10 +2582,6 @@ packages: resolution: {integrity: sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==} engines: {node: '>=0.10.0'} - loose-envify@1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true - loupe@3.1.2: resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==} @@ -2907,10 +2894,6 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} - engines: {node: '>=0.10.0'} - read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -6341,10 +6324,6 @@ snapshots: longest@2.0.1: {} - loose-envify@1.4.0: - dependencies: - js-tokens: 4.0.0 - loupe@3.1.2: {} lower-case@2.0.2: @@ -6637,10 +6616,6 @@ snapshots: react-is@18.3.1: {} - react@18.3.1: - dependencies: - loose-envify: 1.4.0 - read-pkg-up@7.0.1: dependencies: find-up: 4.1.0 diff --git a/specs/eslint-configs/package.json b/specs/eslint-configs/package.json index 1b9f24fe..8c528bf3 100644 --- a/specs/eslint-configs/package.json +++ b/specs/eslint-configs/package.json @@ -9,7 +9,6 @@ "test": "vitest" }, "dependencies": { - "react": "18.3.1", "typescript": "5.6.3" }, "devDependencies": { diff --git a/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json b/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json index 272bc34c..62cc5ce7 100644 --- a/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json +++ b/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json @@ -4,8 +4,6 @@ "devDependencies": { "@rightcapital/eslint-config-javascript": "36.3.0", "@rightcapital/lint-eslint-config-rules": "workspace:*", - "eslint": "8.57.1", - "react": "18.3.1", - "typescript": "5.7.2" + "eslint": "8.57.1" } }