Skip to content

Commit b8ade05

Browse files
committed
Bumps node modules
1 parent 7fa42f1 commit b8ade05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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@11.0.3",
15+
"packageManager": "pnpm@10.33.2",
1616
"devDependencies": {
1717
"@llm-ts-example/common-backend-core": "workspace:*",
1818
"@llm-ts-example/common-core": "workspace:*"

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 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
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
2626
cd "${CUR}" || exit
2727
exit 1
2828
fi

0 commit comments

Comments
 (0)