We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c0fcb commit 76985e3Copy full SHA for 76985e3
dependency_range_tests/scripts/langchain/node/update_resolutions_latest.js
@@ -6,7 +6,7 @@ const currentPackageJson = JSON.parse(
6
);
7
currentPackageJson.pnpm = { overrides: {} };
8
9
-const INTERNAL_PACKAGES = ["@langchain/eslint"];
+const INTERNAL_PACKAGES = ["@langchain/build", "@langchain/eslint"];
10
11
if (
12
currentPackageJson.peerDependencies?.["@langchain/core"] &&
0 commit comments