Conversation
Add CI workflow and package.json configurations to ensure pnpm is used for package management across the repository. This includes rejecting npm lockfiles and specifying pnpm as the required package manager in `package.json` files.
The `package-lock.json` file is no longer needed.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
This updates the `@braintrust/lingua` dependency in the `examples/typescript` package.json to use `workspace:*` instead of a file path. This allows pnpm to correctly link the local development version of the lingua bindings during development and testing.
Add CI workflow and package.json configurations to ensure pnpm is used for package management across the repository. This includes rejecting npm lockfiles and specifying pnpm as the required package manager in
package.jsonfiles.