Skip to content

Commit 76985e3

Browse files
committed
cr
1 parent f2c0fcb commit 76985e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_range_tests/scripts/langchain/node/update_resolutions_latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const currentPackageJson = JSON.parse(
66
);
77
currentPackageJson.pnpm = { overrides: {} };
88

9-
const INTERNAL_PACKAGES = ["@langchain/eslint"];
9+
const INTERNAL_PACKAGES = ["@langchain/build", "@langchain/eslint"];
1010

1111
if (
1212
currentPackageJson.peerDependencies?.["@langchain/core"] &&

0 commit comments

Comments
 (0)