Skip to content

Commit

Permalink
fix(misc): fix project-name-and-root-utils type imports in schemas (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Nov 17, 2023
1 parent 479777b commit e4f6be2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/next/src/generators/library/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/eslint';
import type { SupportedStyles } from '@nx/react';

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/generators/create-package/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/eslint';

export interface CreatePackageSchema {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/generators/e2e-project/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/eslint';

export interface Schema {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/generators/plugin/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/eslint';

export interface Schema {
Expand Down

0 comments on commit e4f6be2

Please sign in to comment.