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-02-01 22:47:04 +0300
committerisaacs <i@izs.me>2021-02-01 22:47:04 +0300
commit7e4e88e938323e34a2a41176472d8e43e84bd4dd (patch)
tree8a3cdb897b97678f82572dc08aa664a765bb8c6e /package.json
parent7b1a5399cfbfcc7a7194c4aa4bbadfbce6cbbe66 (diff)
@npmcli/arborist@2.1.1, pacote@11.2.4
* Properly raise ERESOLVE errors on root dev dependencies * Ignore ERESOLVE errors when performing git dep 'prepare' scripts * Always reinstall packages that are explicitly requested * fix global update all so it actually updates things * Install bins properly when global root is a link
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 3c967869a..3c2a06c0e 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^2.1.0",
+ "@npmcli/arborist": "^2.1.1",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.8",
"@npmcli/run-script": "^1.8.1",