Skip to content

Commit

Permalink
chore(repo): update swc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Feb 28, 2022
1 parent 40f0f3d commit fc40f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -90,6 +90,7 @@
"@storybook/core": "~6.4.12",
"@storybook/react": "~6.4.12",
"@svgr/webpack": "^6.1.2",
"@swc/core": "^1.2.146",
"@swc-node/register": "^1.4.2",
"@testing-library/react": "11.2.6",
"@testing-library/react-hooks": "7.0.1",
Expand Down Expand Up @@ -258,12 +259,6 @@
"yargs-parser": "20.0.0",
"zone.js": "~0.11.4"
},
"optionalDependencies": {
"@swc/core-linux-arm64-gnu": "^1.2.136",
"@swc/core-linux-arm64-musl": "^1.2.136",
"@swc/core-linux-x64-gnu": "^1.2.136",
"@swc/core-linux-x64-musl": "^1.2.136"
},
"author": "Victor Savkin",
"license": "MIT",
"config": {
Expand Down
7 changes: 1 addition & 6 deletions packages/eslint-plugin-nx/package.json
Expand Up @@ -34,16 +34,11 @@
"dependencies": {
"@nrwl/devkit": "*",
"@nrwl/workspace": "*",
"@swc/core": "^1.2.146",
"@swc-node/register": "^1.4.2",
"@typescript-eslint/experimental-utils": "~5.10.0",
"chalk": "4.1.0",
"confusing-browser-globals": "^1.0.9",
"tsconfig-paths": "^3.9.0"
},
"optionalDependencies": {
"@swc/core-linux-x64-musl": "^1.2.136",
"@swc/core-linux-x64-gnu": "^1.2.136",
"@swc/core-linux-arm64-gnu": "^1.2.136",
"@swc/core-linux-arm64-musl": "^1.2.136"
}
}

0 comments on commit fc40f64

Please sign in to comment.