Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pnpm to v9.7.1 #690

Merged
merged 5 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN corepack enable && corepack prepare [email protected] --activate
# home location environment variable to a location already in $PATH
# https://github.com/pnpm/pnpm/issues/784#issuecomment-1518582235
ENV PNPM_HOME=/usr/local/bin
RUN pnpm add -g turbo@1.13.4
RUN pnpm add -g turbo@2.0.14

#----------------------------------------
# Docker build step that prunes down to
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "pocket-monorepo",
"private": true,
"scripts": {
"prebuild": "dotenv -- turbo run prebuild",
"build": "dotenv -- turbo run build",
"clean": "rm -rf .turbo node_modules packages/**/.turbo packages/**/dist packages/**/node_modules servers/**/logs servers/**/.turbo servers/**/dist servers/**/node_modules lambdas/**/logs lambdas/**/.turbo lambdas/**/dist lambdas/**/node_modules infrastructure/**/dist infrastructure/**/node_modules infrastructure/**/.turbo infrastructure/**/cdktf.out",
"dev": "dotenv -- turbo run dev --concurrency 50",
Expand All @@ -15,7 +14,6 @@
"prepare": "husky",
"semantic-release": "dotenv -- turbo run semantic-release",
"synth": "dotenv -- turbo run synth",
"pretest-integrations": "dotenv -- turbo run pretest-integrations",
"test": "dotenv -- turbo run test",
"test-integrations": "dotenv -- turbo run test-integrations"
},
Expand All @@ -34,10 +32,10 @@
"@pocket-tools/eslint-config": "workspace:*",
"syncpack": "^12.4.0",
"tsconfig": "workspace:*",
"turbo": "^1.13.4"
"turbo": "^2.0.14"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": "^20.16"
}
}
}
Loading
Loading