Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2021-04-01 21:42:32 +0300
committerisaacs <i@izs.me>2021-04-01 21:42:34 +0300
commitfb095a708a1f930bbd0195446ac611b82bfeff14 (patch)
tree500d004ec2ee414cbd07a08c2bdcd1d0678f770b /package.json
parent7b177e43f3bfb558bcd8723cdb2166a3df19647a (diff)
@npmcli/arborist@2.3.0
* [#2896](https://github.com/npm/cli/issues/2896) Provide currentEdge in ERESOLVE if known, and address self-linking edge case. * Add/remove dependencies to/from workspaces when set, not root project * Only reify the portions of the dependency graph identified by the `workspace` configuration value. * Do not recursively `chown` the project root path.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8376790b1..2238d0ccb 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^2.2.9",
+ "@npmcli/arborist": "^2.3.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.1.0",
"@npmcli/run-script": "^1.8.4",