Skip to content
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 app/scripts/nmr-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build the image ` docker build --tag nmr-cli . `
# run the container ` docker run -it nmr-cli bash `

FROM mcr.microsoft.com/playwright:v1.51.0-jammy
FROM mcr.microsoft.com/playwright:v1.51.1-jammy

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
56 changes: 28 additions & 28 deletions app/scripts/nmr-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/scripts/nmr-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"dependencies": {
"filelist-utils": "^1.11.3",
"nmr-load-save": "^3.1.3",
"nmr-processing": "^17.0.0",
"playwright": "^1.51.0",
"nmr-load-save": "^3.3.0",
"nmr-processing": "^17.1.3",
"playwright": "^1.51.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/node": "^22.13.13",
"@types/yargs": "^17.0.33",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
Expand Down
Loading