From d1d6151f08234906dd4f4ef21df173352eab966f Mon Sep 17 00:00:00 2001 From: Pan YANG Date: Thu, 30 Jul 2026 02:11:52 +0800 Subject: [PATCH] fix(deps): remove unused Node 24-only browser tool --- package.json | 1 - pnpm-lock.yaml | 10 ---------- pnpm-workspace.yaml | 1 - 3 files changed, 12 deletions(-) diff --git a/package.json b/package.json index 848892e..893bfc9 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,6 @@ "@types/react-dom": "^19.2.3", "@typescript-eslint/parser": "^8.65.0", "@typescript-eslint/types": "^8.65.0", - "agent-browser": "0.33.0", "ajv": "^8.20.0", "ajv-formats": "^3.0.1", "cspell": "^9.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f3928b3..444303f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,9 +104,6 @@ importers: '@typescript-eslint/types': specifier: ^8.65.0 version: 8.65.0 - agent-browser: - specifier: 0.33.0 - version: 0.33.0 ajv: specifier: ^8.20.0 version: 8.20.0 @@ -2398,11 +2395,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - agent-browser@0.33.0: - resolution: {integrity: sha512-1N5asChiJ8VeqBa8vw/b7g/mw5qelWuowKB6/PNI8CRBLFtNPqgdmzRZyzbRJgajsoB9sBTC1ORpPmIay1ulzQ==} - engines: {node: '>=24.0.0', pnpm: '>=11.0.0'} - hasBin: true - agentkeepalive@4.6.0: resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} engines: {node: '>= 8.0.0'} @@ -6851,8 +6843,6 @@ snapshots: acorn@8.17.0: {} - agent-browser@0.33.0: {} - agentkeepalive@4.6.0: dependencies: humanize-ms: 1.2.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6f6d1dc..d63f4b2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,7 +11,6 @@ overrides: allowBuilds: '@parcel/watcher': true '@swc/core': true - agent-browser: true esbuild: true sharp: true workerd: true