Skip to content

Commit

Permalink
fix: fix vscode 1.92.0 fetch not working
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Aug 4, 2024
1 parent 998cf8d commit 80f8c58
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm exec lint-staged
pnpm run lint
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@langchain/anthropic": "^0.2.11",
"@langchain/core": "0.2.18",
"@langchain/anthropic": "^0.2.12",
"@langchain/core": "0.2.20",
"@langchain/openai": "^0.2.5",
"@types/fs-extra": "^11.0.4",
"@types/global-agent": "^2.1.3",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"@types/shell-quote": "^1.7.5",
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
Expand All @@ -315,22 +315,24 @@
"eslint-plugin-unused-imports": "^3.2.0",
"esno": "^4.7.0",
"execa": "^9.3.0",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.3",
"global-agent": "^3.0.0",
"husky": "^9.1.1",
"husky": "^9.1.4",
"ignore": "^5.3.1",
"inquirer": "^9.3.4",
"knip": "^5.27.0",
"langchain": "^0.2.12",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"minimatch": "^9.0.5",
"node-fetch": "^3.3.2",
"p-limit": "^6.1.0",
"pnpm": "^9.6.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"shell-quote": "^1.8.1",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "5.4.5",
"undici": "^6.19.5",
"vite": "^5.3.5",
Expand All @@ -339,7 +341,7 @@
},
"pnpm": {
"overrides": {
"@langchain/core": "0.2.18"
"@langchain/core": "0.2.20"
}
},
"commitlint": {
Expand Down
Loading

0 comments on commit 80f8c58

Please sign in to comment.