Skip to content

Commit 80f8c58

Browse files
committed
fix: fix vscode 1.92.0 fetch not working
1 parent 998cf8d commit 80f8c58

File tree

5 files changed

+249
-161
lines changed

5 files changed

+249
-161
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm exec lint-staged
1+
pnpm run lint

package.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@
289289
"@commitlint/config-conventional": "^19.2.2",
290290
"@commitlint/cz-commitlint": "^19.2.0",
291291
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
292-
"@langchain/anthropic": "^0.2.11",
293-
"@langchain/core": "0.2.18",
292+
"@langchain/anthropic": "^0.2.12",
293+
"@langchain/core": "0.2.20",
294294
"@langchain/openai": "^0.2.5",
295295
"@types/fs-extra": "^11.0.4",
296296
"@types/global-agent": "^2.1.3",
297-
"@types/node": "^22.0.2",
297+
"@types/node": "^22.1.0",
298298
"@types/shell-quote": "^1.7.5",
299299
"@types/vscode": "1.82.0",
300300
"@typescript-eslint/eslint-plugin": "^7.17.0",
@@ -315,22 +315,24 @@
315315
"eslint-plugin-unused-imports": "^3.2.0",
316316
"esno": "^4.7.0",
317317
"execa": "^9.3.0",
318+
"form-data": "^4.0.0",
318319
"fs-extra": "^11.2.0",
319320
"glob": "^10.4.3",
320321
"global-agent": "^3.0.0",
321-
"husky": "^9.1.1",
322+
"husky": "^9.1.4",
322323
"ignore": "^5.3.1",
323324
"inquirer": "^9.3.4",
324325
"knip": "^5.27.0",
325326
"langchain": "^0.2.12",
326-
"lint-staged": "^15.2.7",
327+
"lint-staged": "^15.2.8",
327328
"minimatch": "^9.0.5",
329+
"node-fetch": "^3.3.2",
328330
"p-limit": "^6.1.0",
329331
"pnpm": "^9.6.0",
330332
"prettier": "^3.3.3",
331333
"rimraf": "^6.0.1",
332334
"shell-quote": "^1.8.1",
333-
"tsup": "^8.2.3",
335+
"tsup": "^8.2.4",
334336
"typescript": "5.4.5",
335337
"undici": "^6.19.5",
336338
"vite": "^5.3.5",
@@ -339,7 +341,7 @@
339341
},
340342
"pnpm": {
341343
"overrides": {
342-
"@langchain/core": "0.2.18"
344+
"@langchain/core": "0.2.20"
343345
}
344346
},
345347
"commitlint": {

0 commit comments

Comments
 (0)