diff --git a/package.json b/package.json index da03ff317925d..5592f0e8410e0 100644 --- a/package.json +++ b/package.json @@ -257,6 +257,9 @@ "yargs-parser": "20.0.0", "zone.js": "~0.11.4" }, + "optionalDependencies": { + "@swc/core-linux-musl": "~1.2.42" + }, "author": "Victor Savkin", "license": "MIT", "config": { diff --git a/packages/eslint-plugin-nx/package.json b/packages/eslint-plugin-nx/package.json index 17b249080b48d..5ad3030051167 100644 --- a/packages/eslint-plugin-nx/package.json +++ b/packages/eslint-plugin-nx/package.json @@ -39,5 +39,8 @@ "chalk": "4.1.0", "confusing-browser-globals": "^1.0.9", "tsconfig-paths": "^3.9.0" + }, + "optionalDependencies": { + "@swc/core-linux-musl": "^1.2.42" } } diff --git a/yarn.lock b/yarn.lock index 477ae6b3d13d4..dce4420c3a09e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5557,6 +5557,11 @@ resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.2.133.tgz#9daae6e86b9c692aecdaa6109721a5ff00d114ad" integrity sha512-tZiqwz7dTOxnGMwnYguULKl6gNom6CQWXoUyoliksaZA6+uNALO1/PNh/ctzuDbu2Agj4ltsmoevhZlrzC3geA== +"@swc/core-linux-musl@~1.2.42": + version "1.2.42" + resolved "https://registry.yarnpkg.com/@swc/core-linux-musl/-/core-linux-musl-1.2.42.tgz#3cd5f565bce5763a92cf3f7b55b9906df2dcc3eb" + integrity sha512-pXl7+nPYFbYI31Uj9U2GNZkrJGcHobGncF8mGEAfDFUAulLlWf98HnS1+GfxgP05cxbAn4RwetlaneQqeGxBaA== + "@swc/core-linux-x64-gnu@1.2.133": version "1.2.133" resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.2.133.tgz#77439a67f2e39125b2f6c5c62d70accaf5140323"