Skip to content

Commit

Permalink
fix(linter): add swc/core-linux-musl as an optional dependency for al…
Browse files Browse the repository at this point in the history
…pine (nrwl#8814)
  • Loading branch information
meeroslav committed Feb 2, 2022
1 parent c480620 commit da64519
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-plugin-nx/package.json
Expand Up @@ -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"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit da64519

Please sign in to comment.