From dbb90f7997900b8ae6026dddaa718efe9a1db2f4 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 28 Sep 2021 11:18:01 -0700 Subject: fix: use Intl.Collator for string sorting when available The npm/cli form of https://github.com/npm/arborist/pull/324 Required adding options support to package used for this. PR-URL: https://github.com/npm/cli/pull/3809 Credit: @isaacs Close: #3809 Reviewed-by: @wraithgar --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 912600026..705fb779e 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "./package.json": "./package.json" }, "dependencies": { + "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^2.9.0", "@npmcli/ci-detect": "^1.2.0", "@npmcli/config": "^2.3.0", -- cgit v1.2.3