Skip to content

Commit 9c91ea1

Browse files
chore: update dependencies
1 parent 3e1cc62 commit 9c91ea1

File tree

3 files changed

+57
-36
lines changed

3 files changed

+57
-36
lines changed

app/scripts/nmr-cli/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# build the image ` docker build --tag nmr-cli . `
22
# run the container ` docker run -it nmr-cli bash `
33

4-
FROM mcr.microsoft.com/playwright:v1.54.1-jammy
5-
4+
FROM mcr.microsoft.com/playwright:v1.55.0-noble
65

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

app/scripts/nmr-cli/package-lock.json

Lines changed: 52 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/scripts/nmr-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"dependencies": {
1818
"@zakodium/nmrium-core": "^0.1.3",
1919
"@zakodium/nmrium-core-plugins": "^0.1.4",
20-
"axios": "^1.10.0",
20+
"axios": "^1.11.0",
2121
"filelist-utils": "^1.11.3",
2222
"nmr-processing": "^19.0.0",
23-
"playwright": "^1.54.1",
23+
"playwright": "^1.55.0",
2424
"yargs": "^18.0.0"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^24.0.14",
27+
"@types/node": "^24.3.1",
2828
"@types/yargs": "^17.0.33",
2929
"ts-node": "^10.9.2",
30-
"typescript": "^5.8.3"
30+
"typescript": "^5.9.2"
3131
}
3232
}

0 commit comments

Comments
 (0)