Skip to content

Commit

Permalink
fix: nxmv version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurabDev committed Jan 18, 2024
1 parent 437de79 commit a2c8ec1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion libs/nxmv/src/generators/apply/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { formatFiles, Tree } from '@nrwl/devkit';
import { PrizmNxMvConfig, PrizmNxMvSchema } from './schema';
import * as fs from 'fs';
import { copyFolder, getProjectConfigurations, visitAllFiles } from './util';
import difference from 'lodash-es/difference';
import { difference } from 'lodash';

/**
* Заменяем файлы проектов в рабочем пространстве на основе схемы PluginUpdateVersionSchema и конфига.
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json.ng17

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@nrwl/linter": "17.2.8",
"@nrwl/node": "17.2.8",
"@nrwl/workspace": "17.2.8",
"@prizm-ui/nx-mv": "^4.0.0-beta.1",
"@prizm-ui/nx-mv": "^4.0.0-beta.2",
"@schematics/angular": "17.0.10",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.104",
Expand Down
2 changes: 1 addition & 1 deletion package.json.ng17
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@nrwl/linter": "17.2.8",
"@nrwl/node": "17.2.8",
"@nrwl/workspace": "17.2.8",
"@prizm-ui/nx-mv": "^4.0.0-beta.1",
"@prizm-ui/nx-mv": "^4.0.0-beta.2",
"@schematics/angular": "17.0.10",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.104",
Expand Down

0 comments on commit a2c8ec1

Please sign in to comment.