fix: add @next/swc-linux-x64-{gnu,musl} native binaries for offline Docker build

This commit is contained in:
parsa aghaei 2026-06-28 19:00:17 +03:30
parent 412b7383c7
commit 76046331fc

View File

@ -44,6 +44,10 @@
"typescript": "^5",
"webpack-bundle-analyzer": "^4.10.2"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "16.2.9",
"@next/swc-linux-x64-musl": "16.2.9"
},
"overrides": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"