Skip to content

Commit f4693f4

Browse files
committed
fix(docker): a dependency binary was using a non-esm package during the docker build
1 parent d5d12e1 commit f4693f4

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"turbo": "^1.8.6",
3838
"typescript": "^5.9.3"
3939
},
40+
"pnpm": {
41+
"overrides": {
42+
"sceau>@types/libsodium-wrappers": "false",
43+
"sceau>libsodium-wrappers": "^0.8.2"
44+
}
45+
},
4046
"packageManager": "pnpm@10.28.2",
4147
"release": {
4248
"plugins": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)