From fb92e3afac476f8ab64be2d84116ea9a3960a04d Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Tue, 16 Dec 2025 08:50:12 +0100 Subject: [PATCH] chore: fix iconv-lite --- packages/hunspell-reader/package.json | 2 +- pnpm-lock.yaml | 5 +---- pnpm-workspace.yaml | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index 9244f801b2d7..d850ad13670b 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -53,7 +53,7 @@ "commander": "^14.0.2", "gensequence": "^8.0.8", "html-entities": "^2.6.0", - "iconv-lite": "0.7.0" + "iconv-lite": "^0.7.0" }, "engines": { "node": ">=20" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78a5f6e50af9..7d397fd94527 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,9 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -overrides: - iconv-lite@0.7.1: 0.7.0 - importers: .: @@ -962,7 +959,7 @@ importers: specifier: ^2.6.0 version: 2.6.0 iconv-lite: - specifier: 0.7.0 + specifier: ^0.7.0 version: 0.7.0 packages/hunspell-reader/example-code: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6111bf88e24e..2061aa33370b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -21,6 +21,3 @@ packages: - integration-tests - scripts - website - -overrides: - 'iconv-lite@0.7.1': '0.7.0' # See: https://github.com/pillarjs/iconv-lite/issues/363