Skip to content

Commit

Permalink
fix(repo): align the version of @nrwl/workspace and @nrwl/next
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Mar 24, 2022
1 parent 95e0995 commit b1bd7d4
Show file tree
Hide file tree
Showing 4 changed files with 5,623 additions and 7,493 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -241,8 +241,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.6.2",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
Expand Down Expand Up @@ -271,7 +271,7 @@
"@heroicons/react": "^1.0.1",
"@monaco-editor/react": "^4.3.1",
"@napi-rs/canvas": "^0.1.19",
"@nrwl/next": "13.8.3",
"@nrwl/next": "13.10.0-beta.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
Expand Down
Empty file removed packages/nx/src/cli/index.ts
Empty file.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/utils.ts
Expand Up @@ -275,7 +275,7 @@ export function splitArgsIntoNxArgsAndOverrides(
nxArgs['parallel'] = Number(args['parallel']);
}

return { nxArgs, overrides };
return { nxArgs, overrides } as any;
}

export function getAffectedConfig(): NxAffectedConfig {
Expand Down

1 comment on commit b1bd7d4

@vercel
Copy link

@vercel vercel bot commented on b1bd7d4 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.