From 34559b9a263dfbc3551fd0ff586639692c04e514 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 23 Aug 2024 10:46:08 -0700 Subject: [PATCH] [Dev Deps] add missing peer dep --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ec9366d..6bf7649 100644 --- a/package.json +++ b/package.json @@ -150,6 +150,7 @@ "@es-shims/api": "^2.5.0", "@ljharb/eslint-config": "^21.1.1", "auto-changelog": "^2.4.0", + "encoding": "^0.1.13", "es-value-fixtures": "^1.4.2", "eslint": "=8.8.0", "eslint-plugin-import": "^2.29.1",