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 551bba9
Show file tree
Hide file tree
Showing 4 changed files with 5,631 additions and 7,128 deletions.
11 changes: 3 additions & 8 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 @@ -241,8 +242,8 @@
"tslib": "^2.3.0",
"tslint": "6.1.3",
"tslint-to-eslint-config": "^2.4.0",
"typedoc": "^0.22.5",
"typedoc-plugin-markdown": "^3.11.3",
"typedoc": "0.22.9",
"typedoc-plugin-markdown": "3.11.6",
"typescript": "~4.5.2",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion scripts/documentation/generate-devkit-documentation.ts
Expand Up @@ -12,7 +12,7 @@ export function generateDevkitDocumentation() {
execSync('nx build typedoc-theme', execSyncOptions);

execSync(
`rm -rf docs/generated/api-nx-devkit && npx typedoc packages/devkit/index.ts packages/devkit/ngcli-adapter.ts --tsconfig packages/devkit/tsconfig.lib.json --out ./docs/generated/api-nx-devkit --hideBreadcrumbs true --disableSources --publicPath ../../nx-devkit/ --theme dist/typedoc-theme/src/lib --readme none`,
`rm -rf docs/generated/api-nx-devkit && npx typedoc packages/devkit/index.ts packages/devkit/ngcli-adapter.ts --tsconfig packages/devkit/tsconfig.lib.json --out ./docs/generated/api-nx-devkit --hideBreadcrumbs true --disableSources --publicPath ../../nx-devkit/ --theme dist/typedoc-theme/src/lib --readme none --githubPages false`,
execSyncOptions
);
execSync(
Expand Down

0 comments on commit 551bba9

Please sign in to comment.