From c3d7e4ab36bc179d604023c2bc9c3f870c29cea2 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 20 Jul 2025 11:17:55 +0800 Subject: [PATCH] chore: remove unused @faker-js/faker dependency from package.json and pnpm-lock.yaml --- package.json | 1 - pnpm-lock.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/package.json b/package.json index 2623d23..39956d8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "@anatine/zod-mock": "^3.14.0", "@antfu/eslint-config": "^4.13.2", "@cloudflare/vitest-pool-workers": "^0.8.33", - "@faker-js/faker": "^9.8.0", "@nuxt/eslint": "^1.4.1", "@nuxt/eslint-config": "^1.4.1", "@nuxthub/core": "^0.8.27", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a68052..2021acc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,9 +96,6 @@ importers: '@cloudflare/vitest-pool-workers': specifier: ^0.8.33 version: 0.8.33(@vitest/runner@3.1.4)(@vitest/snapshot@3.1.4)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@20.12.11)(jiti@2.4.2)(terser@5.31.0)(yaml@2.8.0)) - '@faker-js/faker': - specifier: ^9.8.0 - version: 9.8.0 '@nuxt/eslint': specifier: ^1.4.1 version: 1.4.1(@vue/compiler-sfc@3.5.14)(eslint@9.27.0(jiti@2.4.2))(magicast@0.3.5)(typescript@5.7.2)(vite@6.3.5(@types/node@20.12.11)(jiti@2.4.2)(terser@5.31.0)(yaml@2.8.0))