Skip to content

Commit a02259d

Browse files
committed
Bumps node modules
1 parent 65e529e commit a02259d

5 files changed

Lines changed: 26 additions & 32 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
- recursive: true
3131
- args: [--no-frozen-lockfile]
3232
33-
- name: Build
34-
run: |
35-
pnpm --filter @llm-ts-example/common-core build
36-
pnpm --filter @llm-ts-example/common-backend-core build
37-
pnpm --filter @llm-ts-example/common-backend-langchain build
38-
3933
- name: Build all packages
4034
run: pnpm build
4135

agents/agent-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@arizeai/openinference-instrumentation-langchain": "^4.0.9",
3737
"@aws-lambda-powertools/logger": "^2.33.0",
3838
"@aws-sdk/credential-provider-node": "^3.972.36",
39-
"@dotenvx/dotenvx": "^1.61.6",
39+
"@dotenvx/dotenvx": "^1.62.0",
4040
"@grpc/grpc-js": "^1.14.3",
4141
"@langchain/aws": "^1.3.5",
4242
"@langchain/classic": "^1.0.31",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"keywords": [],
1313
"author": "",
1414
"license": "ISC",
15-
"packageManager": "pnpm@10.33.2",
15+
"packageManager": "pnpm@11.0.3",
1616
"devDependencies": {
1717
"@llm-ts-example/common-backend-core": "workspace:*",
1818
"@llm-ts-example/common-core": "workspace:*"

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
echo ""
2323
pwd
2424

25-
if ! (npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm audit --fix && pnpm up -r && pnpm lint-fix && pnpm build && pnpm install -r --no-frozen-lockfile); then
25+
if ! (npx -y pnpm@latest self-update latest-11 && pnpm install -r && pnpm up -r && pnpm audit --fix override && pnpm up -r && pnpm lint-fix && pnpm build && pnpm install -r --no-frozen-lockfile); then
2626
cd "${CUR}" || exit
2727
exit 1
2828
fi

0 commit comments

Comments
 (0)