summaryrefslogtreecommitdiff
path: root/packages/core/package.json
diff options
context:
space:
mode:
authorchristine betts <[email protected]>2025-07-25 17:46:55 +0000
committerGitHub <[email protected]>2025-07-25 17:46:55 +0000
commit1b8ba5ca6bf739e4100a1d313721988f953acb49 (patch)
tree9dea66f108d427edc6284e1ea38b5883d8e82881 /packages/core/package.json
parent3c16429fc4b8102b7ea44c5b2842507e3a99ec72 (diff)
[ide-mode] Create an IDE manager class to handle connecting to and exposing methods from the IDE server (#4797)
Diffstat (limited to 'packages/core/package.json')
-rw-r--r--packages/core/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/core/package.json b/packages/core/package.json
index 40f10aa0..ba4735ea 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -31,6 +31,7 @@
"@types/glob": "^8.1.0",
"@types/html-to-text": "^9.0.4",
"ajv": "^8.17.1",
+ "chardet": "^2.1.0",
"diff": "^7.0.0",
"dotenv": "^17.1.0",
"glob": "^10.4.5",
@@ -44,8 +45,7 @@
"simple-git": "^3.28.0",
"strip-ansi": "^7.1.0",
"undici": "^7.10.0",
- "ws": "^8.18.0",
- "chardet": "^2.1.0"
+ "ws": "^8.18.0"
},
"devDependencies": {
"@types/diff": "^7.0.2",