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:
authorLuke Karrys <luke@lukekarrys.com>2022-10-28 02:43:04 +0300
committerGar <wraithgar@github.com>2022-11-01 21:44:18 +0300
commitea087c121ad55af076484b2cbbc890150feb5d31 (patch)
tree39c64ea793d3214dadc9678b1da867e75313e8d3 /workspaces/arborist/package.json
parenta4e2b78627cc3a997d7ec30f8bb5cc187330d671 (diff)
chore: update various dev dependencies
- licensee@9.0.0 - move doc workspace deps to dev deps - remove @mdx-js/mdx - @npmcli/template-oss@4.8.0
Diffstat (limited to 'workspaces/arborist/package.json')
-rw-r--r--workspaces/arborist/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index e3594e18c..d0181963b 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "4.7.1",
+ "@npmcli/template-oss": "4.8.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -105,7 +105,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.7.1",
+ "version": "4.8.0",
"content": "../../scripts/template-oss/index.js"
}
}