@rnx-kit/align-deps
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -9,2 +9,3 @@ /// <reference types="node" /> | ||
}; | ||
export declare function ensurePreset(preset: Preset, requirements: string[]): void; | ||
export declare function parseRequirements(requirements: string[]): [string, string][]; | ||
@@ -11,0 +12,0 @@ /** |
{ | ||
"name": "@rnx-kit/align-deps", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Manage dependencies within a repository and across many repositories", | ||
@@ -44,2 +44,4 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme", | ||
"detect-indent": "^6.0.0", | ||
"eslint": "^8.0.0", | ||
"jest": "^27.0.0", | ||
"jest-diff": "^27.0.0", | ||
@@ -49,4 +51,6 @@ "lodash": "^4.17.21", | ||
"package-json": "^8.0.0", | ||
"prettier": "^2.8.0", | ||
"prompts": "^2.4.0", | ||
"semver": "^7.0.0", | ||
"typescript": "^4.0.0", | ||
"yargs": "^16.0.0" | ||
@@ -53,0 +57,0 @@ }, |
@@ -42,2 +42,12 @@ <!--remove-block start--> | ||
You can also run this tool using `npx` | ||
```sh | ||
npx @rnx-kit/align-deps@latest [options] [packages...] | ||
``` | ||
but note that profiles may change between each run. We therefore don't recommend | ||
that you use `npx` if you intend to run this tool on CI or as part of | ||
post-install. It should be fine if you run it manually. | ||
## Usage | ||
@@ -44,0 +54,0 @@ |
Sorry, the diff of this file is too big to display
1189775
32486
693
24