Skip to content

Commit

Permalink
cleanup(nx-plugin): remove unused imports (#18221)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Jul 20, 2023
1 parent d1e295e commit 0ab8cd4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/plugin/src/generators/plugin/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
readProjectConfiguration,
runTasksInSerial,
Tree,
updateJson,
updateProjectConfiguration,
} from '@nx/devkit';
import { libraryGenerator as jsLibraryGenerator } from '@nx/js';
Expand All @@ -22,13 +21,6 @@ import { addTsLibDependencies } from '@nx/js/src/utils/typescript/add-tslib-depe
import { addSwcRegisterDependencies } from '@nx/js/src/utils/swc/add-swc-dependencies';

import type { Schema } from './schema';
import { type PackageJson } from 'nx/src/utils/package-json';
import {
swcCoreVersion,
swcHelpersVersion,
swcNodeVersion,
tsLibVersion,
} from '@nx/js/src/utils/versions';

const nxVersion = require('../../../package.json').version;

Expand Down

1 comment on commit 0ab8cd4

@vercel
Copy link

@vercel vercel bot commented on 0ab8cd4 Jul 20, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.