From 1513cf30a657770760d5f41a91c59f12577ccc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Thu, 7 Sep 2023 17:17:39 +0900 Subject: [PATCH] chore: remove unused packages (#14310) --- package.json | 4 --- playground/multiple-entrypoints/package.json | 1 - playground/tailwind/package.json | 1 - pnpm-lock.yaml | 26 -------------------- 4 files changed, 32 deletions(-) diff --git a/package.json b/package.json index 3fdf08f5ced625..1a26984fb3c190 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "@rollup/plugin-typescript": "^11.1.2", "@types/babel__core": "^7.20.1", "@types/babel__preset-env": "^7.9.2", - "@types/babel__standalone": "^7.1.4", "@types/convert-source-map": "^2.0.0", "@types/cross-spawn": "^6.0.2", "@types/debug": "^4.1.8", @@ -58,7 +57,6 @@ "@types/micromatch": "^4.0.2", "@types/node": "^18.17.3", "@types/picomatch": "^2.3.0", - "@types/resolve": "^1.20.2", "@types/sass": "~1.43.1", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.5", @@ -72,14 +70,12 @@ "eslint-plugin-n": "^16.0.1", "eslint-plugin-regexp": "^1.15.0", "execa": "^8.0.1", - "fast-glob": "^3.3.1", "fs-extra": "^11.1.1", "lint-staged": "^14.0.1", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.36.2", "prettier": "3.0.1", - "resolve": "^1.22.4", "rimraf": "^5.0.1", "rollup": "^3.28.0", "simple-git-hooks": "^2.9.0", diff --git a/playground/multiple-entrypoints/package.json b/playground/multiple-entrypoints/package.json index ee7c9f90c2a110..53210e58aa1cb8 100644 --- a/playground/multiple-entrypoints/package.json +++ b/playground/multiple-entrypoints/package.json @@ -10,7 +10,6 @@ "preview": "vite preview" }, "devDependencies": { - "fast-glob": "^3.3.1", "sass": "^1.64.2" } } diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index fb0bb2f3540641..122168ebdd9916 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -15,7 +15,6 @@ "vue-router": "^4.2.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.2.3", "ts-node": "^10.9.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2788210fe755d5..4331742cdd3f7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,9 +39,6 @@ importers: '@types/babel__preset-env': specifier: ^7.9.2 version: 7.9.2 - '@types/babel__standalone': - specifier: ^7.1.4 - version: 7.1.4 '@types/convert-source-map': specifier: ^2.0.0 version: 2.0.0 @@ -75,9 +72,6 @@ importers: '@types/picomatch': specifier: ^2.3.0 version: 2.3.0 - '@types/resolve': - specifier: ^1.20.2 - version: 1.20.2 '@types/sass': specifier: ~1.43.1 version: 1.43.1 @@ -117,9 +111,6 @@ importers: execa: specifier: ^8.0.1 version: 8.0.1 - fast-glob: - specifier: ^3.3.1 - version: 3.3.1 fs-extra: specifier: ^11.1.1 version: 11.1.1 @@ -138,9 +129,6 @@ importers: prettier: specifier: 3.0.1 version: 3.0.1 - resolve: - specifier: ^1.22.4 - version: 1.22.4 rimraf: specifier: ^5.0.1 version: 5.0.1 @@ -742,9 +730,6 @@ importers: playground/multiple-entrypoints: devDependencies: - fast-glob: - specifier: ^3.3.1 - version: 3.3.1 sass: specifier: ^1.64.2 version: 1.64.2 @@ -1405,9 +1390,6 @@ importers: specifier: ^4.2.4 version: 4.2.4(vue@3.3.4) devDependencies: - '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@packages+vite)(vue@3.3.4) ts-node: specifier: ^10.9.1 version: 10.9.1(@types/node@18.17.3)(typescript@5.0.2) @@ -3786,14 +3768,6 @@ packages: resolution: {integrity: sha512-epEgKQiqTDZdPgYwtriYK1GVAGcyVZVvvw2UatX3+95mogKGimebApcMEWLF12uhUbNIvX284CSQEavnV/OIgw==} dev: true - /@types/babel__standalone@7.1.4: - resolution: {integrity: sha512-HijIDmcNl3Wmo0guqjYkQvMzyRCM6zMCkYcdG8f+2X7mPBNa9ikSeaQlWs2Yg18KN1klOJzyupX5BPOf+7ahaw==} - dependencies: - '@babel/core': 7.22.9 - transitivePeerDependencies: - - supports-color - dev: true - /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: