Skip to content

Commit 7043f91

Browse files
angular-robotjosephperrott
authored andcommitted
build: update pnpm to v10.31.0
See associated pull request for more information.
1 parent 1682ab7 commit 7043f91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ bazel_dep(name = "aspect_rules_js", version = "3.0.2")
5656
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
5757
pnpm.pnpm(
5858
name = "pnpm",
59-
pnpm_version = "10.30.3",
60-
pnpm_version_integrity = "sha512-yWHR4KLY41TsqlFmuCJRZmi39Ey1vZUSLVkN2Bki9gb1RzttI+xKW+Bef80Y6EiNR9l4u+mBhy8RRdBumnQAFw==",
59+
pnpm_version = "10.31.0",
60+
pnpm_version_integrity = "sha512-45JziL+qgHjOt5t0j/wegnToTXUWPme8IuBsDTrtQ90VMVHL8R1/gwH/SsuYxovcXK32mJUygB/6/js+SmPCaA==",
6161
)
6262
use_repo(pnpm, "pnpm")
6363

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"packageManager": "pnpm@10.30.3",
9+
"packageManager": "pnpm@10.31.0",
1010
"engines": {
1111
"npm": "Please use pnpm instead of NPM to install dependencies",
1212
"yarn": "Please use pnpm instead of Yarn to install dependencies",
13-
"pnpm": "10.30.3"
13+
"pnpm": "10.31.0"
1414
},
1515
"keywords": [],
1616
"author": "",

0 commit comments

Comments
 (0)