File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ use_repo(node, "nodejs_toolchains")
7373pnpm = use_extension ("@aspect_rules_js//npm:extensions.bzl" , "pnpm" )
7474pnpm .pnpm (
7575 name = "pnpm" ,
76- pnpm_version = "10.32.1 " ,
77- pnpm_version_integrity = "sha512-pwaTjw6JrBRWtlY+q07fHR+vM2jRGR/FxZeQ6W3JGORFarLmfWE94QQ9LoyB+HMD5rQNT/7KnfFe8a1Wc0jyvg ==" ,
76+ pnpm_version = "10.33.0 " ,
77+ pnpm_version_integrity = "sha512-EFaLtKavtYyes2MNqQzJUWQXq+vT+rvmc58K55VyjaFJHp21pUTHatjrdXD1xLs9bGN7LLQb/c20f6gjyGSTGQ ==" ,
7878)
7979use_repo (pnpm , "pnpm" )
8080
Original file line number Diff line number Diff line change 88 "url" : " https://github.com/angular/components.git"
99 },
1010 "license" : " MIT" ,
11- "packageManager" : " pnpm@10.32.1 " ,
11+ "packageManager" : " pnpm@10.33.0 " ,
1212 "engines" : {
1313 "npm" : " Please use pnpm instead of NPM to install dependencies" ,
1414 "yarn" : " Please use pnpm instead of Yarn to install dependencies" ,
15- "pnpm" : " 10.32.1 "
15+ "pnpm" : " 10.33.0 "
1616 },
1717 "scripts" : {
1818 "ng-dev" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs" ,
You can’t perform that action at this time.
0 commit comments