Skip to content

Commit

Permalink
[nfc] Update pnpm-lock.yaml to add chrome-remote-interface
Browse files Browse the repository at this point in the history
I needed to update our pnpm-lock.yaml file so I can use chrome-remote-interface in a Bazel js_test() target.

Process:
- npm install --save-dev chrome-remote-interface
- npm install pnpm@latest-7
- npx pnpm install

I used pnpm@latest-7 because that's what Dockerfile.release uses.
  • Loading branch information
harrishancock committed Aug 20, 2024
1 parent 850b76e commit 3374dd6
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 586 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"capnpc-ts": "^0.7.0",
"chrome-remote-interface": "^0.33.2",
"esbuild": "^0.15.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 3374dd6

Please sign in to comment.